/*Main Css */
:root {
  --main-bg-color: #f2faf7;
}
::selection {
  background: #c7102e;
  color: #fff;
  text-shadow: none;
}

::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: none;
}

::-webkit-scrollbar-track-piece {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}

::-webkit-scrollbar-thumb:vertical {
  border-radius: 10px;
  background-color: #c7102e;
}

/* Tabbing CSS */

[class^="box-"] {
  display: none;
}

[class^="box-"].showfirst {
  display: block;
}

/* Accordion CSS */

.myaccordion li .faq-opt {
  display: none;
}

.myaccordion li.active .faq-opt {
  display: block;
}

.myaccordion li.active .faq-ang h4:before {
  content: "\f077";
}

body {
  font-family: "Poppins";
  overflow-x: hidden;
  font-weight: 300;
  font-size: 16px;
  line-height: 1;
  color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  font-weight: normal;
}

*:hover,
*:focus,
* {
  outline: none !important;
}

img {
  max-width: 100%;
  height: auto;
}

a,
input[type="submit"] {
  -webkit-transition: all 0.4s ease-In-out;
  -moz-transition: all 0.4s ease-In-out;
  -o-transition: all 0.4s ease-In-out;
  transition: all 0.4s ease-In-out;
  display: inline-block;
  cursor: pointer;
}

a:hover {
  color: #c7102e;
}

span {
  display: inline-block;
}

textarea,
select,
input[type],
textarea,
select,
button {
  background: transparent;
  border: none;
  border-radius: 0px;
  font-family: "Poppins";
  font-weight: 400;
}

::-webkit-input-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

::-moz-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

:-ms-input-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

:-moz-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

::-moz-placeholder {
  opacity: 1;
}

/* Custom Slick Css */

.slick-list {
  margin: 0 -15px;
}

.slick-slide {
  margin: 0 15px;
}

.slick-dots {
  padding: 25px 0 0;
  text-align: center;
}

.slick-dots li {
  margin: 0 20px 0 0px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  padding: 0px;
  border: none;
}

.slick-dots li button:before,
.slick-dots li button:before {
  color: #fff;
  opacity: 1;
  font-size: 20px;
}

.slick-dots li button {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  padding: 0px;
  background: #d6d6d6;
  border: none;
  cursor: pointer;
  font-size: 0px;
  padding: 0px;
  -webkit-transition: all 0.4s ease-In-out;
  -moz-transition: all 0.4s ease-In-out;
  -o-transition: all 0.4s ease-In-out;
  transition: all 0.4s ease-In-out;
  box-sizing: border-box;
}

.slick-dots li.slick-active button {
  background: #c7102e;
}

/* Padding Classes */

.pad-sec {
}

.pad-zero {
  padding: 0px;
}

.pad-l-zero {
  padding-left: 0px;
}

.pad-r-zero {
  padding-right: 0px;
}

.ovr-hiddn {
  overflow: hidden;
}

.overlay:after {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.overlay {
  display: none;
}

.overlay.active {
  display: block;
}

.header-site {
  position: relative;
}

.header-top-bar {
  background-color: #c7102e;
  padding: 0 25px;
}
.header-menu > li {
  display: inline-block;
  vertical-align: top;
}
.header-menu a {
  color: #fff;
  padding: 15px 15px;
}

.header-menu a sub {
  font-size: 0.5rem;
  vertical-align: top;
}

.header-menu a.active {
  background-color: #fff;
  color: #c7102e;
}

.header-socials > li {
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
}
.header-socials {
  text-align: right;
}

.header-socials a {
  color: #fff;
  font-size: 18px;
}
.header-main-bar {
  box-shadow: 0px 5px 21px 1px rgba(0, 0, 0, 0.25);
  padding: 15px 80px;
  width: 100%;
  top: 0;
  z-index: 9;
  background-color: #fff;
}

.header-main-btn {
  background-color: #f7f7f7;
  padding: 15px 25px;
  color: #000;
  display: block;
  margin-left: auto;
  max-width: 180px;
  border-radius: 35px;
  text-align: center;
}
.header-main-btn i {
  margin-right: 5px;
}

.new-megamenu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  inset: 0px;
  background: rgba(51, 51, 51, 0.8);
  backdrop-filter: blur(4px);
  z-index: 1050;
  transition: all 300ms ease-out;
  opacity: 0;
  visibility: hidden;
}

.new-megamenu-wrapper.new-mm-active {
  opacity: 1;
  visibility: visible;
}
.new-megamenu-inner {
  width: 375px;
  background-color: #fff;
  height: 100%;
  padding: 35px 0 100px;
  transform: translateX(-100%);
  opacity: 0;
  transition: opacity 400ms, transform 400ms;
}
.new-mm-active .new-megamenu-inner {
  opacity: 1;
  transform: translateX(0px);
}
.new-megamenu-items a {
  font-size: 18px;
  color: #333;
  padding: 15px 16px;
  display: block;
  font-weight: 500;
  position: relative;
}
.new-megamenu-items a:hover {
  text-decoration: underline;
}
.new-megamenu-items a::after {
  content: "";
  border-bottom: 1px solid rgb(214, 214, 214);
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
}

.new-megamenu-items .new-mm-item-img {
  display: flex;
  align-items: center;
}
.new-mm-item-img img {
  height: 28px;
  object-fit: contain;
  margin-right: 9px;
}

.new-mm-item-img svg {
  height: 27px;
  margin-right: 10px;
}

.menu-featured-stores {
  padding: 20px 16px 10px;
}
.menu-featured-stores h6 {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 5px;
}
.menu-feature-stores-list a {
  font-weight: 400;
}

.menu-feature-stores-list img {
  width: 26px;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -3px;
}
.close-new-mm {
  background-color: #d6d6d64d;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 18px;
  position: absolute;
  top: 5px;
  left: calc(375px - 50px);
  cursor: pointer;
}

.menu-Bar {
  width: 30px;
  height: 20px;
  cursor: pointer;
  position: relative;
  z-index: 22;
  /* display: none; */
}

.menu-Bar span {
  display: block;
  height: 4px;
  width: 100%;
  background: #000;
  position: absolute;
  transition: 0.6s all;
  border-radius: 100px;
}

.menu-Bar span:nth-child(1) {
  top: 0;
  width: 70%;
}

.menu-Bar span:nth-child(2) {
  top: 8px;
  transform-origin: left;
  background-color: #000;
}

.menu-Bar span:nth-child(3) {
  top: 16px;
  width: 70%;
}

.menu-Bar.open span {
  background: #b70404;
}

.menu-Bar.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 12px;
  transform-origin: right-center;
}

.menu-Bar.open span:nth-child(2) {
  width: 0;
  opacity: 0;
}

.menu-Bar.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 12px;
  transform-origin: right-center;
}

/* main css start */

.new-hero {
  margin-left: 7%;
  margin-right: 7%;
  margin-top: 100px;
  margin-bottom: 100px;
}
.new-hero-bg-wrapper {
  position: relative;
  padding-left: 7%;
  padding-top: 7%;
  padding-bottom: 7%;
}
.new-hero-bg-wrapper::before {
  content: "";
  position: absolute;
  background-color: #E7E7E7;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-top-right-radius: 3.2rem;
  border-top-left-radius: 3.2rem;
  border-bottom-right-radius: 3.2rem;
  border-bottom-left-radius: 3.2rem;
  margin-right: 22%;
}

.new-hero-bg-wrapper h1 {
  font-size: 4.2rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.1rem;
  line-height: 1.3;
  padding-bottom: 1rem;
}
.new-hero-bg-wrapper p {
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.05rem;
  line-height: 140%;
  font-size: 1.8rem;
  margin-bottom: 5rem;
  max-width: 450px;
}

.btn-theme-new {
  position: relative;
  padding: 0 0.55rem 0.8rem 0;
}

.btn-theme-new span {
  align-items: center;
  background-color: #c7102e;
  border-radius: 5rem;
  color: #fff;
  display: flex;
  font-size: 1.1rem;
  justify-content: center;
  letter-spacing: -0.01rem;
  overflow: hidden;
  padding: 15px 25px;
  position: relative;
  transition: border 0.3s, transform 0.3s;
  width: -webkit-max-content;
  width: max-content;
}
.btn-theme-new::before {
  border-radius: 4rem;
  content: "";
  position: absolute;
  background-color: #333;
  bottom: 0;
  left: 0.55rem;
  right: 0;
  top: 0.8rem;
}

