
.home-slider-sec .slick-list {
  /* overflow: visible; */
  margin-left: -10px;
  margin-right: -10px;
}
@media (max-width: 767px) {
  .home-slider-sec .slick-list {
    overflow: hidden;
  }
}
.home-slider-sec .home-slide {
  overflow: hidden;
  outline: 0;
  position: relative;
  margin: 0px 7px;
}
.home-slider-sec .slider-content {
  position: absolute;
  bottom: 0;
  display: flex;
  background: rgba(255, 255, 255, 0.9);
  padding: 1em 1.5em;
  left: 0;
}
.home-slider-sec .store-icon {
  text-align: center;
  max-width: 40%;
  max-height: 50px;
  overflow: hidden;
}
.home-slider-sec .store-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.home-slider-sec .banner-text {
  color: #171717;
  line-height: normal;
  padding-bottom: 3.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;
  overflow: hidden;
}
.deals-of-day .deal-wrap:hover .coupon-body:before {
  transform: translate(0px, 0px);
}
.deals-of-day .deal-wrap .coupon-head {
  background: #FFF8D7;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.04);
  display: flex;
  justify-content: center;
  padding: 1rem;
}
.deals-of-day .deal-wrap .discount-logo {
  width: 75%;
  height: 6.25rem;
}
.deals-of-day .deal-wrap .discount-logo img.attachment-full {
  object-fit: contain;
  height: 100% !important;
  width: 100% !important;
  mix-blend-mode: darken;
}
.deals-of-day .deal-wrap .coupon-body {
  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.5em;
  font-weight: 900;
  line-height: 1.2;
}
.deals-of-day .deal-wrap .discount-description {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.25;
  margin-bottom: 0.6em;
}
.deals-of-day .deal-wrap .coupon-link-btn a {
  color: #fff;
  font-size: 0.85em;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
  padding: 9px 24px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  letter-spacing: 1px;
}
.deals-of-day .deal-wrap .coupon-link-btn a:hover {
    padding-left: 44px;
}
.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%;
  color: var(--secondary_col);
}
.home-slider-sec .slick-arrow:hover {
  background: var(--secondary_col) !important;
  color: #fff;
}
.home-slider-sec:after {
  content: "";
  height: 80%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: #FFF8D7;
  z-index: -1;
}
.slider-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.newsletter-sec .row:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 88%;
  background: #3D145F;
}
section.newsletter-sec .row > div {
  z-index: 2;
}
h3.newsletter-head {
  font-weight: 700;
}
.newsletter-sec .row {
  background-repeat: no-repeat;
  background-size: cover;
}
.deals-of-day .deal-wrap .coupon-link-btn a:after {
    content: "";
    position: absolute;
    right: -7px;
    top: 12px;
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 100%;
}
.section_label a img {
  width: 3.438rem;
}

@media (max-width: 991px) {
section.newsletter-sec .row:after {
  height: 100%;
}
}

@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)));
    }
  }
}

@media (max-width: 767px) {
  .slider-wrap .banner-text {
    font-weight: 700 !important;
    padding-bottom: 6% !important;
    margin: 0 auto;
  }
  .home-slider-sec .slick-arrow {
    width: 35px;
    height: 35px;
    top: 36%;
  }
}

@media (max-width: 500px) {
.deals-of-day .deal-wrap .coupon-head {
  padding: 0 0.3rem;
}
.deals-of-day .deal-wrap .discount-logo {
  height: 6rem;
}
.mob-slider-img {
    height: 325px;
}
.mob-slider-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slider-wrap .banner-text {
  font-size: 1rem;
  line-height: 22px;
}
.deals-of-day .deal-wrap .discount-description {
  font-size: 0.8rem;
}
.deals-of-day .deal-wrap .coupon-link-btn a {
  padding: 9px 16px;
}
.section_label a > span {
  font-size: 1rem !important;
}
}