.discount-banner {
  padding: 10px 15px;
  position: -webkit-sticky;
  position: sticky;
  top: 70px;
  z-index: 99;

  background: linear-gradient(-45deg, #8f750c, #e9c430, #fdec59, #4c3d03);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
}

.xmas-banner {
  padding: 10px 15px;
  position: -webkit-sticky;
  position: sticky;
  top: 70px;
  z-index: 99;
  background: linear-gradient(-45deg, #8f750c, #e9c430, #fdec59, #4c3d03);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.discount-banner p {
  font-size: 15px;
  margin: 0;
  color: #000;
  text-align: center;
}

.discount-banner span {
  vertical-align: middle;
}

.discount-banner img {
  vertical-align: middle;
  width: 20px;
}

.xmas-banner p {
  font-size: 0.9rem;
  margin: 0;
  color: #182b1c;
  text-align: center;
}

.xmas-banner span {
  vertical-align: middle;
}

.xmas-banner img {
  vertical-align: middle;
  width: 20px;
}

.google-review-banner {
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: -webkit-sticky;
  position: sticky;
  top: 70px;
  z-index: 99;
  padding-bottom: 24px;
  background: #424242;
}

.google-review-banner .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}


.google-review-banner .close-icon {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 16px;
  right: 20px;
}

.google-review-banner .review-heading {
  font-weight: 400;
  color: #fff;
  font-size: 18px;
}
.promotional-banner-new {
  position: -webkit-sticky;
  position: sticky;
  background-color: #333;
  z-index: 99;
  top: 70px;
  align-items: center;
}

.promotional-banner-new .banner-content-area {
  max-width: 960px;
  padding: 16px 8px;
  row-gap: 16px;
  align-items: flex-start;
}

.promotional-banner-new .close-icon {
  position: absolute;
  right: 16px;
  color: #fff9ec;
  cursor: pointer;
}

.promotional-banner-new .left-section {
  row-gap: 8px;
  width: -webkit-fit-content;
  width: fit-content;
}

.promotional-banner-new .right-section {
  width: -webkit-fit-content;
  width: fit-content;
  row-gap: 4px;
  justify-content: center;
  align-items: center;
  flex: 1 1;
}

.promotional-banner-new .primary-text {
  color: #fff9ec;
  font-size: 16px;
  text-align: center;
  font-family: "Nunito Sans Variable", sans-serif;
}

.promotional-banner-new .primary-text span {
  color: #ffc745;
  font-size: 17px;
  font-weight: 500;
}

/* .promotional-banner-new .discount-text {
  color: #ffc745;
  font-size: 17px;
  font-weight: 500;
} */

.promotional-banner-new .heading-text {
  color: #fff9ec;
  text-align: center;
  font-size: 16px;
  font-family: "Nunito Sans Variable", sans-serif;
}

.promotional-banner-new .valid-date-text {
  color: #4d3c15;
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 4px;
}

.promotional-banner-new .valid-date-text svg {
  font-size: 18px;
}

.promotional-banner-new .valid-date-text span {
  font-weight: 600;
}

.promotional-banner-new .cta-button {
  height: -webkit-fit-content;
  height: fit-content;
  background-color: #ffc745;
  color: #222;
}

.promotional-banner-new .offer-end-text {
  color: #fff9ec;
  font-size: 11px;
  font-family: "Nunito Sans Variable", sans-serif;
}

@media (max-width: 960px) {
  .promotional-banner-new .close-icon {
    right: 0;
  }

  .promotional-banner-new .heading-text {
    font-size: 15px;
  }

  .promotional-banner-new .primary-text {
    font-size: 15px;
  }
}


/*# sourceMappingURL=8043.3c4bac19.chunk.css.map*/