.btn-theme-new:hover span {
  transform: translate3d(0.55rem, 0.75rem, 0);
}
@keyframes fadeInScale {
  0% {
    opacity: 0;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.fadeInScale {
  animation-name: fadeInScale;
  animation-duration: 1s; /* Adjust the duration as needed */
  animation-fill-mode: both;
}

.new-hero img {
  margin-left: 5%;
}
.home-hero {
  padding: 90px 0 15px;
}
.home-hero-wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
  height: 300px;
  display: flex;
  align-items: center;
  padding: 15px 40px;
  border-radius: 30px;
}

.home-hero-wrapper .row {
  width: 100%;
}

.home-hero-wrapper h3 {
  color: #fff;
  font-size: 38px;
  font-weight: 600;
  line-height: 38px;
  padding-bottom: 15px;
}
.home-hero-wrapper p {
  color: #fff;
  font-size: 18px;
  line-height: normal;
  padding-bottom: 1.5rem;
}

.home-hero-wrapper img {
  width: 100%;
  max-width: 260px;
}

.web-logo img {
  width: 180px;
}
.home-cta-banner{
    background-color: #000;
}
.home-cta-banner .container-fluid {
  /*max-width: 1440px;*/
}
.home-cta-wrapper {
  background-color: #000;
  padding: 35px 0;
  position: relative;
  overflow: hidden;
  text-align:center;
  /* border-radius: 1.5rem; */
}
.home-cta-banner {
  /*margin: 100px 100px;*/
}
.cta-banner-img {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  object-fit: cover;
  max-width: 30%;
  object-position: right;
}
.home-cta-wrapper .row {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.home-cta-wrapper h6 {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  padding-bottom: 15px;
}
.home-cta-wrapper h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
}


#points-collected-ticker {
  width: 9ch;
}

.cta-btns {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 25px;
}
.cta-btns a {
  width: 192px;
  height: 45px;
  background-color: #fff;
  line-height: 45px;
  color: #000;
  text-align: center;
  font-weight: 500;
  border-radius: 5px;
}

.benefits-section {
  padding-top: 100px;
}

.benefits-heading {
  padding-bottom: 3rem;
}

.benefits-heading h2 {
  color: #000;
  font-size: 60px;
  font-weight: 500;
  text-align: center;
  padding-bottom: 35px;
}
.benefits-heading p {
  font-size: 18px;
  text-align: center;
  color: #000;
}
.benefits-heading a {
  color: #666666;
  text-decoration: underline;
}
.benefits-box {
  background: #f7f7f7;
  box-shadow: 0px -1.2000000476837158px 2.4000000953674316px rgba(0, 0, 0, 0.06);
  border-radius: 9.6px;
  padding: 25px 40px;
  text-align: center;
  margin-top: 30px;
  height: calc(100% - 30px);
}
.benefits-box h5 {
  color: #333333;
  font-size: 26px;
  padding: 25px 0 20px;
  font-weight: 500;
}
.benefits-box p {
  color: #707070;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
}
.benefits-box a {
  color: #333;
  font-size: 16px;
  text-decoration: underline;
  padding-top: 5px;
}

.benefit-box-img img {
  width: 120px;
}

.benefits-box.benefit-box-tall {
  min-height: 380px;
  padding-top: 30px;
}

.earn-and-redeem-section {
  /*background-color: #f7f7f7;*/
  padding: 75px 0 65px;
  /*margin-top: 100px;*/
}
.earn-headings {
  text-align: center;
  padding-bottom: 5.5rem;
}
.earn-headings h3 {
  font-size: 50px;
  font-weight: 500;
  padding-bottom: 35px;
}
.earn-headings p {
  color: #333333;
  font-size: 20px;
  line-height: 24px;
}
.earn-headings {
}
.earn-box-wrapper {
  padding: 0 15px;
  max-width: 1440px;
  margin: auto;
}
.earn-box {
  text-align: center;
  padding: 0 10px;
}
.earn-box-img {
  padding-bottom: 30px;
}
.earn-box-body h5 {
  color: #333;
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 15px;
}
.earn-box-body p {
  font-size: 18px;
  line-height: 1.6;
  color: #707070;
  max-width: 320px;
  margin: auto;
}
.line-separator-earn-redeem {
  border-top: 1px solid #d6d6d6;
  margin-top: 80px;
  padding: 0 25px 80px;
}
.redeem-box-wrapper {
  /* padding-top: 40px; */
  max-width: 1640px;
  margin: auto;
}
.redeem-box {
  padding: 0 10px;
  text-align: center;
}
.redeem-box-img img {
  width: 100px;
}

.redeem-box-body {
  padding-top: 25px;
}
.redeem-box-body h5 {
  color: #333333;
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 20px;
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 15px;
}
.redeem-box-body p {
  color: #333333;
  font-size: 16px;
  line-height: 1.6;
  max-width: 310px;
  margin: auto;
}

.faq-section {
  padding: 100px 0;
}

.faq-section h3 {
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.1rem;
  line-height: 1.4;
  font-size: 50px;
  padding-bottom: 2rem;
}
.faq-accordion h4 {
  position: relative;
  font-size: 22px;
  font-weight: 400;
  padding-right: 30px;
  padding-top: 25px;
  padding-bottom: 25px;
  cursor: pointer;
}

.faq-accordion h4::before {
  content: "\f067";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 8px;
  font-size: 22px;
  top: 24px;
  transition: all 0.3s ease-in-out;
}

.faq-accordion .active h4::before {
  content: "\f068";
}
.faq-accordion p {
  color: #55585e;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  /* padding-top: 1.2rem; */
  padding-bottom: 1.5rem;
}
.faq-accordion > li:not(:last-child) {
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
}

.faq-accordion div {
  display: none;
}

.survery-cta {
  background-color: #f7f7f7;
  padding: 30px 0;
  text-align: center;
}
.survey-cta-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.survey-cta-wrapper h6 {
  color: #666666;
}
.survey-cta-wrapper a {
  width: 380px;
  border: 1px solid #888888;
  background-color: #fff;
  border-radius: 5px;
  height: 45px;
  line-height: 45px;
  color: #000;
}

.newsletter-section {
  padding: 30px 0 40px;
  text-align: center;
}
.newsletter-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
}
.newsletter-wrapper h6 {
  font-size: 24px;
  font-weight: 500;
}
.newsletter-form-wrapper input {
  height: 55px;
  width: 270px;
  border: 1px solid #888888;
  color: #000;
  font-size: 17px;
  padding: 0 15px;
  border-radius: 35px;
}
.newsletter-form-wrapper {
  display: flex;
  flex-shrink: 0;
  gap: 25px;
}
.newsletter-form-wrapper button {
  height: 55px;
  background-color: #000;
  color: #fff;
  border-radius: 35px;
  padding: 0 25px;
  cursor:pointer;
}
.newsletter-wrapper a {
  color: #666666;
  font-size: 18px;
  text-decoration: underline;
}

.newsletter-section p {
  padding-top: 70px;
  color: #666666;
}

footer {
  padding: 30px 0px;
  background-color: #f7f7f7;
}
.footer-logo {
  padding-bottom: 10px;
}

.footer-logo img {
  width: 130px;
}

.footer-widget h4 {
  color: #333;
  font-weight: 500;
  font-size: 20px;
}
.footer-menu a {
  color: #333333;
  font-size: 15px;
}
.footer-menu > li {
  padding-top: 20px;
}
.footer-copyright {
  padding: 15px 100px;
  background-color: #333333;
}
.footer-socials > li {
  display: inline-block;
  vertical-align: middle;
}
.footer-socials a {
  background-color: #666666;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.policy-menu > li {
  display: inline-block;
  vertical-align: top;
  padding-left: 15px;
}
.policy-menu {
  text-align: right;
}
.policy-menu a {
  color: #fff;
  font-size: 14px;
}

.website-stores-section {
  /*padding-top: 70px;*/
}
.website-stores-banner {
background-color: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 0;
}
.website-stores-section .container-fluid {
  max-width: 1400px;
}

.website-stores-list-section .container-fluid {
  max-width: 1440px;
  margin: auto;
}


/*.website-stores-banner .row {*/
/*  width: 100%;*/
/*}*/

.website-stores-banner-left {
  padding-left: 15%;
}
.website-stores-banner h3 {
  font-size: 42px;
  color: #000;
  padding-bottom: 10px;
}
.website-stores-banner p {
 color: #000;
  font-size: 18px;
  line-height: normal;
  padding-bottom: 25px;
  max-width: 60%;
}
.website-stores-banner a {
  background-color: #fff;
  color: #000;
  padding: 15px 15px;
  border-radius: 5px;
}

.website-stores-list-wrapper {
  /*background-color: #f7f7f7;*/
  padding: 30px 0;
}
.website-stores-list-items {
  padding: 0 25px;
  font-size: 0;
  margin: 0 -8px;
}
.website-stores-list-items > li {
  width:25%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 15px;
  padding: 0 8px;
}
.website-store-list-box {
  box-shadow: 0px 4px 8px #d6d6d6;
  border-radius: 8px;
  padding: 15px 15px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  position: relative;
}
.wslb-body h4 {
  color: #cc0000;
  font-size: 16px;
  font-weight: 500;
}
.website-store-list-box p {
  color: #333333;
  font-size: 14px;
  line-height: normal;
  padding-top: 5px;
}
.wslb-img {
  flex-shrink: 0;
}
.wslb-body h6 {
  color: #333333;
  font-size: 12px;
  padding-top: 10px;
}

.wslb-age {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #000;
  color: #fff;
  font-size: 10px;
  padding: 3px 5px;
  border-top-right-radius: 5px;
}


.wslb-body-rewards {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
  margin-top: 15px;
}

