@media (min-width: 768px) {
  @keyframes scroll-to-top {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(calc(-100% - var(--gap)));
    }
  }
  @keyframes scroll-to-bottom {
    0% {
      transform: translateY(-100%);
    }
    100% {
      transform: translateY(calc(0 - var(--gap)));
    }
  }
}
@media (max-width: 767px) {
  @keyframes scroll-to-left {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-100% - var(--gap)));
    }
  }
  @keyframes scroll-to-right {
    0% {
      transform: translateX(-100%);
    }
    100% {
      transform: translateX(calc(0 - var(--gap)));
    }
  }
}
.home-slider-sec {
  background: var(--primary_col_var);
  padding-bottom: 4.7em;
}
.home-slider-sec .slick-list {
  overflow: visible;
}
@media (max-width: 767px) {
  .home-slider-sec .slick-list {
    overflow: hidden;
  }
}
.home-slider-sec .home-slide {
  margin-left: 1em;
  margin-right: 1em;
  border-radius: 20px;
  overflow: hidden;
  outline: 0;
  position: relative;
}
.home-slider-sec .slider-content {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  padding: 1em;
  width: 48%;
  text-align: center;
}
.home-slider-sec .store-icon {
  width: 68%;
  text-align: center;
  margin: 0 auto 9%;
}
.home-slider-sec .store-icon img {
  width: 100%;
  object-fit: contain;
}
.home-slider-sec .banner-text {
  color: #282828;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 9.25%;
}
.home-slider-sec ul.slick-dots {
  display: flex;
  justify-content: center;
  list-style: none;
  padding-left: 0;
  padding-top: 0.6em;
}
.home-slider-sec ul.slick-dots li {
  margin-right: 8px;
}
.home-slider-sec ul.slick-dots li:last-child {
  margin-right: 0;
}
.home-slider-sec ul.slick-dots li button {
  opacity: 40%;
  border: 0;
  padding: 0;
  font-size: 0;
  width: 8px;
  height: 8px;
  background: #393939;
  border-radius: 8px;
  transition: all 0.4s;
}
.home-slider-sec ul.slick-dots li.slick-active button {
  width: 80px;
  opacity: 1;
}
.featured_stores {
  margin-top: -3em;
  position: relative;
}
.featured_stores .slick-track {
  display: flex;
  align-items: center;
}
.featured_stores .featured_stores_wrap {
  border-radius: 8px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
  background: #fff;
  padding-block: 1.2em;
}
.featured_stores .featured_store_item {
  padding: 0 2em;
  height: 100%;
}
.featured_stores .featured_store_item img {
  width: 100%;
  object-fit: contain;
}
.seasonal-banner {
  padding-top: 2.5em;
}
.deals-of-day .deal-wrap {
  transition: all 0.3s;
  border-radius: 12px;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.04);
  overflow: hidden;
}
.deals-of-day .deal-wrap:hover .coupon-body:before {
  transform: translate(0px, 0px);
}
.deals-of-day .deal-wrap .coupon-head {
  background: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: 1px solid #f1f1f1;
  background: #fff;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.04);
  display: flex;
  justify-content: center;
}
.deals-of-day .deal-wrap .discount-logo {
  width: 6.3em;
  height: 4em;
}
.deals-of-day .deal-wrap .discount-logo img.attachment-full {
  object-fit: contain;
  height: 100% !important;
  width: 100% !important;
}
.deals-of-day .deal-wrap .coupon-body {
  background: #fdfdfd;
  position: relative;
  height: 155px;
}
.deals-of-day .deal-wrap .coupon-body:before {
  position: absolute;
  content: "";
  background-image: url("/wp-content/uploads/pagecurl.svg");
  width: 31px;
  height: 35px;
  right: 0px;
  bottom: 0px;
  transition: 0.3s all;
  transform: translate(30px, 30px);
}
.deals-of-day .deal-wrap .discount-percentage {
  color: #001b1a;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.2;
}
.deals-of-day .deal-wrap .discount-description {
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 1.25;
  margin-bottom: 0.6em;
}
.deals-of-day .deal-wrap .coupon-link-btn a {
  color: var(--secondary_col);
  font-size: 0.85em;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s;
}
.deals-of-day .deal-wrap .coupon-link-btn a:hover {
  font-weight: 700;
  color: var(--primary_col);
}
.deals-of-day .view-more-deals {
  text-align: center;
  margin-top: 1.2em;
}
.deals-of-day .view-more-deals .custom-btn {
  padding-left: 5em;
  padding-right: 5em;
}
.stretch-section {
  position: relative;
  width: 200%;
  left: -50%;
}
#regions_stores_form .form-control:focus {
  box-shadow: unset;
  border-color: #ced4da;
}
.section_label a > i {
  width: 24px;
  height: 24px;
  font-size: 12px;
}
.featured_store_item a {
  width: 80%;
  display: block;
}
.section_label a:hover {
  color: var(--secondary_col);
}
.wpcf7-not-valid-tip {
  position: absolute;
  margin-top: 4px;
}
.wpcf7 form .wpcf7-response-output {
  margin-bottom: 0px;
}
.wpcf7-spinner {
  position: absolute;
  margin-top: 9px;
}
.home-slider-sec .slick-arrow {
  width: 42px;
  height: 42px;
  z-index: 8;
  top: 41%;
}
.home-slider-sec .slick-arrow:hover {
  background: var(--primary_col) !important;
  color: #fff;
}

@media (max-width: 767px) {
  .slider-wrap {
    margin-left: 0.9em;
    margin-right: 0.9em;
  }
  .slider-wrap .mob-slide-text {
    background: #1cac769c;
    padding-top: 9%;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    left: 0;
  }
  .slider-wrap .store-icon {
    width: 60%;
    background: #fff;
    margin: 0 auto;
    padding: 12px 26px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .slider-wrap .banner-text {
    font-size: 1.3rem;
    color: #fff !important;
    font-weight: 600 !important;
    padding-bottom: 6% !important;
    max-width: 75%;
    margin: 0 auto;
  }
  .home-slider-sec .slick-arrow {
    width: 35px;
    height: 35px;
    top: 36%;
  }
}

@media (max-width: 500px) {
.mob-slider-img {
    height: 275px;
}
.mob-slider-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slider-wrap .banner-text {
  font-size: 1.2rem;
  line-height: 22px;
  max-width: 80%;
}
.deals-of-day .deal-wrap .discount-description {
  font-size: 0.8rem;
}
}