.wslb-body-rewards-box span {
  font-size: 14px;
  background-color: #e4e2e2;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wslb-body-rewards-box {
  text-align: center;
}
.wslb-body-rewards-box h6 {
  font-size: 12px;
  font-weight: 500;
}

.widget-signup-wrapper,
.register-slider-wrapper {
  height: 1000px;
  padding: 250px 10%;
}

.widget-signup-wrapper.widget-signup-extra {
  padding: 100px 10%;
}

.widget-signup-wrapper h2 {
  font-size: 46px;
  font-weight: bold;
  padding-bottom: 35px;
}
.widget-signup-wrapper p {
  font-size: 16px;
  line-height: normal;
  color: #7c7c7c;
  padding-bottom: 50px;
}
.widget-register-field {
  padding-bottom: 15px;
}
.widget-register-field label {
  font-weight: 500;
  width: 100%;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.widget-register-field input {
  height: 55px;
  border: 1px solid #cecece;
  width: 100%;
  padding: 0 10px;
}
.widget-register-field-checkbox label {
  color: #7c7c7c;
  font-size: 14px;
}
.widget-register-field-checkbox {
  padding-bottom: 25px;
}

.register-slider-wrapper {
  text-align: center;
  background-color: #97979747;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.register-slider-wrapper h3 {
  font-size: 48px;
  font-weight: bold;
  line-height: normal;
  padding-bottom: 25px;
}
.register-slider-wrapper p {
  font-size: 18px;
  line-height: normal;
}

.widget-register-btn {
  background-color: #c7102e;
  padding: 15px 25px;
  border-radius: 5px;
  color: #fff;
  margin-bottom: 35px;
  cursor: pointer;
}

.signin-redeem .earn-and-redeem-section {
  margin-top: 0;
}

.contact-page-sec .container-fluid {
  max-width: 1600px;
}
.contact-page-sec {
  padding: 75px 75px;
}
.contact-page-sec h1 {
  font-size: 56px;
  font-weight: bold;
  line-height: 66px;
  padding-bottom: 25px;
}
.contact-page-sec h3 {
  font-size: 28px;
  font-weight: bold;
  line-height: 34px;
  padding-bottom: 35px;
}
.contact-page-sec p {
  font-size: 16px;
  max-width: 550px;
  line-height: normal;
}
.contact-form-message {
  text-align: center;
  padding-top: 15px;
  font-weight: 500;
}

#message p {
  padding-top: 15px;
  font-weight: 500;
}
.contact-form-wrap {
  border-radius: 24px;
  padding: 49px 46px 45px;
  background: #f7f7f7;
  box-shadow: 0px -1.2000000476837158px 2.4000000953674316px rgba(0, 0, 0, 0.06);
  max-width: 640px;
}
.contact-form-field {
  padding-bottom: 15px;
}
.contact-form-field label {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 10px;
  width: 100%;
}
.contact-form-field input {
  background-color: #fff;
  border-radius: 10px;
  height: 50px;
  padding: 0 15px;
  width: 100%;
}
.contact-form-field textarea {
  height: 120px;
  background-color: #fff;
  width: 100%;
  border-radius: 10px;
  padding: 15px 15px;
}

.contact-form-submit {
  background-color: #000;
  color: #fff;
  border-radius: 10px;
  height: 50px;
  width: 240px;
  font-weight: bold;
}

.about-hero {
  padding: 100px 0;
  text-align: center;
}
.about-hero h6 {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 10px;
}
.about-hero h1 {
  font-size: 44px;
  font-weight: bold;
  line-height: normal;
  padding-bottom: 15px;
}
.about-hero p {
  font-size: 16px;
  line-height: normal;
}
.about-repeating-sections .container-fluid {
  max-width: 1600px;
}
.about-repeating-sections .row {
  align-items: center;
}
.about-repeating-sections h6 {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 10px;
}
.about-repeating-sections h2 {
  font-size: 34px;
  font-weight: bold;
  line-height: normal;
  padding-bottom: 25px;
}
.about-repeating-sections p {
  font-size: 16px;
  line-height: normal;
  font-weight: 300;
}
.about-repeating-sections {
  padding: 75px 0;
}

.careers-open-positions .container-fluid {
  max-width: 1600px;
  margin: auto;
}
.careers-open-positions h2 {
  font-size: 44px;
  line-height: 56px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 50px;
}
.open-positions-list {
  max-width: 1170px;
  margin: auto;
}
.open-positions-box {
  display: flex;
  align-items: flex-start;
  background-color: #f6f6f6;
  border-radius: 10px;
  padding: 25px 35px;
  justify-content: space-between;
}
.open-positions-list > li + li {
  padding-top: 25px;
}
.open-positions-box a {
  padding: 15px 25px;
  background-color: #000;
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
}
.open-positions-box h5 {
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 10px;
}
.open-position-detail-list > li {
  padding-top: 10px;
}
.open-position-detail-list strong {
  font-weight: 500;
}
.careers-open-positions {
  padding: 74px 0;
}

.blog-hero {
  background-color: #000;
  font-size: 0;
  padding-top: 30px;
}

.blog-hero .container-fluid {
  max-width: 1600px;
}
.blog-hero h1 {
  font-size: 44px;
  color: #fff;
  font-weight: bold;
  line-height: normal;
  padding-bottom: 35px;
}
.blog-hero p {
  color: #fff;
  font-size: 18px;
  line-height: normal;
  max-width: 550px;
}

.blogs-main-section {
  padding: 50px 0;
}
.blog-box {
  background: #f7f7f7;
  box-shadow: 0px -1.2000000476837158px 2.4000000953674316px rgba(0, 0, 0, 0.06);
  margin-top: 30px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.blog-box-body {
  padding: 25px 15px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.blog-box-body h5 {
  font-size: 18px;
  line-height: normal;
  font-weight: 500;
}

.program-features-section {
  padding: 50px 0;
}
.program-features-section .container-fluid {
  max-width: 1600px;
}
.program-features-section h2 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 35px;
}
.features-icon-list {
  padding-left: 30px;
}
.features-icon-list > li:not(:last-child) {
  padding-bottom: 25px;
}
.feature-icon-list-box {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.filb-img {
  flex-shrink: 0;
}
.filb-body h5 {
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 10px;
}
.filb-body p {
  font-size: 14px;
  line-height: normal;
}

.ways-to-earn-feature {
  background-color: #f7f7f7;
  padding: 75px 0;
}
.ways-to-earn-feature h2 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 60px;
}
.ways-to-earn-feature .container-fluid {
  max-width: 1600px;
}
.ways-to-earn-feat-box {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-direction: column;
}
.ways-to-earn-feat-box i {
  width: 50px;
  height: 50px;
  background-color: #cc0000;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}
.ways-to-earn-feat-box h5 {
  font-size: 22px;
  font-weight: 500;
}

.reward-customers-section {
  padding: 75px 0;
}
.reward-customers-section .container-fluid {
  max-width: 1600px;
}
.reward-customers-section h3 {
  font-size: 32px;
  font-weight: bold;
  line-height: 38px;
  padding-bottom: 35px;
}
.reward-customers-section p {
  font-size: 18px;
}

.reward-customers-list {
  font-size: 0;
}
.reward-customers-list > li {
  width: 50%;
  vertical-align: top;
  display: inline-block;
  padding-top: 30px;
}
.reward-customers-list-box {
  text-align: center;
}
.reward-customers-list-box h5 {
  font-size: 20px;
  font-weight: 500;
  padding-top: 15px;
}

.optimize-engagement {
  padding: 75px 0;
  background-color: #f7f7f7;
}

.optimize-engagement .container-fluid {
  max-width: 1600px;
}
.optimize-engagement h2 {
  font-size: 32px;
  font-weight: bold;
  line-height: 38px;
  padding-bottom: 35px;
  text-align: center;
}
.optimize-engagement-box {
  padding: 30px 40px;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #000000;
  transition: background 0.3s, border 0.6s, border-radius 0.6s, box-shadow 0.6s;
  border-radius: 15px;
}
.optimize-engagement-box h5 {
  font-size: 20px;
  font-weight: 500;
  padding: 5px 0 15px;
}
.optimize-engagement-box p {
  font-size: 16px;
  line-height: normal;
}
.optimize-engagement-box:hover {
  box-shadow: 8px 8px 0px 0px #000000;
}

.refferal-program-one {
  padding: 40px 0;
}
.refferal-program-one .container-fluid {
  max-width: 1600px;
}
.refferal-program-one h2 {
  font-size: 32px;
  font-weight: bold;
  padding-bottom: 35px;
  line-height: 38px;
}
.refferal-program-one p {
  font-size: 20px;
  line-height: normal;
}

.referral-img-section {
  padding: 40px 0;
  background-color: #f7f7f7;
}
.referral-img-section h2 {
  font-size: 32px;
  font-weight: bold;
  padding-bottom: 35px;
  line-height: 38px;
  text-align: center;
}
.referral-img-section .container-fluid {
  max-width: 1600px;
}

.terms-content h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 5px;
}
.terms-content p {
  font-size: 16px;
  line-height: normal;
}

.terms-content {
  padding: 30px 0;
}
.terms-content p + p {
  padding-bottom: 20px;
}

.footer-about {
  font-size: 14px;
  line-height: normal;
  padding-bottom: 25px;
}
.footer-copyright p {
  color: #fff;
}
.earn-box-img img {
  width: 120px;
}

.how-it-works-earn-points-items {
  padding-top: 35px;
  font-size: 0;
}
.how-it-works-earn-points-items > li {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 0 15px;
}
.hit-points-box-img img {
  max-width: 70px;
}
.how-it-works-points-box {
  padding: 25px 15px;
  border: 1px solid #f7f7f7;
  border-radius: 15px;
  text-align: center;
}
.how-it-works-points-box h4 {
  font-size: 20px;
  font-weight: bold;
  padding: 15px 0 10px;
}
.how-it-works-points-box h6 {
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
}

.how-it-works-visual-section {
  padding: 75px 0;
  background-color: #f7f7f7;
}

.how-it-works-visual-row-divider {
  padding-top: 30px;
}

.how-it-works-slider .slick-slide {
  padding: 15px 0;
}
.how-it-works-visual-box {
  border: 1px solid #d2d2d2;
  padding: 25px 25px;
  border-radius: 10px;
  text-align: center;
  height: 100%;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.how-it-works-visual-box::before {
  content: attr(data-step);
  position: absolute;
  left: 0;
  top: 0;
  background-color: #c7102e;
  color: #fff;
  padding: 10px 10px;
  border-bottom-right-radius: 15px;
  border-top-left-radius: 9px;
  font-weight: 600;
}

.hiw-btn {
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 1;
  cursor: pointer;
}
.hiw-btn-right {
  left: auto;
  right: -15px;
}
.hiw-btn.slick-disabled {
  display: none;
}

.hiw-visual-box-body h5 {
  padding: 15px 0 10px;
  font-size: 20px;
  font-weight: 600;
}
.hiw-visual-box-body p {
  font-size: 14px;
  line-height: normal;
  min-height: 50px;
}
.hiw-visual-box-img {
  height: 220px;
}
.hiw-visual-box-img img {
  height: 100%;
  object-fit: contain;
  display: block;
  margin: auto;
}
.how-it-works-visual-box:hover {
  box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.3);
}

.how-it-works-visual-section h2 {
  font-size: 38px;
  font-weight: 500;
  padding-bottom: 35px;
  text-align: center;
}
.about-hero p {
  font-size: 16px;
  line-height: normal;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.customer-dashboard-wrapper {
  display: flex;
  align-items: flex-start;
  min-height: inherit;
}
.customer-dashboard {
  min-height: 70vh;
}
.customer-dashboard-sidebar {
  min-height: inherit;
  width: 300px;
  padding: 50px 35px;
  background-color: #f6f6f6;
  border-bottom: 1px solid #d2d2d2;
}
.customer-dashboard-sidebar h2 {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 50px;
}
.customer-menu {
  font-size: 0;
}
.customer-menu > li {
  padding-bottom: 15px;
}

.customer-menu a {
  font-size: 18px;
  color: #000;
}
.customer-menu a.active {
  color: #c7102e;
}

.dashboard-date {
  color: #746c6c;
  font-weight: 300;
  padding-bottom: 40px;
}

.widget-block {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.widget-block-title {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 15px;
}

.points-box {
  background-color: #fff;
  text-align: center;
  padding: 20px 25px;
  border-radius: 10px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
}
.points-box-head {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  margin: auto;
  border: 2px solid #b1001d;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.points-box-head span {
  font-size: 12px;
  color: #b1001d;
}

.points-box-head h6 {
  font-size: 14px;
  font-weight: bold;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
}
.points-box-body {
  padding-top: 15px;
}
.points-box-body h5 {
  font-weight: 600;
  padding-bottom: 5px;
  font-size: 16px;
}
.points-box-body p {
  font-size: 10px;
  font-weight: 300;
  line-height: normal;
  max-width: 170px;
  margin: auto;
}

.points-box-holder {
  font-size: 0;
  margin: 0 -15px;
}
.points-box-holder > li {
  width: 24%;
  padding: 0 15px;
  display: inline-block;
  vertical-align: top;
}

.customer-dashboard-main {
  width: 100%;
  padding: 50px 50px;
  min-height: inherit;
}

.page-title {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 10px;
}

.order-history-table-wrap {
  background-color: #fff;
  padding: 30px 0;
}
.order-history-table thead {
  background-color: #f9fbfd;
}
.order-history-table {
  width: 100%;
}
.order-history-table th {
  color: #687c97;
  font-size: 15px;
  padding: 15px 15px;
}
.order-history-table th:not(:last-child) {
  border-right: 2px solid #edf2f6;
}
.order-history-table td {
  color: #222b45;
  padding: 25px 15px;
  font-size: 15px;
  vertical-align: middle;
}
.order-history-table td:not(:last-child) {
  border-right: 2px solid #edf2f6;
}
.order-history-table tr:not(:last-child) {
  border-bottom: 1px solid #edf2f6;
}

.order-history-vendor {
  display: flex;
  align-items: center;
  gap: 15px;
}

.promotion-box-holder {
  font-size: 0;
  margin: 0 -15px;
}
.promotion-box-holder > li {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
}
.promotion-box-head img {
  width: 100%;
}
.promotion-box-body {
  position: relative;
  background-color: #fff;
  border: 1px solid #bce8da;
  padding: 15px 20px;
  border-radius: 20px;
  /* margin-top: -45px; */
}
.promotion-box-body h3 {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 15px;
}
.promotion-box-body p {
  font-size: 12px;
  font-weight: 300;
  line-height: normal;
  padding-bottom: 25px;
}
.promotion-box-expiry h5 {
  font-size: 10px;
  font-weight: 300;
  padding-bottom: 5px;
}
.promotion-box-expiry h6 {
  font-size: 12px;
  font-weight: bold;
}
.promotion-box-discount {
  position: absolute;
  border: 1px solid #bce8da;
  background-color: #000;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  right: 20px;
  top: -24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.promotion-box-discount h4 {
  font-size: 12px;
  color: #fff;
  padding: 0 5px;
  text-align: center;
}

.how-it-works-steps-list {
  font-size: 0;
}

.how-it-works-steps-list > li {
  padding-left: 70px;
  margin-top: 30px;
  position: relative;
  cursor: pointer;
}
.how-it-works-steps-list > li:first-child {
  margin-top: 0;
}
.how-it-works-steps-list > li::before {
  content: attr(data-step);
  position: absolute;
  left: 0;
  top: 0px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b9b9b9;
  font-size: 22px;
  border: 1px solid #e8e8e8;
  transition: all 0.3s ease-in-out;
}

.how-it-works-steps-list > li::after {
  /* content: ""; */
  height: 1px;
  width: 40px;
  background-color: #e8e8e8;
  position: absolute;
  top: 25px;
  left: 50px;
}

li.active::before {
  color: #c7102e;
  border-color: #c7102e47;
}
li.active::after {
  background-color: #c7102e47;
}
.how-it-works-steps-list {
  padding-top: 25px;
}
.hit-steplist-box-img {
  height: 50px;
  width: 60px;
  text-align: center;
  display: none;
}
.hit-steplist-box-img img {
  height: 100%;
  object-fit: contain;
}
.how-it-works-step-list-box h3 {
  font-size: 24px;
  font-weight: 500;
  padding-top: 15px;
  transition: all 0.3s ease-in-out;
}
.active .how-it-works-step-list-box h3 {
  color: #c7102e;
}
.how-it-works-step-list-box p {
  font-size: 14px;
  line-height: 20px;
  padding-top: 10px;
  max-width: 80%;
  /* padding-left: 95px; */
}
/* .hiw-steplist-box-flex {
  display: flex;
  align-items: center;
  gap: 30px;
} */

.wslb-body a {
  font-size: 14px;
  color: #fff;
  background-color: #000;
  border-radius: 35px;
  padding: 5px 15px;
  text-decoration: none;
  margin-top: 11px;
}

.wslb-img {
  width: 100px;
  height: 100px;
  border: 1px solid #d2d2;
  border-radius: 5px;
  padding: 15px 15px;
}
.wslb-img img {
  height: 100%;
  object-fit: contain;
}

.new-enhance-section {
  padding: 100px 0;
}

.new-enhance-section .container-fluid {
  max-width: 1440px;
}
.new-enhance-section h3 {
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.1rem;
  line-height: 1.4;
  font-size: 50px;
  padding-bottom: 2rem;
}
.new-enhance-section p {
  font-weight: 300;
  letter-spacing: -0.05rem;
  line-height: 1.6;
  font-size: 20px;
  padding-bottom: 3rem;
}

.new-enhance-img-wrapper .col-md-4 img {
  padding-top: 70px;
}

.btn-theme-new.btn-theme-new-outline span {
  background-color: #fff;
  color: #000;
  border: 2px solid #000;
}
.btn-theme-new.btn-theme-new-outline:hover span {
  background-color: #c7102e;
  color: #fff;
}

.new-what-is-perk {
  margin: 100px 0;
}
.new-what-is-perk-wrapper {
  background-color: #DEDEDE;
  border-radius: 3.5rem;
  overflow: hidden;
}
.new-what-is-perk-body {
  padding: 0 40px;
}
.new-what-is-perk-body h3 {
  font-weight: 500;
  letter-spacing: -0.1rem;
  font-size: 52px;
  line-height: 1.3;
  padding-bottom: 2rem;
}
.new-what-is-perk-body p {
  font-size: 18px;
  line-height: 1.6;
  max-width: 75%;
  margin-bottom: 3.5rem;
}

.new-whatisperk-hover-box {
  background-color: #fff;
  padding: 15px 15px;
  text-align: center;
  box-shadow: rgba(40, 50, 140, 0.2) 0px -12px 36px 0px;
  border-radius: 1.4rem;
}
.new-what-is-perk-img-wrapper {
  position: relative;
}
.new-whatisperk-hover-box h5 {
  font-size: 16px;
  padding-bottom: 10px;
}
.new-whatisperk-hover-box p {
  font-size: 12px;
}

.new-whatisperks-hover-wrapper {
  position: absolute;
  left: 5%;
  right: 5%;
  justify-content: center;
  bottom: 10%;
  display: flex;
  align-items: center;
  gap: 30px;
}

@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(1.2em);
  }
  to {
    opacity: 1;
    transform: translate(0);
  }
}

.new-how-it-works span {
  animation: 1s cubic-bezier(0, 1, 0.85, 1);
  animation-fill-mode: backwards;
  animation-name: slideUp;
  visibility: visible;
  font-size: 12vw;
  letter-spacing: -0.03em;
}
.new-how-it-works span:emtpy {
  padding: 0 5px;
}

.new-how-it-works {
  padding: 100px 0;
}
.new-how-it-works h3 {
  font-weight: 500;

  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.new-how-it-works-box {
  padding: 25px 0;
}
.new-how-itworks-body {
  padding: 0 50px;
}
.new-how-itworks-body h5 {
  font-weight: 500;
  letter-spacing: -0.05rem;
  line-height: normal;
  font-size: 40px;
  padding-bottom: 1.5rem;
}
.new-how-itworks-body p {
  font-size: 18px;
  line-height: 1.6;
  max-width: 75%;
}
.link-highlighted {
  font-size: 18px;
  line-height: 1.6;
  margin-top: 0.5rem;
}

.new-how-it-works-arrow img {
width: 80px;
}
.new-how-it-works-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding: 50px 0; */
}

.new-how-it-works-arrow-flipped img {
  transform: scaleX(-1);
}

.signup-disclaimer {
  font-size: 18px;
  margin-top: 15px;
  font-weight: 500;
}

.bg-abstract {
    height:100%;
  background-image: linear-gradient( to right, #dc0000 calc(60% - 150px), #f00 calc(60% - 150px), #f00 60%, #ff5252 60%, #ff5252 calc(60% + 150px), #ff7b7b calc(60% + 150px), #ff7b7b 100% );
}
.new-exclusive-deals {
  padding: 100px 0;
}
.new-exclusive-body {
  padding: 0 50px;
}
.new-exclusive-body h3 {
  font-size: 50px;
  font-weight: 500;
  letter-spacing: -0.05rem;
  padding-bottom: 1.5rem;
}
.new-exclusive-body p {
  font-size: 16px;
  line-height: 1.6;
  padding-bottom: 2rem;
}

.new-exclusive-body h5 {
  background-color: #E7E7E7;
  padding: 25px 24px;
  font-size: 14px;
  line-height: 1.6;
  border-radius: 1.5rem;
  max-width: 75%;
  margin-bottom: 2rem;
}

.new-exclusive-deals img {
  height: 400px;
  object-fit: cover;
  width: 100%;
  object-position: center;
  border-radius: 3.5rem;
}

.new-earn-perkbuddy-points {
  padding: 100px 7%;
}
.new-earn-perkbuddy-points h3 {
  text-align: center;
  font-size: 4.2rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.1rem;
  padding-bottom: 5.5rem;
}
.new-earn-points-box {
  padding: 0 10px;
}

.new-earn-points-box-body h5 {
  font-size: 2rem;
  font-weight: 500;
  margin-top: 2rem;
  padding-bottom: 1.5rem;
}
.new-earn-points-box-body p {
  font-size: 20px;
  font-weight: 300;
  line-height: normal;
}

.new-benefits-section {
  padding: 100px 7%;
}
.new-benefits-section h3 {
  font-weight: 500;
  letter-spacing: -0.3rem;
  line-height: 100%;
  font-size: 100px;
  margin-bottom: 8rem;
}

.new-benefits-list-items {
  font-size: 0;
}
.new-benefits-list-items > li {
  width: 50%;
  margin-bottom: 5rem;
  display: inline-block;
  vertical-align: top;
}
.new-benefits-list-item-box {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.new-blib-img {
  width: 110px;
  height: 110px;
}
.new-blib-img img {
  width: 100%;
  object-fit: contain;
}
.new-blib-body h5 {
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 1rem;
}
.new-blib-body p {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: -0.05rem;
  line-height: 1.5;
}
.new-blib-body {
  max-width: 320px;
}

.wslb-img-nologo {
  width: 100px;
  height: 100px;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
  background-color: #d2d2d2;
}
.wslb-img-nologo span {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  word-wrap: anywhere;
  padding: 0 5px;
}

.loading-spinner {
  font-size: 42px;
  color: #c7102e;

  animation: loadingspinner linear 1.5s infinite;
}
.stores-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  margin:auto;
}

.order-history-table tbody {
  border-left: 2px solid #edf2f6;
  border-right: 2px solid #edf2f6;
  border-bottom: 2px solid #edf2f6;
}

@keyframes loadingspinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUpSuperBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 3rem, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.customer-profile-fields label {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 10px;
}
.customer-profile-wrapper {
  max-width: 760px;
}
.customer-profile-fields input {
  background-color: #d2d2d259;
  border-radius: 3px;
  padding: 10px 15px;
  font-size: 16px;
  width: 100%;
}
.customer-profile-fields {
  margin-bottom: 25px;
}
.customer-profile-birthday {
  display: flex;
  align-items: center;
  gap: 15px;
}

.customer-profile-birthday select {
  background-color: #d2d2d205;
  padding: 10px 15px;
  border-radius: 3px;
  border: 1px solid #d2d2d2;
}
.customer-profile-fields-readonly select {
  background-color: #d2d2d259;
  border-color: transparent;
}
.customer-birthday-btn {
  background-color: #000;
  color: #fff;
  padding: 15px 25px;
  border-radius: 15px;
  width: 100%;
  max-width: 220px;
  margin-top: 35px;
}
.dashboard-points-progress-wrapper {
  max-width: 760px;
  padding: 25px 0 30px;
}
.dashboard-points-available h3 {
  font-size: 48px;
  font-weight: 600;
  padding-bottom: 5px;
}
.dashboard-points-available h4 {
  font-size: 28px;
}
.dashboard-points-available {
  padding-bottom: 30px;
}

.points-progress {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  position: relative;
}
.points-progress::before {
  content: "";
  background-color: #e8f1fb;
  height: 13px;
  width: calc(100% - 15px);
  position: absolute;
  left: 0;
  border-radius: 10px;
  z-index: -1;
  top: 15px;
}

.points-progress span {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #bbd6f5;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border: 4px solid #e8f1fb;
}
.points-progress h6 {
  font-size: 14px;
  font-weight: 600;
  padding-top: 15px;
}

.points-progress-fill {
  content: "";
  background-color: #c7102e;
  height: 13px;
  position: absolute;
  left: 0;
  border-radius: 10px;
  z-index: -1;
  top: 15px;
}

.points-progress .active span {
  color: #c7102e;
  border-color: #c7102e;
}

.customer-history-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border: 1px solid #f58496;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
  padding: 25px 15px;
  max-width: 770px;
}
.customer-history-wrapper > li {
  margin-top: 25px;
}
.chbl-ordernumber {
  font-size: 20px;
  padding-bottom: 15px;
}

.chbl-couponcode {
  font-size: 14px;
  padding-bottom: 10px;
}
.chbl-store {
  font-size: 14px;
  font-weight: 500;
}
.chbr-orderamout {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 10px;
}
.chbr-extras > li {
  padding-top: 10px;
  font-size: 14px;
}

.chbr-extras > li strong {
  font-weight: 500;
}

.perkbuddy-rewarding-sec {
  background-color: #dc0000;
  text-align: center;
  margin-top: 100px;
}
.perkbuddy-rewarding-left h3 {
  color: #fff;
  font-size: 20px;
  line-height: normal;
  font-weight: 700;
  padding-bottom: 25px;
}
.perkbuddy-rewarding-left p {
  color: #fff;
  font-size: 16px;
  line-height: normal;
}
.perkbuddy-rewarding-right-list {
  font-size: 0;
}
.perkbuddy-rewarding-right-list > li {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.pbrr-list-box {
  /*height: 300px;*/
  position: relative;
}
.pbrr-list-box h5 {
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  line-height: normal;
  position: absolute;
  left: 30px;
  right: 30px;
  top: 15%;
  color: #fff;
}
.perkbuddy-rewarding-right-list > li.last h5 {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.terms-content h1 {
  font-size: 24px;
  margin-bottom: 10px;
  line-height: 1.6;
}
.terms-content h2 {
font-size: 30px;
  padding-top: 15px;
  margin-bottom: 10px;
  line-height: 1.6;
}
.terms-content h3 {
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 5px;
  padding-top: 15px;
  margin-bottom: 10px;
  line-height: 1.6;
}

.terms-content a {
  color: inherit;
  text-decoration: underline;
}
.terms-content p {
  line-height: 1.6;
  margin-bottom: 10px;
}
.terms-content strong {
  font-weight: bold;
}
.terms-content ul {
  list-style-type: disc;
  margin-left: 20px;
  line-height: 1.6;
  margin-bottom: 10px;
}

.promo-box-felx {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.promo-box-felx a {
  font-size: 12px;
  color: #000;
  text-decoration: underline;
  font-weight: 500;
}

.footer-insta-box a {
  color: #000;
  font-size: 14px;
}
.footer-insta-box a svg {
  width: 26px;
  vertical-align: middle;
  margin-right: 5px;
}
.footer-insta-box {
  padding-top: 15px;
}
.footer-insta-box a:hover {
  color: #cc0000;
}

.perkbuddy-rewarding-left {
  font-size: 0;
}

.banner-career {
 max-width: 35%;
  padding-top: 30px;
}

.new-shop-brands-cta {
  margin: 175px 0 75px;
}
.new-shop-brands-cta-wrapper {
  background-color:#E7E7E7;
  border-radius: 3.5rem;
  padding-left: 7%;
}
.new-shop-brands-cta-wrapper h3 {
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.1rem;
  line-height: 1.3;
  padding-bottom: 1.6rem;
}
.new-shop-brands-img-02 {
  margin-top: -70px;
}
.new-shop-brands-cta-wrapper-img {
  padding-left: 50px;
  padding-right: 50px;
}
.new-shop-brands-img-01 {
  margin-bottom: -30px;
}

.chbl-store a {
  color: #000;
  text-decoration: underline;
}


.customer-history-wrapper>li {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
}
.customer-history-wrapper {
  margin: 0 -15px;
}

.load-more-btn {
            display: block;
            width: 100%;
            padding: 10px;
            background-color: #007bff;
            color: white;
            text-align: center;
            cursor: pointer;
            margin-top: 20px;
        }
        
        .load-more-btn {
  max-width: 220px;
  border-radius: 5px;
  color: #fff;
  background-color: #000;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  cursor: pointer;
}

.customer-profile-fields select:disabled {
  background-color: #d2d2d259;
}

.birthday-notice {
  font-size: 12px;
  line-height: normal;
  padding-bottom: 15px;
  color: gray;
}


.store-page-banner {
  padding-top: 50px;
}
.store-page-banner-body h3 {
  font-size: 70px;
  font-weight: bold;
  line-height: 80px;
  padding-bottom: 25px;
}
.store-page-banner-body h3 span {
  font-weight: 400;
}
.store-page-banner-body p {
  font-size: 30px;
  line-height: 34px;
}
.store-page-banner-body p strong {
  font-weight: bold;
}

.hero-text-black{
    color:#000 !important;
}
       .home-hero-wrapper p strong {
  font-weight: bold;
}



.home-hero .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
}
.home-hero .slick-dots li button {
  border: 1px solid #fff;
}


.store-page-banner-alt {
  padding: 40px 0;
}
.store-page-banner-alt-wrapper {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 25px;
  overflow: hidden;
  height: 300px;
  display: flex;
  align-items: center;
  padding: 25px 50px;
}
.store-page-banner-alt-wrapper h3 {
  color: #fff;
  font-size: 40px;
}
.store-page-banner-alt-wrapper .row {
  width: 100%;
}
.store-page-banner-alt-wrapper h3 strong {
  font-weight: bold;
  line-height: normal;
}

.store-page-banner-alt-wrapper p {
  font-size: 16px;
  color: #fff;
  line-height: normal;
}
.store-page-banner-alt-wrapper p strong {
  font-weight: bold;
}



.home-hero-revamp {
  background-color: #F2F2F2;
  padding: 0 0 40px;
}

.home-hero-revamp h3 {
  font-size: 60px;
  font-weight: 500;
  line-height: 70px;
  padding-bottom: 15px;
}
.home-hero-revamp p {
  font-size: 25px;
  line-height: 35px;
  font-weight: 400;
  padding-bottom: 50px;
}


.new-enhance-section-home-img {
  margin-left: -20vw;
}

.new-enhance-section-home-img-02 {
  margin-left: -15vw;
}


.website-stores-list-items {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.website-stores-list-items > li:nth-child(7) {
  order: 1;
}
.website-stores-list-items > li:nth-child(3) {
  order: 2;
}
.website-stores-list-items > li:nth-child(6) {
  order: 3;
}

.website-stores-list-items > li:nth-child(4) {
  order: 4;
}

.website-stores-list-items > li:nth-child(5) {
  order: 5;
}

.website-stores-list-items > li:nth-child(2) {
  order: 6;
}

.website-stores-list-items > li:nth-child(8) {
  order: 7;
}
.website-stores-list-items > li:nth-child(1) {
  order: 8;
}

.pb-qr-icon {
  max-width: 20px;
  vertical-align: middle;
  margin-left: 5px;
  display: inline-block;
}




@media (min-width: 992px) and (max-width: 1600px) {
  .about-repeating-sections {
    padding-left: 50px;
    padding-right: 50px;
  }
  
  .home-hero {
  padding-top: 50px;
}
 .home-cta-banner {
  /*margin: 75px 25px;*/
}
  
}

@media (max-width: 1440px) {
  .earn-box-body h5,
  .redeem-box-body h5 {
    font-size: 22px;
  }

  .earn-box-body p,
  .redeem-box-body p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .earn-box-body h5 {
    font-size: 24px;
  }
  .earn-box-body p {
    font-size: 14px;
  }
  .redeem-box-body h5 {
    font-size: 24px;
  }
  .redeem-box-body p {
    font-size: 14px;
    line-height: 20px;
  }

  .about-repeating-sections h2 {
    font-size: 26px;
  }
  .how-it-works-points-box h6 {
    font-size: 14px;
  }
  .website-stores-banner-left {
    padding-left: 5%;
  }
  .header-main-bar {
    padding: 15px 15px;
  }
  .header-top-bar {
    padding: 0 15px;
    margin-bottom: -1px;
  }
  .header-megamenu {
    margin: 0 15px;
  }
  .header-socials {
    display: none;
  }
  .header-menu a {
    padding: 5px 5px;
    /*background-color: transparent !important;*/
    font-size: 14px;
    /*color: #fff !important;*/
  }
  .header-main-bar .col-md-3,
  .header-main-bar .col-md-6 {
    max-width: 33.333%;
  }
  .header-megamenu {
    padding: 25px 15px;
  }
  .header-mm-left h5 {
    font-size: 20px;
    padding-bottom: 15px;
  }
  .megamena-navigation > li {
    display: block;
  }
  .megamena-navigation > li:not(:first-child) {
    padding-left: 0;
    padding-top: 10px;
  }
  .header-mm-right {
    align-items: flex-start;
  }
  .megamena-navigation img {
    width: 40px;
    flex-shrink: 0;
    height: 35px;
    object-fit: scale-down;
  }
  .megamena-navigation span {
    color: #000;
    font-size: 16px;
  }
  .mm-support-icon {
    width: 40px;
    height: 40px;
  }
  .home-hero {
    padding: 50px 0 15px;
  }
  .home-hero-wrapper {
    height: auto;
    padding: 15px 15px;
  }
  .home-hero-wrapper h3 {
    font-size: 30px;
  }
  .home-hero-wrapper p {
    font-size: 15px;
    max-width: 75%;
  }
  .home-cta-wrapper h6 {
    font-size: 12px;
    padding-bottom: 5px;
  }
  .home-cta-wrapper h3 {
    font-size: 16px;
    line-height: 22px;
    /*max-width: 60%;*/
  }
  .home-cta-wrapper h3 br {
    display: none;
  }
  .cta-banner-img {
    max-width: 45%;
    object-fit: cover;
    object-position: 0 100%;
  }
  .benefits-section {
    padding-top: 50px;
  }
  .benefits-heading h2 {
    font-size: 28px;
  }
  .benefits-heading p {
    font-size: 14px;
  }
  .benefits-box {
    padding: 15px 15px;
    margin-top: 15px;
  }
  .benefits-box h5 {
    font-size: 22px;
    padding: 10px 0 10px;
  }
  .benefits-box p {
    font-size: 14px;
    line-height: 18px;
  }
  .benefits-box.benefit-box-tall {
    min-height: auto;
  }
  .earn-and-redeem-section {
    /*margin-top: 50px;*/
  }
  .earn-headings h3 {
    font-size: 28px;
  }
  .earn-headings p {
    font-size: 16px;
    line-height: 20px;
  }

  .earn-box {
    padding-top: 30px;
  }
  .earn-box-img {
    padding-bottom: 10px;
  }
  .earn-box-body h5 {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .earn-box-img img {
    width: 100px;
  }
  .earn-headings h3 {
    font-size: 24px;
  }
  .redeem-box-wrapper {
    padding-top: 0;
  }
  .redeem-box-wrapper .col {
    max-width: 100%;
    width: 100%;
    flex-shrink: 0;
    min-width: 50%;
    padding-top: 25px;
  }
  .earn-headings h3 {
    font-size: 24px;
  }
  .earn-headings {
    padding-bottom: 0;
  }
  .redeem-box-body h5 {
    font-size: 18px;
  }
  .redeem-box-body p {
    font-size: 12px;
    line-height: 20px;
  }
  .faq-section {
    padding: 50px 0;
  }
  .faq-section-wrapper h3 {
    font-size: 22px;
    padding-bottom: 25px;
  }
  .faq-accordion h4 {
    font-size: 14px;
    line-height: normal;
  }
  .faq-accordion p {
    font-size: 12px;
    padding-right: 0px;
  }
  .newsletter-wrapper h6 {
    font-size: 20px;
  }
  .newsletter-form-wrapper {
    gap: 10px;
    padding: 0 10px;
  }
  footer {
    text-align: center;
  }
  .footer-widget {
    padding-top: 25px;
  }
  .footer-about {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .about-hero {
    padding: 50px 0;
  }
  .about-hero h1 {
    font-size: 28px;
  }
  .about-hero p {
    font-size: 14px;
  }
  .about-repeating-sections h2 {
    padding-bottom: 5px;
  }
  .about-repeating-sections {
    padding: 30px 0;
  }
  .careers-open-positions {
    padding: 50px 0;
  }
  .careers-open-positions h2 {
    font-size: 28px;
    padding-bottom: 15px;
  }

  .open-positions-box {
    padding: 15px 15px;
  }
  .open-positions-box h5 {
    font-size: 16px;
  }
  .open-position-detail-list > li {
    font-size: 14px;
  }
  .open-positions-box a {
    padding: 10px 15px;
    font-size: 14px;
  }
  .blog-hero {
    padding: 40px 0 0;
    text-align: center;
  }

  .blog-hero img {
    padding-top: 30px;
  }

  .blog-hero h1 {
    font-size: 28px;
    padding-bottom: 5px;
  }
  .blog-hero p {
    font-size: 14px;
  }
  .blog-hero svg {
    width: 100%;
    height: 200px;
  }
  .contact-page-sec {
    padding: 40px 0px;
  }
  .contact-page-sec h1 {
    font-size: 28px;
    line-height: normal;
    padding-bottom: 10px;
  }
  .contact-page-sec h3 {
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 25px;
  }
  .contact-page-sec p {
    font-size: 14px;
    padding-bottom: 40px;
  }
  .contact-form-wrap {
    padding: 25px 15px;
  }
  .how-it-works-earn-points-items > li {
    padding: 0 5px;
  }
  .hit-points-box-img img {
    max-width: 50px;
  }
  .how-it-works-points-box h4 {
    font-size: 18px;
  }
  .how-it-works-points-box h6 {
    font-size: 12px;
  }
  .how-it-works-points-box {
    padding: 10px 15px;
  }
  .how-it-works-visual-section {
    padding: 40px 0;
  }
  .how-it-works-visual-section h2 {
    font-size: 28px;
    padding-bottom: 25px;
  }
  .hiw-visual-box-img {
    height: 120px;
  }
  .hiw-visual-box-img img {
    max-width: 50%;
  }
  .how-it-works-visual-box {
    padding: 15px 15px;
    height: auto;
  }
  .how-it-works-visual-row-divider {
    padding-top: 0;
  }
  .website-stores-banner {
    height: auto;
    padding: 25px 15px;
  }
  .website-stores-banner-left {
    padding-left: 0;
  }
  .website-stores-banner h3 {
    font-size: 28px;
  }
  .website-stores-banner p {
    font-size: 14px;
  }
  .website-stores-banner img {
    max-width: 70%;
  }
  .website-stores-list-items {
    padding: 0;
    font-size: 0;
    margin: 0;
  }
  .website-stores-list-items > li {
    width: 100%;
  }
  .website-store-list-box p {
    font-size: 12px;
  }
  .website-stores-list-wrapper {
    padding: 25px 0 25px;
  }
  .header-main-btn {
    padding: 10px 5px;
    font-size: 12px;
  }

  .how-it-works-steps-list {
    padding-top: 0;
  }
  .how-it-works-step-list-box h3 {
    padding-top: 0;
    font-size: 20px;
  }
  .how-it-works-steps-list > li::before {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
  .how-it-works-steps-list > li {
    padding-left: 50px;
    margin-top: 15px;
  }
  .how-it-works-step-list-box p {
    font-size: 12px;
    max-width: 100%;
  }
  .how-it-works-visual-section.how-it-works-alt-section .row {
    flex-direction: column-reverse;
  }
  .how-it-works-steps-visual-wrapper img {
    max-width: 50%;
    padding-bottom: 25px;
  }

  .widget-signup-wrapper,
  .register-slider-wrapper {
    height: auto;
    padding: 50px 15px;
  }
  .widget-signup-wrapper h2 {
    font-size: 28px;
    padding-bottom: 25px;
  }

  .register-slider-wrapper h3 {
    font-size: 28px;
  }

  .customer-dashboard-sidebar {
    width: 100%;
    padding: 25px 15px;
  }
  .customer-dashboard-wrapper {
    flex-wrap: wrap;
  }
  .customer-dashboard {
    min-height: auto;
  }
  .customer-dashboard-sidebar h2 {
    padding-bottom: 25px;
  }
  .customer-dashboard-main {
    padding: 25px 15px;
  }
  .order-history-table-wrap {
    overflow: auto;
  }
  .order-history-table td {
    padding: 15px 10px;
  }

  .points-box-holder > li {
    width: 33.333%;
    padding: 0 5px;
  }

  .points-box {
    padding: 15px 15px;
  }
  .points-box-body h5 {
    font-size: 14px;
  }

  .promotion-box-holder {
    padding-top: 35px;
  }
  .promotion-box-holder > li {
    width: 100%;
    padding-bottom: 35px;
  }

  .widget-signup-wrapper.widget-signup-extra {
    padding: 50px 15px;
  }

  .header-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*padding: 5px;*/
  }

  /*.perkbuddy-rewarding-left {*/
  /* padding:50px 15px;*/
  /*}*/

  .pbrr-list-box {
    height: auto;
  }

  .perkbuddy-rewarding-sec .col-md-6 {
    padding: 0;
  }

  .perkbuddy-rewarding-left p {
    font-size: 14px;
  }

  .banner-career {
    max-width: 100%;
  }
  .about-repeating-sections-alt-row .row {
    flex-direction: column-reverse;
  }

  .home-cta-banner {
    /*margin: 50px 0;*/
  }
  .home-cta-wrapper h6 {
    /*max-width: 50%;*/
    line-height: normal;
  }
  .benefits-box {
    height: auto;
  }
  .new-enhance-section h3 {
    font-size: 30px;
  }
  .new-enhance-section p {
    font-size: 18px;
  }
  .new-enhance-section img {
    margin-bottom: 30px;
  }
  .new-enhance-section .row {
    /*flex-direction: column-reverse;*/
  }
  .new-enhance-section-home-img {
  margin-left: 0;
}

.new-enhance-section-home-img-02 {
  margin-left: 0;
}

  .new-shop-brands-cta {
    margin: 50px 0;
  }
  .new-shop-brands-cta-wrapper h3 {
    font-size: 28px;
  }
  .new-shop-brands-cta-wrapper {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 35px;
    text-align: center;
    padding-bottom: 35px;
  }
  .new-shop-brands-img-02 {
    margin-top: 30px;
  }
  .new-megamenu-inner {
    width: 290px;
  }
  .close-new-mm {
    left: calc(300px - 50px);
  }

  .new-what-is-perk {
    margin: 50px 0;
  }
  .new-whatisperk-hover-box {
    padding: 15px 10px;
  }
  .new-whatisperk-hover-box p {
    font-size: 10px;
  }
  .new-what-is-perk-body {
    padding: 40px 40px;
  }
  .new-what-is-perk-body h3 {
    font-size: 30px;
  }
  .new-what-is-perk-body p {
    max-width: 100%;
    margin-bottom: 2rem;
  }

  .new-how-it-works-box img {
    max-width: 80%;
    margin: auto;
    display: block;
  }
  .new-how-itworks-body h5 {
    font-size: 30px;
    padding-bottom: 1rem;
  }
  .new-how-itworks-body p {
    max-width: 100%;
    font-size: 16px;
  }
  .new-how-it-works-arrow {
    display: none;
  }
  .new-how-it-works-box-reverse-mobile .row {
    flex-direction: column-reverse;
  }
  .new-how-it-works-box {
    padding: 50px 0;
  }

  .new-hero {
    margin: 50px 0;
  }
  .new-hero .container-fluid {
    padding: 0;
  }
  .new-hero-bg-wrapper {
    padding: 25px 15px 0;
    text-align: center;
  }
  .new-hero-bg-wrapper::before {
    width: 100%;
    border-radius: 0;
  }
  .new-hero-bg-wrapper h1 {
    font-size: 40px;
  }
  .new-hero-bg-wrapper p {
    font-size: 18px;
    margin-bottom: 2rem;
  }
  .new-hero img {
    margin-left: 0;
    margin-top: 50px;
  }
  .new-hero-bg-wrapper .col-md-7 {
    padding: 0;
  }
  .new-enhance-section p br {
    display: none;
  }
  .new-exclusive-deals {
    padding: 50px 0;
  }

  .new-exclusive-deals img {
    height: 300px;
    border-radius: 25px;
    margin-bottom: 30px;
  }
  .new-exclusive-body {
    padding: 0;
  }
  .new-exclusive-body h5 {
    max-width: 100%;
  }

  .home-hero .container {
    padding: 0;
  }
  .home-hero-wrapper {
    border-radius: 0;
  }
  .footer-accordian {
    padding-bottom: 20px;
    display: block;
    padding-right: 30px;
    padding-left: 0;
    position: relative;
    text-align: left;
    border-bottom: 1px solid #bcbcbc61;
  }
  .footer-accordian::after {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: #e73c17; */
    transition: all 0.3s ease-in-out;
  }
  .footer-accordian.active::after {
    transform: rotate(180deg);
  }
  .footer-menu {
    display: none;
  }
  .footer-menu {
    text-align: left;
    padding-left: 25px;
  }
  .footer-widget h4 {
    font-size: 16px;
  }
  .bg-abstract {
  height: 100px;
}



.store-page-banner-body {
  text-align: center;
}
.store-page-banner-body h3 {
  font-size: 36px;
  line-height: normal;
  padding-top: 10px;
}
.store-page-banner-body p {
  font-size: 20px;
  line-height: normal;
}



.home-hero-wrapper {
  min-height: 500px;
  
}
.home-hero-wrapper.home-hero-wrapper-fall {
  background-image: url("../../assets/images/fall-promo-banner-mobile.png") !important;
  align-items: flex-start;
  padding-top: 50px;
}

.home-hero-wrapper img {
  margin: auto;
}

.store-page-banner-alt-wrapper {
  padding: 25px 15px;
  background-position: 68% 100%;
}
.store-page-banner-alt-wrapper h3 {
  font-size: 20px;
}
.store-page-banner-alt-wrapper p {
  font-size: 12px;
}
.store-page-banner-alt-wrapper .col-md-7 {
  max-width: 85%;
}


.home-hero-revamp {
  padding: 50px 0;
}
.home-hero-revamp h3 {
  font-size: 50px;
  line-height: 60px;
}
.home-hero-revamp p {
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 35px;
}
.home-hero-revamp img {
  /*padding-top: 50px;*/
}


.website-stores-banner {
  text-align: center;
}
.website-stores-banner p {
  max-width: 100%;
}
.website-stores-banner .text-right {
  text-align: center;
}

}














/*redeem page */


.redeem-points-box-main {
  padding: 15px 15px;
  background-color: #000;
  box-shadow: none;
  border-radius: 12px;
  text-align: center;
  /* margin: 20px 0; */
  color: #fff;
}
.redeem-points-box-main svg {
  width: 50px;
  height: 50px;
}
.redeem-points-box-main h2 {
  font-size: 32px;
  font-weight: 700;
  padding: 0px 0 10px;
}
.overlay-panel-body h6 {
  color: #9d9caf;
  font-size: 14px;
  border-top: 1px solid #e5e7eb;
  padding-top: 15px;
}
.redeem-points-box-redemption {
  text-align: center;
}
.redeem-points-box-redemption h3 {
  font-size: 28px;
  font-weight: 600;
  padding-bottom: 15px;
}
.redeem-points-box-redemption h4 {
  color: #9d9caf;
  font-size: 14px;
  line-height: normal;
  padding-bottom: 10px;
}

.redeem-points-box-redemption p {
  font-size: 12px;
  color: #9d9caf;
  line-height: 16px;
  padding-bottom: 25px;
}

.redeem-coupon-btn {
  background-color: #232323;
  color: #fff;
  padding: 15px 35px;
  border-radius: 35px;
}
.apply-redeem-btn {
  background-color: #232323;
  color: #fff !important;
  padding: 8px 35px;
  border-radius: 35px;
  cursor: pointer;
  border: 1px solid #767878 !important;
}
.input-redeem-points {
  width: 100%;
  padding: 7px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #bbb;
  border-radius: 4px;
  box-sizing: border-box;
}

.redeem-points-hidden.peak-rewards-widget-inner-box {
  margin: 0;
  margin-top: 25px;
}
.redeem-points-hidden.peak-rewards-widget-inner-box h5 {
  font-size: 14px;
  line-height: 20px;
  border-bottom: 1px solid #f3f3f6;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.redeem-points-hidden.peak-rewards-widget-inner-box h6 {
  font-size: 14px;
  border-top: 0;
  padding-top: 0;
}

.redeem-points-hidden.peak-rewards-widget-inner-box.activated-hidden {
  display: block !important;
}

.redeem-points-website-wrapper {
  max-width: 400px;
}


.redeem-order-discount-head {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  justify-content: center;
  gap: 15px;
  padding-bottom: 25px;
}
.redeem-order-discount-head-text h5 {
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 5px;
  font-weight: 600;
  color: #fff;
}
.redeem-order-discount-head-text h6 {
  color: #f1f2f2;
  font-size: 12px;
  border: none;
  padding-top: 0;
}
.redeemer-points-selected {
  font-weight: 600;
}
.redeem-order-discount-redeemer h3 {
  font-size: 14px;
  font-weight: 300;
  padding-bottom: 10px;
  color: #fff;
}
.redeemer-points-selected-discount {
  font-weight: 600;
}
.redeemer-btn-spinner svg {
  width: 50px;
  height: 20px;
}

.apply-redeem-btn {
  font-size: 0;
}
.redeemer-btn-text {
  font-size: 16px;
}
.redeemer-btn-spinner {
  display: none;
}

#redeemer-range-slider {
  width: 100%;
  max-width: 250px;
  margin: auto;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: none;
  overflow: hidden;
  border-radius: 16px;
  height: 17px;
  background: transparent; /* Ensure background is transparent */
}

/* Track: webkit browsers */
#redeemer-range-slider::-webkit-slider-runnable-track {
  height: 15px;
  background: #ccc; /* Default track color */
  border-radius: 16px;
  position: relative;
}

/* Track: Mozilla Firefox */
#redeemer-range-slider::-moz-range-track {
  height: 15px;
  background: #ccc;
  border-radius: 16px;
}

/* Thumb: webkit */
#redeemer-range-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  height: 15px;
  width: 15px;
  background-color: #808285;
  border-radius: 50%;
  border: 2px solid #808285;
  position: relative;
  z-index: 1; /* Ensure thumb is on top */
}

/* Thumb: Firefox */
#redeemer-range-slider::-moz-range-thumb {
  height: 15px;
  width: 15px;
  background-color: #808285;
  border-radius: 50%;
  border: 1px solid #808285;
  position: relative;
  z-index: 1;
}

/* Add progress bar effect */
#redeemer-range-slider::-webkit-slider-runnable-track {
  background: linear-gradient(
    to right,
    #c7102e 0%,
    #c7102e var(--value-percentage, 0%),
    #ccc var(--value-percentage, 0%),
    #ccc 100%
  );
}

#redeemer-range-slider::-moz-range-track {
  background: linear-gradient(
    to right,
    #c7102e 0%,
    #c7102e var(--value-percentage, 0%),
    #ccc var(--value-percentage, 0%),
    #ccc 100%
  );
}

.apply-redeem-btn {
  margin-top: 15px;
}

.redeem-pending-coupon-notice {
  font-size: 10px;
  line-height: 14px;
  padding: 15px 10px;
  color: #fff;
}
.redeemer-response-failure p {
  color: red;
  font-size: 12px;
  font-weight: bold;
}

.redeemer-response-success-head img {
  width: 20%;
  padding: 5px;
}
.redeemer-response-success-head {
  font-size: 0;
  border: 1px solid #ccc;
  border-radius: 10px;
  max-width: 200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  padding: 5px;
}
#coupon {
  font-size: 16px;
  width: 80%;
}

.redeem-order-discount-head img {
  width: 50px;
  height: 40px;
}


.user-profile-qr-main {
  max-width: 500px;
  text-align: center;
  padding: 15px 15px;
  background-color: #e6e7e8 !important;
  border-radius: 10px;
}
.user-profile-qr-main h3 {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 5px;
}
.user-profile-qr-main p {
  font-size: 14px;
  text-align: center;
  line-height: normal;
}
.render-user-email-qr svg {
  width: 100%;
  height: 90px;
}
.render-user-email-qr svg>rect {
  rx: 5px;
}

@media (max-width:767px){
    .user-profile-qr-main{
        display:block !important;
    }
}
/*redeem page*/
