@import url("https://fonts.googleapis.com/css2?family=Lobster&family=Merienda:wght@400;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fredoka:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Pacifico&family=Reem+Kufi+Ink&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Boogaloo&family=Metal+Mania&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Emblema+One&family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Fugaz+One&family=Racing+Sans+One&family=Sansita+Swashed:wght@300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=El+Messiri:wght@400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Chewy&display=swap");
.discount-section {
  position: relative;
  overflow: hidden;
  min-height: 62px;
}
@media (max-width: 767px) {
  .discount-section .discount_top {
    padding: 0 10px;
  }
}
.discount-section .discount-amount {
  color: #000000;
  font-size: 46px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Bebas Neue", serif;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media (max-width: 767px) {
  .discount-section .discount-amount {
    font-size: 22px;
  }
}
.discount-section .discount-amount .per_wrap {
  line-height: 0.8;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media (max-width: 610px) and (min-width: 341px) {
  .discount-section .discount-amount .per_wrap {
    display: unset;
  }
}
.discount-section .discount-amount .per_wrap .upto {
  font-size: 16px;
  margin-right: 2px;
}
.discount-section .discount-amount .per_wrap .amount {
  font-size: 48px !important;
  margin-right: 0;
}
@media (max-width: 610px) {
  .discount-section .discount-amount .per_wrap .amount {
    font-size: 27px !important;
  }
}
.discount-section .discount-amount .dicount-text {
  line-height: 1;
  margin: 0;
  font-size: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
@media (max-width: 610px) {
  .discount-section .discount-amount .dicount-text {
    font-size: 24px !important;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  .discount-section .discount-amount .dicount-text .off {
    font-size: 16px;
  }
}
@media (max-width: 680px) {
  .discount-section .pro_logo {
    display: none !important;
  }
}

.discount-section + main {
  position: relative;
}

.notify-wrapper {
  background: radial-gradient(29.05% 42.59% at 50% -5.56%, rgb(100, 25, 255) 0%, rgb(3, 3, 3) 100%);
  position: relative;
  z-index: 10;
}
.notify-wrapper p {
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.2;
  margin: 0;
  color: white;
  padding: 8px 0;
}
.notify-wrapper a {
  text-decoration: underline !important;
  color: white;
  -webkit-transition: none;
  transition: none;
}
.notify-wrapper a:hover {
  text-decoration: none;
  color: #dadada;
}

.discount-section.black-offer {
  max-height: 80px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 4px solid #c62446;
  background-color: #191919;
  position: relative;
}
.discount-section.black-offer picture img {
  display: block;
}
@media (min-width: 767px) {
  .discount-section.black-offer::before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 202px;
    background-image: url(../images/coupon/black-friday/element1.png);
    background-size: cover;
    background-repeat: no-repeat;
    right: 0;
  }
}
@media (min-width: 1358px) {
  .discount-section.black-offer::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 117px;
    background-image: url(../images/coupon/black-friday/element2.png);
    background-size: cover;
    background-repeat: no-repeat;
    left: 0;
    z-index: -1;
  }
}
.discount-section.black-offer .discount__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.discount-section.black-offer .discount__inner::after {
  position: absolute;
  content: "";
  width: 275px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
  bottom: 0;
  right: -98px;
}
.discount-section.black-offer .discount__logo {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 680px) {
  .discount-section.black-offer .discount__logo {
    display: none;
  }
}
.discount-section.black-offer .discount__logo img {
  width: 165px;
  height: auto;
}
.discount-section.black-offer .optin-dis {
  margin-left: auto;
}
.discount-section.black-offer .user-coupon-code {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.discount-section.black-offer .user-coupon-code p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  line-height: 26px;
}
.discount-section.black-offer .user-coupon-code p .coupon-code {
  margin-right: 8px;
  font-size: 20px;
  display: inline-block;
  font-weight: 600;
}
.discount-section.black-offer .user-coupon-code p i {
  font-weight: 700;
  font-size: 19px;
  cursor: pointer;
}
.discount-section.black-offer .discount-percentance {
  color: #ffffff;
  font-size: 17px;
  text-align: center;
  line-height: 30px;
  z-index: 1;
  font-weight: 400;
  margin-left: auto;
  margin-bottom: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767px) {
  .discount-section.black-offer .discount-percentance {
    font-size: 14px;
  }
}
.discount-section.black-offer .discount-percentance .discount-amount {
  color: #fff;
}
.discount-section.black-offer .pro_logo {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.discount-section.black-offer .pro_logo img {
  width: 50px;
}
@media (max-width: 767px) {
  .discount-section.black-offer .pro_logo img {
    width: 40px;
  }
}
.discount-section.black-offer .discount-countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 10px;
}
.discount-section.black-offer .discount-countdown .nx-countdown {
  margin-right: 25px;
  text-align: center;
  position: relative;
}
.discount-section.black-offer .discount-countdown .nx-countdown:last-child {
  margin-right: 0;
}
.discount-section.black-offer .discount-countdown .nx-countdown:last-child::before {
  content: unset;
}
.discount-section.black-offer .discount-countdown h2 {
  margin: 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}
@media (min-width: 767px) {
  .discount-section.black-offer .discount-countdown h2 {
    font-size: 30px;
    line-height: 1.3;
  }
}
.discount-section.black-offer .discount-countdown p {
  margin: 0;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}
.discount-section.black-offer .discount-button {
  margin-left: auto;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.discount-section.black-offer .discount-button a {
  position: relative;
  display: inline-block;
  color: #000000;
  background: #ffffff;
  max-height: 37px;
  line-height: 37px;
  padding: 0 20px;
  font-size: 19px;
  font-weight: 700;
  -webkit-box-shadow: 0px 15px 15px 0px rgba(0, 24, 41, 0.15);
          box-shadow: 0px 15px 15px 0px rgba(0, 24, 41, 0.15);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  white-space: nowrap;
}
.discount-section.black-offer .discount-button a:hover {
  background: #C62446;
  color: #ffffff;
}
@media (max-width: 767px) {
  .discount-section.black-offer picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .discount-section.black-offer .discount-percentance br {
    display: block;
  }
  .discount-section.black-offer .discount-content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 15px;
  }
  .discount-section.black-offer .discount-content span {
    margin-bottom: 14px;
  }
  .discount-section.black-offer .discount-content p {
    margin-left: 0;
  }
  .discount-section.black-offer .user-coupon-code {
    display: none;
  }
}
@media (max-width: 680px) {
  .discount-section.black-offer .discount-percentance {
    display: none;
  }
}
@media (max-width: 610px) {
  .discount-section.black-offer .discount-percentance {
    font-size: 15px;
    line-height: 25px;
  }
  .discount-section.black-offer .discount-percentance strong {
    padding-left: 0;
    padding-right: 0;
    font-size: 25px;
  }
  .discount-section.black-offer .discount-countdown .nx-countdown {
    margin-right: 14px;
  }
  .discount-section.black-offer .discount-countdown .nx-countdown::before {
    content: unset;
  }
  .discount-section.black-offer .discount-countdown .nx-countdown h2 {
    font-size: 14px;
    line-height: 18px;
  }
  .discount-section.black-offer .discount-countdown .nx-countdown p {
    font-size: 12px;
    line-height: 1;
  }
  .discount-section.black-offer .discount-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .discount-section.black-offer .discount-button a {
    max-height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 10px;
    text-align: center;
  }
}
@media (max-width: 455px) {
  .discount-section.black-offer .discount__logo {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column-align: end;
        justify-self: end;
  }
  .discount-section.black-offer .discount-countdown {
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3/5;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column-align: end;
        justify-self: end;
  }
  .discount-section.black-offer .discount-button {
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
    grid-column: 3/6;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column-align: end;
        justify-self: end;
  }
}

.discount-section.christ-offer {
  background-image: url(../images/coupon/christmas/discount-bg-new.png);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #023161;
}
.discount-section.christ-offer picture img {
  display: block;
}
.discount-section.christ-offer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.7;
  background-size: 20rem 20rem;
  -webkit-animation: snow 28s linear infinite;
          animation: snow 28s linear infinite;
  background-image: url(../images/coupon/christmas/snow1.png);
}
.discount-section.christ-offer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.7;
  display: block;
  background-size: auto;
  -webkit-animation: snow 18s linear infinite;
          animation: snow 18s linear infinite;
  background-image: url(../images/coupon/christmas/snow2.png);
}
.discount-section.christ-offer .discount__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 99999;
}
.discount-section.christ-offer .discount__inner::after {
  position: absolute;
  content: "";
  width: 275px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
  bottom: 0;
  right: -98px;
}
.discount-section.christ-offer .discount__logo {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 680px) {
  .discount-section.christ-offer .discount__logo {
    display: none;
  }
}
.discount-section.christ-offer .discount__logo img {
  width: 170px;
  height: auto;
}
.discount-section.christ-offer .optin-dis {
  margin-left: auto;
}
.discount-section.christ-offer .user-coupon-code {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.discount-section.christ-offer .user-coupon-code p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  line-height: 26px;
}
.discount-section.christ-offer .user-coupon-code p .coupon-code {
  margin-right: 8px;
  font-size: 20px;
  display: inline-block;
  font-weight: 600;
}
.discount-section.christ-offer .user-coupon-code p i {
  font-weight: 700;
  font-size: 19px;
  cursor: pointer;
}
.discount-section.christ-offer .discount-percentance {
  color: #ffffff;
  font-size: 17px;
  text-align: center;
  line-height: 30px;
  z-index: 1;
  font-weight: 400;
  margin-left: auto;
  margin-bottom: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767px) {
  .discount-section.christ-offer .discount-percentance {
    font-size: 14px;
  }
}
.discount-section.christ-offer .discount-percentance .discount-amount {
  color: #fff;
}
.discount-section.christ-offer .pro_logo {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.discount-section.christ-offer .pro_logo img {
  width: 50px;
}
@media (max-width: 767px) {
  .discount-section.christ-offer .pro_logo img {
    width: 40px;
  }
}
.discount-section.christ-offer .discount-countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 10px;
}
.discount-section.christ-offer .discount-countdown .nx-countdown {
  margin-right: 25px;
  text-align: center;
  position: relative;
}
.discount-section.christ-offer .discount-countdown .nx-countdown:last-child {
  margin-right: 0;
}
.discount-section.christ-offer .discount-countdown .nx-countdown:last-child::before {
  content: unset;
}
.discount-section.christ-offer .discount-countdown h2 {
  margin: 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}
@media (min-width: 767px) {
  .discount-section.christ-offer .discount-countdown h2 {
    font-size: 30px;
    line-height: 1.3;
  }
}
.discount-section.christ-offer .discount-countdown p {
  margin: 0;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}
.discount-section.christ-offer .discount-button {
  margin-left: auto;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.discount-section.christ-offer .discount-button a {
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.discount-section.christ-offer .discount-button a:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.discount-section.christ-offer .discount-button a img {
  width: 157px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 767px) {
  .discount-section.christ-offer picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .discount-section.christ-offer .discount-percentance br {
    display: block;
  }
  .discount-section.christ-offer .discount-content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 15px;
  }
  .discount-section.christ-offer .discount-content span {
    margin-bottom: 14px;
  }
  .discount-section.christ-offer .discount-content p {
    margin-left: 0;
  }
  .discount-section.christ-offer .user-coupon-code {
    display: none;
  }
}
@media (max-width: 680px) {
  .discount-section.christ-offer .discount-percentance {
    display: none;
  }
}
@media (max-width: 610px) {
  .discount-section.christ-offer .discount-percentance {
    font-size: 15px;
    line-height: 25px;
  }
  .discount-section.christ-offer .discount-percentance strong {
    padding-left: 0;
    padding-right: 0;
    font-size: 25px;
  }
  .discount-section.christ-offer .discount-countdown .nx-countdown {
    margin-right: 14px;
  }
  .discount-section.christ-offer .discount-countdown .nx-countdown::before {
    content: unset;
  }
  .discount-section.christ-offer .discount-countdown .nx-countdown h2 {
    font-size: 14px;
    line-height: 18px;
  }
  .discount-section.christ-offer .discount-countdown .nx-countdown p {
    font-size: 12px;
    line-height: 1;
  }
  .discount-section.christ-offer .discount-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .discount-section.christ-offer .discount-button a {
    padding: 0 10px;
    font-size: 10px;
    text-align: center;
  }
}
@media (max-width: 455px) {
  .discount-section.christ-offer .discount__logo {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column-align: end;
        justify-self: end;
  }
  .discount-section.christ-offer .discount-countdown {
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3/5;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column-align: end;
        justify-self: end;
  }
  .discount-section.christ-offer .discount-button {
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
    grid-column: 3/6;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column-align: end;
        justify-self: end;
  }
}
@-webkit-keyframes snow {
  0% {
    background-position-x: 0;
    background-position-y: 0;
  }
  50% {
    background-position-y: 40rem;
  }
  100% {
    background-position-x: 40rem;
    background-position-y: 80rem;
  }
}
@keyframes snow {
  0% {
    background-position-x: 0;
    background-position-y: 0;
  }
  50% {
    background-position-y: 40rem;
  }
  100% {
    background-position-x: 40rem;
    background-position-y: 80rem;
  }
}

.discount-section.newyear-offer {
  max-height: 80px;
  background-image: url(../images/coupon/newyear/float2.png);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 991px) {
  .discount-section.newyear-offer {
    border-bottom: 5px solid #62EBE6;
  }
}
.discount-section.newyear-offer picture img {
  display: block;
}
.discount-section.newyear-offer .discount__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 99999;
}
.discount-section.newyear-offer .discount__inner::after {
  position: absolute;
  content: "";
  width: 275px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
  bottom: 0;
  right: -98px;
}
.discount-section.newyear-offer .discount__logo {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
@media (max-width: 680px) {
  .discount-section.newyear-offer .discount__logo {
    display: none;
  }
}
.discount-section.newyear-offer .discount__logo img {
  width: 154px;
  height: auto;
}
.discount-section.newyear-offer .discount__logo::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: -8px;
  background: url(../images/coupon/newyear/Fireworks.gif);
  background-repeat: no-repeat;
  -webkit-transform: translate(1%, -20%);
      -ms-transform: translate(1%, -20%);
          transform: translate(1%, -20%);
  z-index: 1;
  left: 0;
}
.discount-section.newyear-offer .optin-dis {
  margin-left: auto;
}
.discount-section.newyear-offer .user-coupon-code {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.discount-section.newyear-offer .user-coupon-code p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  line-height: 26px;
}
.discount-section.newyear-offer .user-coupon-code p .coupon-code {
  margin-right: 8px;
  font-size: 20px;
  display: inline-block;
  font-weight: 600;
}
.discount-section.newyear-offer .user-coupon-code p i {
  font-weight: 700;
  font-size: 19px;
  cursor: pointer;
}
.discount-section.newyear-offer .discount-percentance {
  color: #ffffff;
  font-size: 17px;
  text-align: center;
  line-height: 30px;
  z-index: 1;
  font-weight: 400;
  margin-left: auto;
  margin-bottom: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767px) {
  .discount-section.newyear-offer .discount-percentance {
    font-size: 14px;
  }
}
.discount-section.newyear-offer .discount-percentance .discount-amount {
  color: #fff;
}
.discount-section.newyear-offer .pro_logo {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.discount-section.newyear-offer .pro_logo img {
  width: 50px;
}
@media (max-width: 767px) {
  .discount-section.newyear-offer .pro_logo img {
    width: 40px;
  }
}
.discount-section.newyear-offer .discount-countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 10px;
}
.discount-section.newyear-offer .discount-countdown .nx-countdown {
  margin-right: 25px;
  text-align: center;
  position: relative;
}
.discount-section.newyear-offer .discount-countdown .nx-countdown:last-child {
  margin-right: 0;
}
.discount-section.newyear-offer .discount-countdown .nx-countdown:last-child::before {
  content: unset;
}
.discount-section.newyear-offer .discount-countdown h2 {
  margin: 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}
@media (min-width: 767px) {
  .discount-section.newyear-offer .discount-countdown h2 {
    font-size: 30px;
    line-height: 1.3;
  }
}
.discount-section.newyear-offer .discount-countdown p {
  margin: 0;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}
.discount-section.newyear-offer .discount-button {
  margin-left: auto;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.discount-section.newyear-offer .discount-button a {
  position: relative;
  background-color: #62EBE6;
  padding: 8px 27px;
  font-weight: 600;
  margin-right: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000000;
  cursor: pointer;
  height: 44px;
  white-space: nowrap;
  font-size: 1.1rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
}
.discount-section.newyear-offer .discount-button a:hover {
  background-color: #ffffff;
}
.discount-section.newyear-offer .discount-button a img {
  width: 140px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.discount-section.newyear-offer .discount-button a::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 50px;
  right: 0;
  background: url(../images/coupon/birthday/Gift.gif);
  background-repeat: no-repeat;
  -webkit-transform: translate(38%, 10%);
      -ms-transform: translate(38%, 10%);
          transform: translate(38%, 10%);
  background-size: contain;
}
@media (max-width: 610px) {
  .discount-section.newyear-offer .discount-button a::before {
    -webkit-transform: translate(59%, 24%);
        -ms-transform: translate(59%, 24%);
            transform: translate(59%, 24%);
  }
}
@media (max-width: 767px) {
  .discount-section.newyear-offer picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .discount-section.newyear-offer .discount-percentance br {
    display: block;
  }
  .discount-section.newyear-offer .discount-content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 15px;
  }
  .discount-section.newyear-offer .discount-content span {
    margin-bottom: 14px;
  }
  .discount-section.newyear-offer .discount-content p {
    margin-left: 0;
  }
  .discount-section.newyear-offer .user-coupon-code {
    display: none;
  }
}
@media (max-width: 680px) {
  .discount-section.newyear-offer .discount-percentance {
    display: none;
  }
}
@media (max-width: 610px) {
  .discount-section.newyear-offer .discount-percentance {
    font-size: 15px;
    line-height: 25px;
  }
  .discount-section.newyear-offer .discount-percentance strong {
    padding-left: 0;
    padding-right: 0;
    font-size: 25px;
  }
  .discount-section.newyear-offer .discount-countdown .nx-countdown {
    margin-right: 14px;
  }
  .discount-section.newyear-offer .discount-countdown .nx-countdown::before {
    content: unset;
  }
  .discount-section.newyear-offer .discount-countdown .nx-countdown h2 {
    font-size: 14px;
    line-height: 18px;
  }
  .discount-section.newyear-offer .discount-countdown .nx-countdown p {
    font-size: 12px;
    line-height: 1;
  }
  .discount-section.newyear-offer .discount-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .discount-section.newyear-offer .discount-button a {
    max-height: 37px;
    line-height: 37px;
    padding: 0 10px;
    font-size: 14px;
    text-align: center;
  }
}
@media (max-width: 455px) {
  .discount-section.newyear-offer .discount__logo {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column-align: end;
        justify-self: end;
  }
  .discount-section.newyear-offer .discount-countdown {
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3/5;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column-align: end;
        justify-self: end;
  }
  .discount-section.newyear-offer .discount-button {
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
    grid-column: 3/6;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column-align: end;
        justify-self: end;
  }
}
@keyframes snow {
  0% {
    background-position-x: 0;
    background-position-y: 0;
  }
  50% {
    background-position-y: 40rem;
  }
  100% {
    background-position-x: 40rem;
    background-position-y: 80rem;
  }
}

.discount-section.twentyfirst-offer {
  max-height: 80px;
  background-image: url(../images/coupon/21feb/discount-bg.png);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.discount-section.twentyfirst-offer picture img {
  display: block;
}
.discount-section.twentyfirst-offer .discount__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 99999;
}
.discount-section.twentyfirst-offer .discount__inner::after {
  position: absolute;
  content: "";
  width: 275px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
  bottom: 0;
  right: -98px;
}
.discount-section.twentyfirst-offer .discount__logo {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
@media (max-width: 680px) {
  .discount-section.twentyfirst-offer .discount__logo {
    display: none;
  }
}
.discount-section.twentyfirst-offer .discount__logo img {
  width: 175px;
  height: auto;
}
.discount-section.twentyfirst-offer .optin-dis {
  margin-left: auto;
}
.discount-section.twentyfirst-offer .user-coupon-code {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.discount-section.twentyfirst-offer .user-coupon-code p {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  line-height: 26px;
}
.discount-section.twentyfirst-offer .user-coupon-code p .coupon-code {
  margin-right: 8px;
  font-size: 20px;
  display: inline-block;
  font-weight: 600;
}
.discount-section.twentyfirst-offer .user-coupon-code p i {
  font-weight: 700;
  font-size: 19px;
  cursor: pointer;
}
.discount-section.twentyfirst-offer .discount-percentance {
  color: #000000;
  font-size: 17px;
  text-align: center;
  line-height: 30px;
  z-index: 1;
  font-weight: 400;
  margin-left: auto;
  margin-bottom: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767px) {
  .discount-section.twentyfirst-offer .discount-percentance {
    font-size: 14px;
  }
}
.discount-section.twentyfirst-offer .discount-percentance .discount-amount {
  color: #000000;
}
.discount-section.twentyfirst-offer .pro_logo {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.discount-section.twentyfirst-offer .pro_logo img {
  width: 50px;
}
@media (max-width: 767px) {
  .discount-section.twentyfirst-offer .pro_logo img {
    width: 40px;
  }
}
.discount-section.twentyfirst-offer .discount-countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 10px;
}
.discount-section.twentyfirst-offer .discount-countdown .nx-countdown {
  margin-right: 25px;
  text-align: center;
  position: relative;
}
.discount-section.twentyfirst-offer .discount-countdown .nx-countdown:last-child {
  margin-right: 0;
}
.discount-section.twentyfirst-offer .discount-countdown .nx-countdown:last-child::before {
  content: unset;
}
.discount-section.twentyfirst-offer .discount-countdown h2 {
  margin: 0;
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}
@media (min-width: 767px) {
  .discount-section.twentyfirst-offer .discount-countdown h2 {
    font-size: 30px;
    line-height: 1.3;
  }
}
.discount-section.twentyfirst-offer .discount-countdown p {
  margin: 0;
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}
.discount-section.twentyfirst-offer .discount-button {
  margin-left: auto;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.discount-section.twentyfirst-offer .discount-button a {
  position: relative;
  background-color: #ffffff;
  padding: 8px 27px;
  font-weight: 600;
  margin-right: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000000;
  cursor: pointer;
  height: 44px;
  white-space: nowrap;
  font-size: 1.1rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
}
.discount-section.twentyfirst-offer .discount-button a:hover {
  background-color: #ececec;
}
.discount-section.twentyfirst-offer .discount-button a img {
  width: 140px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.discount-section.twentyfirst-offer .discount-button a::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 50px;
  right: 0;
  background: url(../images/coupon/birthday/Gift.gif);
  background-repeat: no-repeat;
  -webkit-transform: translate(38%, 10%);
      -ms-transform: translate(38%, 10%);
          transform: translate(38%, 10%);
  background-size: contain;
}
@media (max-width: 610px) {
  .discount-section.twentyfirst-offer .discount-button a::before {
    -webkit-transform: translate(59%, 24%);
        -ms-transform: translate(59%, 24%);
            transform: translate(59%, 24%);
  }
}
@media (max-width: 767px) {
  .discount-section.twentyfirst-offer picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .discount-section.twentyfirst-offer .discount-percentance br {
    display: block;
  }
  .discount-section.twentyfirst-offer .discount-content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 15px;
  }
  .discount-section.twentyfirst-offer .discount-content span {
    margin-bottom: 14px;
  }
  .discount-section.twentyfirst-offer .discount-content p {
    margin-left: 0;
  }
  .discount-section.twentyfirst-offer .user-coupon-code {
    display: none;
  }
}
@media (max-width: 680px) {
  .discount-section.twentyfirst-offer .discount-percentance {
    display: none;
  }
}
@media (max-width: 610px) {
  .discount-section.twentyfirst-offer .discount-percentance {
    font-size: 15px;
    line-height: 25px;
  }
  .discount-section.twentyfirst-offer .discount-percentance strong {
    padding-left: 0;
    padding-right: 0;
    font-size: 25px;
  }
  .discount-section.twentyfirst-offer .discount-countdown .nx-countdown {
    margin-right: 14px;
  }
  .discount-section.twentyfirst-offer .discount-countdown .nx-countdown::before {
    content: unset;
  }
  .discount-section.twentyfirst-offer .discount-countdown .nx-countdown h2 {
    font-size: 14px;
    line-height: 18px;
  }
  .discount-section.twentyfirst-offer .discount-countdown .nx-countdown p {
    font-size: 12px;
    line-height: 1;
  }
  .discount-section.twentyfirst-offer .discount-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .discount-section.twentyfirst-offer .discount-button a {
    max-height: 37px;
    line-height: 37px;
    padding: 0 10px;
    font-size: 14px;
    text-align: center;
  }
}
@media (max-width: 455px) {
  .discount-section.twentyfirst-offer .discount__logo {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column-align: end;
        justify-self: end;
  }
  .discount-section.twentyfirst-offer .discount-countdown {
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3/5;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column-align: end;
        justify-self: end;
  }
  .discount-section.twentyfirst-offer .discount-button {
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
    grid-column: 3/6;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column-align: end;
        justify-self: end;
  }
}
@keyframes snow {
  0% {
    background-position-x: 0;
    background-position-y: 0;
  }
  50% {
    background-position-y: 40rem;
  }
  100% {
    background-position-x: 40rem;
    background-position-y: 80rem;
  }
}

.discount-section.ramadan-offer {
  max-height: 80px;
  background-image: url(../images/coupon/ramadan/hellobar-bg.png);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.discount-section.ramadan-offer picture img {
  display: block;
}
@media (min-width: 767px) {
  .discount-section.ramadan-offer::before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 131px;
    background-image: url(../images/coupon/ramadan/hellobarelement-left.png);
    background-size: contain;
    background-repeat: no-repeat;
    right: 0;
  }
  .discount-section.ramadan-offer::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 131px;
    background-image: url(../images/coupon/ramadan/hellobarelement-right.png);
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    background-position: right top;
  }
}
.discount-section.ramadan-offer .discount__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 99999;
}
.discount-section.ramadan-offer .discount__logo {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
@media (max-width: 680px) {
  .discount-section.ramadan-offer .discount__logo {
    display: none;
  }
}
.discount-section.ramadan-offer .discount__logo img {
  width: 175px;
  height: auto;
}
.discount-section.ramadan-offer .optin-dis {
  margin-left: auto;
}
.discount-section.ramadan-offer .user-coupon-code {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.discount-section.ramadan-offer .user-coupon-code p {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  line-height: 26px;
}
.discount-section.ramadan-offer .user-coupon-code p .coupon-code {
  margin-right: 8px;
  font-size: 20px;
  display: inline-block;
  font-weight: 600;
}
.discount-section.ramadan-offer .user-coupon-code p i {
  font-weight: 700;
  font-size: 19px;
  cursor: pointer;
}
.discount-section.ramadan-offer .discount-percentance {
  color: #000000;
  font-size: 17px;
  text-align: center;
  line-height: 30px;
  z-index: 1;
  font-weight: 400;
  margin-left: auto;
  margin-bottom: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767px) {
  .discount-section.ramadan-offer .discount-percentance {
    font-size: 14px;
  }
}
.discount-section.ramadan-offer .discount-percentance .discount-amount {
  color: #000000;
  font-size: 46px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Bebas Neue", serif;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .discount-section.ramadan-offer .discount-percentance .discount-amount {
    font-size: 22px;
  }
}
.discount-section.ramadan-offer .discount-percentance .discount-amount strong {
  font-size: 48px !important;
  margin-right: 0;
  line-height: 1;
  font-weight: 500;
}
.discount-section.ramadan-offer .discount-percentance .discount-amount .dicount-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  line-height: 1;
  font-size: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
}
.discount-section.ramadan-offer .discount-percentance .discount-amount .dicount-text span {
  font-size: 27px;
}
.discount-section.ramadan-offer .discount-percentance .discount-amount span {
  line-height: 1;
}
.discount-section.ramadan-offer .pro_logo {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.discount-section.ramadan-offer .pro_logo img {
  width: 50px;
}
@media (max-width: 767px) {
  .discount-section.ramadan-offer .pro_logo img {
    width: 40px;
  }
}
.discount-section.ramadan-offer .discount-countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 10px;
  font-family: "El Messiri", serif;
}
.discount-section.ramadan-offer .discount-countdown .nx-countdown {
  margin-right: 25px;
  text-align: center;
  position: relative;
}
.discount-section.ramadan-offer .discount-countdown .nx-countdown:last-child {
  margin-right: 0;
}
.discount-section.ramadan-offer .discount-countdown .nx-countdown:last-child::before {
  content: unset;
}
.discount-section.ramadan-offer .discount-countdown h2 {
  margin: 0;
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  font-family: "El Messiri", serif;
}
@media (min-width: 767px) {
  .discount-section.ramadan-offer .discount-countdown h2 {
    font-size: 30px;
    line-height: 1.3;
  }
}
.discount-section.ramadan-offer .discount-countdown p {
  margin: 0;
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}
.discount-section.ramadan-offer .discount-button {
  margin-left: auto;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.discount-section.ramadan-offer .discount-button a {
  position: relative;
  padding: 8px 27px;
  margin-right: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  height: 44px;
  white-space: nowrap;
  font-size: 1.18rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  font-family: "El Messiri", serif;
  background: linear-gradient(208deg, rgb(187, 127, 40) 0%, rgb(0, 68, 88) 100%);
  background-size: 200% 200%;
  -webkit-transition: background-position 0.4s ease-in-out;
  transition: background-position 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .discount-section.ramadan-offer .discount-button a {
    margin: 0;
  }
}
.discount-section.ramadan-offer .discount-button a:hover {
  background-position: 100% 0;
}
.discount-section.ramadan-offer .discount-button a img {
  width: 140px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.discount-section.ramadan-offer .discount-button a::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 50px;
  right: 0;
  background: url(../images/coupon/birthday/Gift.gif);
  background-repeat: no-repeat;
  -webkit-transform: translate(38%, 10%);
      -ms-transform: translate(38%, 10%);
          transform: translate(38%, 10%);
  background-size: contain;
}
@media (max-width: 610px) {
  .discount-section.ramadan-offer .discount-button a::before {
    -webkit-transform: translate(59%, 24%);
        -ms-transform: translate(59%, 24%);
            transform: translate(59%, 24%);
  }
}
@media (max-width: 767px) {
  .discount-section.ramadan-offer picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .discount-section.ramadan-offer .discount-percentance br {
    display: block;
  }
  .discount-section.ramadan-offer .discount-content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 15px;
  }
  .discount-section.ramadan-offer .discount-content span {
    margin-bottom: 14px;
  }
  .discount-section.ramadan-offer .discount-content p {
    margin-left: 0;
  }
  .discount-section.ramadan-offer .user-coupon-code {
    display: none;
  }
}
@media (max-width: 680px) {
  .discount-section.ramadan-offer .discount-percentance {
    display: none;
  }
}
@media (max-width: 610px) {
  .discount-section.ramadan-offer .discount-percentance {
    font-size: 15px;
    line-height: 25px;
  }
  .discount-section.ramadan-offer .discount-percentance strong {
    padding-left: 0;
    padding-right: 0;
    font-size: 25px;
  }
  .discount-section.ramadan-offer .discount-countdown .nx-countdown {
    margin-right: 14px;
  }
  .discount-section.ramadan-offer .discount-countdown .nx-countdown::before {
    content: unset;
  }
  .discount-section.ramadan-offer .discount-countdown .nx-countdown h2 {
    font-size: 14px;
    line-height: 18px;
  }
  .discount-section.ramadan-offer .discount-countdown .nx-countdown p {
    font-size: 12px;
    line-height: 1;
  }
  .discount-section.ramadan-offer .discount-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .discount-section.ramadan-offer .discount-button a {
    max-height: 37px;
    line-height: 37px;
    padding: 0 10px;
    font-size: 14px;
    text-align: center;
  }
}
@media (max-width: 455px) {
  .discount-section.ramadan-offer .discount__logo {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column-align: end;
        justify-self: end;
  }
  .discount-section.ramadan-offer .discount-countdown {
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3/5;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column-align: end;
        justify-self: end;
  }
  .discount-section.ramadan-offer .discount-button {
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
    grid-column: 3/6;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column-align: end;
        justify-self: end;
  }
}
@keyframes snow {
  0% {
    background-position-x: 0;
    background-position-y: 0;
  }
  50% {
    background-position-y: 40rem;
  }
  100% {
    background-position-x: 40rem;
    background-position-y: 80rem;
  }
}

.discount-section.flash-offer {
  background-image: url(../images/coupon/flash/hellobar.png);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.discount-section.flash-offer picture img {
  display: block;
}
.discount-section.flash-offer .discount__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 99999;
}
.discount-section.flash-offer .discount__inner::after {
  position: absolute;
  content: "";
  width: 275px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
  bottom: 0;
  right: -98px;
}
.discount-section.flash-offer .discount__logo {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
@media (max-width: 680px) {
  .discount-section.flash-offer .discount__logo {
    display: none;
  }
}
.discount-section.flash-offer .discount__logo img {
  width: 174px;
  height: auto;
  position: relative;
  padding: 0;
}
.discount-section.flash-offer .optin-dis {
  margin-left: auto;
}
.discount-section.flash-offer .user-coupon-code {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.discount-section.flash-offer .user-coupon-code p {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  line-height: 26px;
}
.discount-section.flash-offer .user-coupon-code p .coupon-code {
  margin-right: 8px;
  font-size: 20px;
  display: inline-block;
  font-weight: 600;
}
.discount-section.flash-offer .user-coupon-code p i {
  font-weight: 700;
  font-size: 19px;
  cursor: pointer;
}
.discount-section.flash-offer .discount-percentance {
  color: #ffffff;
  font-size: 17px;
  text-align: center;
  line-height: 30px;
  z-index: 1;
  font-weight: 400;
  margin-left: auto;
  margin-bottom: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767px) {
  .discount-section.flash-offer .discount-percentance {
    font-size: 14px;
  }
}
.discount-section.flash-offer .discount-percentance .discount-amount {
  color: #ffffff;
}
.discount-section.flash-offer .pro_logo {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.discount-section.flash-offer .pro_logo img {
  width: 50px;
}
@media (max-width: 767px) {
  .discount-section.flash-offer .pro_logo img {
    width: 40px;
  }
}
.discount-section.flash-offer .discount-countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 10px;
  font-family: "El Messiri", serif;
}
.discount-section.flash-offer .discount-countdown .nx-countdown {
  margin-right: 25px;
  text-align: center;
  position: relative;
}
.discount-section.flash-offer .discount-countdown .nx-countdown:last-child {
  margin-right: 0;
}
.discount-section.flash-offer .discount-countdown .nx-countdown:last-child::before {
  content: unset;
}
.discount-section.flash-offer .discount-countdown h2 {
  margin: 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  font-style: italic;
}
@media (min-width: 767px) {
  .discount-section.flash-offer .discount-countdown h2 {
    font-size: 30px;
    line-height: 1.3;
  }
}
.discount-section.flash-offer .discount-countdown p {
  margin: 0;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  font-family: "Inter";
  font-style: italic;
}
.discount-section.flash-offer .discount-button {
  margin-left: auto;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.discount-section.flash-offer .discount-button a {
  position: relative;
  padding: 8px 27px;
  margin-right: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000000;
  cursor: pointer;
  height: 44px;
  white-space: nowrap;
  font-size: 1.18rem;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  background: #ffffff;
  border: 3px solid #FFD200;
}
@media (max-width: 767px) {
  .discount-section.flash-offer .discount-button a {
    margin: 0;
  }
}
.discount-section.flash-offer .discount-button a:hover {
  border-color: white;
}
.discount-section.flash-offer .discount-button a img {
  width: 140px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 767px) {
  .discount-section.flash-offer picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .discount-section.flash-offer .discount-percentance br {
    display: block;
  }
  .discount-section.flash-offer .discount-content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 15px;
  }
  .discount-section.flash-offer .discount-content span {
    margin-bottom: 14px;
  }
  .discount-section.flash-offer .discount-content p {
    margin-left: 0;
  }
  .discount-section.flash-offer .user-coupon-code {
    display: none;
  }
}
@media (max-width: 610px) {
  .discount-section.flash-offer .discount-percentance {
    font-size: 15px;
    line-height: 25px;
  }
  .discount-section.flash-offer .discount-percentance strong {
    padding-left: 0;
    padding-right: 0;
    font-size: 25px;
  }
  .discount-section.flash-offer .discount-countdown .nx-countdown {
    margin-right: 14px;
  }
  .discount-section.flash-offer .discount-countdown .nx-countdown::before {
    content: unset;
  }
  .discount-section.flash-offer .discount-countdown .nx-countdown h2 {
    font-size: 14px;
    line-height: 18px;
  }
  .discount-section.flash-offer .discount-countdown .nx-countdown p {
    font-size: 12px;
    line-height: 1;
  }
  .discount-section.flash-offer .discount-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .discount-section.flash-offer .discount-button a {
    max-height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 10px;
    text-align: center;
  }
}
@media (max-width: 455px) {
  .discount-section.flash-offer .discount__logo {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column-align: end;
        justify-self: end;
  }
  .discount-section.flash-offer .discount-countdown {
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3/5;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column-align: end;
        justify-self: end;
  }
  .discount-section.flash-offer .discount-button {
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
    grid-column: 3/6;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column-align: end;
        justify-self: end;
  }
}
@keyframes snow {
  0% {
    background-position-x: 0;
    background-position-y: 0;
  }
  50% {
    background-position-y: 40rem;
  }
  100% {
    background-position-x: 40rem;
    background-position-y: 80rem;
  }
}

.discount-section.birthday-offer {
  background-image: url(../images/coupon/birthday/top-banner-bg.png);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.discount-section.birthday-offer picture img {
  display: block;
}
@media (min-width: 1225px) {
  .discount-section.birthday-offer::before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 166px;
    background-image: url(../images/coupon/birthday/bbbbb.png);
    background-size: cover;
    background-repeat: no-repeat;
    right: 0;
    background-size: contain;
  }
}
@media (min-width: 1225px) and (max-width: 1505px) {
  .discount-section.birthday-offer::before {
    width: 118px;
  }
}
@media (min-width: 1225px) {
  .discount-section.birthday-offer::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 176px;
    background-image: url(../images/coupon/birthday/bbb.png);
    background-size: cover;
    background-repeat: no-repeat;
    left: 0;
    background-size: contain;
  }
}
@media (min-width: 1225px) and (max-width: 1505px) {
  .discount-section.birthday-offer::after {
    width: 118px;
  }
}
.discount-section.birthday-offer .discount__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 99999;
}
.discount-section.birthday-offer .discount__inner::after {
  position: absolute;
  content: "";
  width: 275px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
  bottom: 0;
  right: -98px;
}
.discount-section.birthday-offer .discount__logo {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
@media (max-width: 680px) {
  .discount-section.birthday-offer .discount__logo {
    display: none;
  }
}
.discount-section.birthday-offer .discount__logo::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: url(../images/coupon/birthday/crackers.gif);
  background-repeat: no-repeat;
  -webkit-transform: translate(-5%, -1%);
      -ms-transform: translate(-5%, -1%);
          transform: translate(-5%, -1%);
  z-index: -1;
  background-size: contain;
}
.discount-section.birthday-offer .discount__logo img {
  width: 170px;
  height: auto;
  position: relative;
  z-index: 1;
  padding: 16px 0px 16px 0;
}
.discount-section.birthday-offer .optin-dis {
  margin-left: auto;
}
.discount-section.birthday-offer .user-coupon-code {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.discount-section.birthday-offer .user-coupon-code p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  line-height: 26px;
}
.discount-section.birthday-offer .user-coupon-code p .coupon-code {
  margin-right: 8px;
  font-size: 20px;
  display: inline-block;
  font-weight: 600;
}
.discount-section.birthday-offer .user-coupon-code p i {
  font-weight: 700;
  font-size: 19px;
  cursor: pointer;
}
.discount-section.birthday-offer .discount-percentance {
  color: #ffffff;
  font-size: 17px;
  text-align: center;
  line-height: 30px;
  z-index: 1;
  font-weight: 400;
  margin-left: auto;
  margin-bottom: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767px) {
  .discount-section.birthday-offer .discount-percentance {
    font-size: 14px;
  }
}
.discount-section.birthday-offer .discount-percentance .discount-amount {
  color: #fff;
}
.discount-section.birthday-offer .pro_logo {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.discount-section.birthday-offer .pro_logo img {
  width: 50px;
}
@media (max-width: 767px) {
  .discount-section.birthday-offer .pro_logo img {
    width: 40px;
  }
}
.discount-section.birthday-offer .discount-countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 10px;
}
.discount-section.birthday-offer .discount-countdown .nx-countdown {
  margin-right: 25px;
  text-align: center;
  position: relative;
}
.discount-section.birthday-offer .discount-countdown .nx-countdown:last-child {
  margin-right: 0;
}
.discount-section.birthday-offer .discount-countdown .nx-countdown:last-child::before {
  content: unset;
}
.discount-section.birthday-offer .discount-countdown h2 {
  margin: 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}
@media (min-width: 767px) {
  .discount-section.birthday-offer .discount-countdown h2 {
    font-size: 25px;
  }
}
.discount-section.birthday-offer .discount-countdown p {
  margin: 0;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}
.discount-section.birthday-offer .discount-button {
  margin-left: auto;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.discount-section.birthday-offer .discount-button a {
  position: relative;
  background-color: #ffffff;
  padding: 8px 27px;
  margin-right: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000000;
  cursor: pointer;
  height: 44px;
  white-space: nowrap;
  font-size: 1.1rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
}
.discount-section.birthday-offer .discount-button a::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0;
  background: url(../images/coupon/birthday/Gift.gif);
  background-repeat: no-repeat;
  -webkit-transform: translate(77%, 10%);
      -ms-transform: translate(77%, 10%);
          transform: translate(77%, 10%);
}
@media (max-width: 610px) {
  .discount-section.birthday-offer .discount-button a::before {
    -webkit-transform: translate(54%, 2%);
        -ms-transform: translate(54%, 2%);
            transform: translate(54%, 2%);
  }
}
.discount-section.birthday-offer .discount-button a:hover {
  background-color: #efefef;
}
.discount-section.birthday-offer .discount-button a img {
  width: 140px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 767px) {
  .discount-section.birthday-offer picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .discount-section.birthday-offer .discount-percentance br {
    display: block;
  }
  .discount-section.birthday-offer .discount-content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 15px;
  }
  .discount-section.birthday-offer .discount-content span {
    margin-bottom: 14px;
  }
  .discount-section.birthday-offer .discount-content p {
    margin-left: 0;
  }
  .discount-section.birthday-offer .user-coupon-code {
    display: none;
  }
}
@media (max-width: 680px) {
  .discount-section.birthday-offer .discount-percentance {
    display: none;
  }
}
@media (max-width: 610px) {
  .discount-section.birthday-offer .discount-percentance {
    font-size: 15px;
    line-height: 25px;
  }
  .discount-section.birthday-offer .discount-percentance strong {
    padding-left: 0;
    padding-right: 0;
    font-size: 25px;
  }
  .discount-section.birthday-offer .discount-countdown .nx-countdown {
    margin-right: 14px;
  }
  .discount-section.birthday-offer .discount-countdown .nx-countdown::before {
    content: unset;
  }
  .discount-section.birthday-offer .discount-countdown .nx-countdown h2 {
    font-size: 14px;
    line-height: 18px;
  }
  .discount-section.birthday-offer .discount-countdown .nx-countdown p {
    font-size: 12px;
    line-height: 1;
  }
  .discount-section.birthday-offer .discount-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .discount-section.birthday-offer .discount-button a {
    max-height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 10px;
    text-align: center;
  }
}
@media (max-width: 455px) {
  .discount-section.birthday-offer .discount__logo {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column-align: end;
        justify-self: end;
  }
  .discount-section.birthday-offer .discount-countdown {
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3/5;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column-align: end;
        justify-self: end;
  }
  .discount-section.birthday-offer .discount-button {
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
    grid-column: 3/6;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column-align: end;
        justify-self: end;
  }
}
@keyframes snow {
  0% {
    background-position-x: 0;
    background-position-y: 0;
  }
  50% {
    background-position-y: 40rem;
  }
  100% {
    background-position-x: 40rem;
    background-position-y: 80rem;
  }
}

.discount-section.eid-offer {
  background-image: url(../images/coupon/eid/top_bar_bg.png);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.discount-section.eid-offer picture img {
  display: block;
}
.discount-section.eid-offer .discount__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 99999;
}
.discount-section.eid-offer .discount__inner::after {
  position: absolute;
  content: "";
  width: 275px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
  bottom: 0;
  right: -98px;
}
.discount-section.eid-offer .discount__logo {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
@media (max-width: 680px) {
  .discount-section.eid-offer .discount__logo {
    display: none;
  }
}
.discount-section.eid-offer .discount__logo img {
  width: 182px;
  height: auto;
  position: relative;
  padding: 0;
}
.discount-section.eid-offer .optin-dis {
  margin-left: auto;
}
.discount-section.eid-offer .user-coupon-code {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.discount-section.eid-offer .user-coupon-code p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  line-height: 26px;
}
.discount-section.eid-offer .user-coupon-code p .coupon-code {
  margin-right: 8px;
  font-size: 20px;
  display: inline-block;
  font-weight: 600;
}
.discount-section.eid-offer .user-coupon-code p i {
  font-weight: 700;
  font-size: 19px;
  cursor: pointer;
}
.discount-section.eid-offer .discount-percentance {
  color: #ffffff;
  font-size: 17px;
  text-align: center;
  line-height: 30px;
  z-index: 1;
  font-weight: 400;
  margin-left: auto;
  margin-bottom: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767px) {
  .discount-section.eid-offer .discount-percentance {
    font-size: 14px;
  }
}
.discount-section.eid-offer .discount-percentance .discount-amount {
  color: #000000;
}
.discount-section.eid-offer .pro_logo {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.discount-section.eid-offer .pro_logo img {
  width: 50px;
}
@media (max-width: 767px) {
  .discount-section.eid-offer .pro_logo img {
    width: 40px;
  }
}
.discount-section.eid-offer .discount-countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 10px;
  font-family: "El Messiri", serif;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.discount-section.eid-offer .discount-countdown .nx-countdown {
  margin-right: 25px;
  text-align: center;
  position: relative;
}
.discount-section.eid-offer .discount-countdown .nx-countdown:last-child {
  margin-right: 0;
}
.discount-section.eid-offer .discount-countdown .nx-countdown:last-child::before {
  content: unset;
}
.discount-section.eid-offer .discount-countdown h2 {
  margin: 0;
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  font-family: "El Messiri", serif;
}
@media (min-width: 767px) {
  .discount-section.eid-offer .discount-countdown h2 {
    font-size: 30px;
    line-height: 1.3;
  }
}
.discount-section.eid-offer .discount-countdown p {
  margin: 0;
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}
.discount-section.eid-offer .discount-button {
  margin-left: auto;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.discount-section.eid-offer .discount-button a {
  -webkit-animation: eid_pulse 2s infinite;
          animation: eid_pulse 2s infinite;
  -webkit-box-shadow: 0 0 0 0.5em transparent;
          box-shadow: 0 0 0 0.5em transparent;
  position: relative;
  padding: 8px 27px;
  margin-right: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  height: 44px;
  white-space: nowrap;
  font-size: 1.18rem;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  background: #8f21ff;
  border: 3px solid #8f21ff;
}
@media (max-width: 767px) {
  .discount-section.eid-offer .discount-button a {
    margin: 0;
  }
}
.discount-section.eid-offer .discount-button a:hover {
  border-color: white;
}
.discount-section.eid-offer .discount-button a img {
  width: 140px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.discount-section.eid-offer .discount-button a::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 50px;
  right: 0;
  background: url(../images/coupon/birthday/Gift.gif);
  background-repeat: no-repeat;
  -webkit-transform: translate(38%, 10%);
      -ms-transform: translate(38%, 10%);
          transform: translate(38%, 10%);
  background-size: contain;
}
@media (max-width: 610px) {
  .discount-section.eid-offer .discount-button a::before {
    -webkit-transform: translate(59%, 24%);
        -ms-transform: translate(59%, 24%);
            transform: translate(59%, 24%);
  }
}
@media (max-width: 767px) {
  .discount-section.eid-offer picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .discount-section.eid-offer .discount-percentance br {
    display: block;
  }
  .discount-section.eid-offer .discount-content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 15px;
  }
  .discount-section.eid-offer .discount-content span {
    margin-bottom: 14px;
  }
  .discount-section.eid-offer .discount-content p {
    margin-left: 0;
  }
  .discount-section.eid-offer .user-coupon-code {
    display: none;
  }
}
@media (max-width: 610px) {
  .discount-section.eid-offer .discount-percentance {
    font-size: 15px;
    line-height: 25px;
  }
  .discount-section.eid-offer .discount-percentance strong {
    padding-left: 0;
    padding-right: 0;
    font-size: 25px;
  }
  .discount-section.eid-offer .discount-countdown .nx-countdown {
    margin-right: 14px;
  }
  .discount-section.eid-offer .discount-countdown .nx-countdown::before {
    content: unset;
  }
  .discount-section.eid-offer .discount-countdown .nx-countdown h2 {
    font-size: 14px;
    line-height: 18px;
  }
  .discount-section.eid-offer .discount-countdown .nx-countdown p {
    font-size: 12px;
    line-height: 1;
  }
  .discount-section.eid-offer .discount-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .discount-section.eid-offer .discount-button a {
    max-height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 10px;
    text-align: center;
  }
}
@media (max-width: 455px) {
  .discount-section.eid-offer .discount__logo {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column-align: end;
        justify-self: end;
  }
  .discount-section.eid-offer .discount-countdown {
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3/5;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column-align: end;
        justify-self: end;
  }
  .discount-section.eid-offer .discount-button {
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
    grid-column: 3/6;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column-align: end;
        justify-self: end;
  }
}
@keyframes snow {
  0% {
    background-position-x: 0;
    background-position-y: 0;
  }
  50% {
    background-position-y: 40rem;
  }
  100% {
    background-position-x: 40rem;
    background-position-y: 80rem;
  }
}

.discount-section.midsum {
  background-image: url(../images/coupon/midsummer/discount-banner.png);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.discount-section.midsum picture img {
  display: block;
}
.discount-section.midsum .discount__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 99999;
}
.discount-section.midsum .discount__inner::after {
  position: absolute;
  content: "";
  width: 275px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
  bottom: 0;
  right: -98px;
}
.discount-section.midsum .discount__logo {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
@media (max-width: 680px) {
  .discount-section.midsum .discount__logo {
    display: none;
  }
}
.discount-section.midsum .discount__logo img {
  width: 95px;
  height: auto;
  position: relative;
  padding: 0;
}
.discount-section.midsum .optin-dis {
  margin-left: auto;
}
.discount-section.midsum .user-coupon-code {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.discount-section.midsum .user-coupon-code p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  line-height: 26px;
}
.discount-section.midsum .user-coupon-code p .coupon-code {
  margin-right: 8px;
  font-size: 20px;
  display: inline-block;
  font-weight: 600;
}
.discount-section.midsum .user-coupon-code p i {
  font-weight: 700;
  font-size: 19px;
  cursor: pointer;
}
.discount-section.midsum .discount-percentance {
  color: #ffffff;
  font-size: 17px;
  text-align: center;
  line-height: 30px;
  z-index: 1;
  font-weight: 400;
  margin-left: auto;
  margin-bottom: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767px) {
  .discount-section.midsum .discount-percentance {
    font-size: 14px;
  }
}
.discount-section.midsum .discount-percentance .discount-amount {
  color: #ffffff;
}
.discount-section.midsum .pro_logo {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.discount-section.midsum .pro_logo img {
  width: 50px;
}
@media (max-width: 767px) {
  .discount-section.midsum .pro_logo img {
    width: 40px;
  }
}
.discount-section.midsum .discount-countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.discount-section.midsum .discount-countdown .nx-countdown {
  margin-right: 25px;
  text-align: center;
  position: relative;
}
.discount-section.midsum .discount-countdown .nx-countdown:last-child {
  margin-right: 0;
}
.discount-section.midsum .discount-countdown .nx-countdown:last-child::before {
  content: unset;
}
.discount-section.midsum .discount-countdown h2 {
  margin: 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}
@media (min-width: 767px) {
  .discount-section.midsum .discount-countdown h2 {
    font-size: 30px;
    line-height: 1.3;
  }
}
.discount-section.midsum .discount-countdown p {
  margin: 0;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}
.discount-section.midsum .discount-button {
  margin-left: auto;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.discount-section.midsum .discount-button a {
  position: relative;
  padding: 8px 27px;
  margin-right: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000000;
  cursor: pointer;
  height: 44px;
  white-space: nowrap;
  font-size: 1.18rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  background: #ffffff;
}
@media (max-width: 767px) {
  .discount-section.midsum .discount-button a {
    margin: 0;
  }
}
.discount-section.midsum .discount-button a:hover {
  background: rgb(235, 235, 235);
}
.discount-section.midsum .discount-button a img {
  width: 140px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 767px) {
  .discount-section.midsum picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .discount-section.midsum .discount-percentance br {
    display: block;
  }
  .discount-section.midsum .discount-content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 15px;
  }
  .discount-section.midsum .discount-content span {
    margin-bottom: 14px;
  }
  .discount-section.midsum .discount-content p {
    margin-left: 0;
  }
  .discount-section.midsum .user-coupon-code {
    display: none;
  }
}
@media (max-width: 610px) {
  .discount-section.midsum .discount-percentance {
    font-size: 15px;
    line-height: 25px;
  }
  .discount-section.midsum .discount-percentance strong {
    padding-left: 0;
    padding-right: 0;
    font-size: 25px;
  }
  .discount-section.midsum .discount-countdown .nx-countdown {
    margin-right: 14px;
  }
  .discount-section.midsum .discount-countdown .nx-countdown::before {
    content: unset;
  }
  .discount-section.midsum .discount-countdown .nx-countdown h2 {
    font-size: 14px;
    line-height: 18px;
  }
  .discount-section.midsum .discount-countdown .nx-countdown p {
    font-size: 12px;
    line-height: 1;
  }
  .discount-section.midsum .discount-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .discount-section.midsum .discount-button a {
    max-height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 10px;
    text-align: center;
  }
}
@media (max-width: 455px) {
  .discount-section.midsum .discount__logo {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column-align: end;
        justify-self: end;
  }
  .discount-section.midsum .discount-countdown {
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3/5;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column-align: end;
        justify-self: end;
  }
  .discount-section.midsum .discount-button {
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
    grid-column: 3/6;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column-align: end;
        justify-self: end;
  }
}
@keyframes snow {
  0% {
    background-position-x: 0;
    background-position-y: 0;
  }
  50% {
    background-position-y: 40rem;
  }
  100% {
    background-position-x: 40rem;
    background-position-y: 80rem;
  }
}

.discount-section.fall_offer {
  background-image: url(../images/coupon/fall/discount-banner.png);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.discount-section.fall_offer picture img {
  display: block;
}
.discount-section.fall_offer .discount__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 99999;
}
.discount-section.fall_offer .discount__inner::after {
  position: absolute;
  content: "";
  width: 275px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
  bottom: 0;
  right: -98px;
}
.discount-section.fall_offer .discount__logo {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
@media (max-width: 680px) {
  .discount-section.fall_offer .discount__logo {
    display: none;
  }
}
.discount-section.fall_offer .discount__logo img {
  width: 73px;
  height: auto;
  position: relative;
  padding: 0;
}
.discount-section.fall_offer .optin-dis {
  margin-left: auto;
}
.discount-section.fall_offer .user-coupon-code {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.discount-section.fall_offer .user-coupon-code p {
  color: #6e1222;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  line-height: 26px;
}
.discount-section.fall_offer .user-coupon-code p .coupon-code {
  margin-right: 8px;
  font-size: 20px;
  display: inline-block;
  font-weight: 600;
}
.discount-section.fall_offer .user-coupon-code p i {
  font-weight: 700;
  font-size: 19px;
  cursor: pointer;
}
.discount-section.fall_offer .discount-percentance {
  color: #6e1222;
  font-size: 17px;
  text-align: center;
  line-height: 30px;
  z-index: 1;
  font-weight: 400;
  margin-left: auto;
  margin-bottom: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767px) {
  .discount-section.fall_offer .discount-percentance {
    font-size: 14px;
  }
}
.discount-section.fall_offer .discount-percentance .discount-amount {
  background: -webkit-gradient(linear, left top, left bottom, from(#E90F18), to(#AD080F));
  background: linear-gradient(to bottom, #E90F18, #AD080F);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Chewy", system-ui;
  font-weight: 400;
}
.discount-section.fall_offer .discount-percentance .discount-amount .per_wrap .upto {
  line-height: 1;
}
.discount-section.fall_offer .pro_logo {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.discount-section.fall_offer .pro_logo img {
  width: 50px;
}
@media (max-width: 767px) {
  .discount-section.fall_offer .pro_logo img {
    width: 40px;
  }
}
.discount-section.fall_offer .discount-countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.discount-section.fall_offer .discount-countdown .nx-countdown {
  margin-right: 25px;
  text-align: center;
  position: relative;
}
.discount-section.fall_offer .discount-countdown .nx-countdown:last-child {
  margin-right: 0;
}
.discount-section.fall_offer .discount-countdown .nx-countdown:last-child::before {
  content: unset;
}
.discount-section.fall_offer .discount-countdown h2 {
  margin: 0;
  color: #6e1222;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  font-family: "Chewy", system-ui;
  font-weight: 400;
}
@media (min-width: 767px) {
  .discount-section.fall_offer .discount-countdown h2 {
    font-size: 30px;
    line-height: 1.3;
  }
}
.discount-section.fall_offer .discount-countdown p {
  font-family: "Chewy", system-ui;
  font-weight: 400;
  margin: 0;
  color: #6e1222;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}
.discount-section.fall_offer .discount-button {
  margin-left: auto;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.discount-section.fall_offer .discount-button a {
  position: relative;
  padding: 8px 27px;
  margin-right: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  height: 44px;
  white-space: nowrap;
  font-size: 1.18rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  background: #fc7651;
}
@media (max-width: 767px) {
  .discount-section.fall_offer .discount-button a {
    margin: 0;
  }
}
.discount-section.fall_offer .discount-button a:hover {
  background: rgb(199, 40, 32);
}
.discount-section.fall_offer .discount-button a img {
  width: 140px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 767px) {
  .discount-section.fall_offer picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .discount-section.fall_offer .discount-percentance br {
    display: block;
  }
  .discount-section.fall_offer .discount-content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 15px;
  }
  .discount-section.fall_offer .discount-content span {
    margin-bottom: 14px;
  }
  .discount-section.fall_offer .discount-content p {
    margin-left: 0;
  }
  .discount-section.fall_offer .user-coupon-code {
    display: none;
  }
}
@media (max-width: 610px) {
  .discount-section.fall_offer .discount-percentance {
    font-size: 15px;
    line-height: 25px;
  }
  .discount-section.fall_offer .discount-percentance strong {
    padding-left: 0;
    padding-right: 0;
    font-size: 25px;
  }
  .discount-section.fall_offer .discount-countdown .nx-countdown {
    margin-right: 14px;
  }
  .discount-section.fall_offer .discount-countdown .nx-countdown::before {
    content: unset;
  }
  .discount-section.fall_offer .discount-countdown .nx-countdown h2 {
    font-size: 14px;
    line-height: 18px;
  }
  .discount-section.fall_offer .discount-countdown .nx-countdown p {
    font-size: 12px;
    line-height: 1;
  }
  .discount-section.fall_offer .discount-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .discount-section.fall_offer .discount-button a {
    max-height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 10px;
    text-align: center;
  }
}
@media (max-width: 455px) {
  .discount-section.fall_offer .discount__logo {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column-align: end;
        justify-self: end;
  }
  .discount-section.fall_offer .discount-countdown {
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3/5;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column-align: end;
        justify-self: end;
  }
  .discount-section.fall_offer .discount-button {
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
    grid-column: 3/6;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column-align: end;
        justify-self: end;
  }
}
@keyframes snow {
  0% {
    background-position-x: 0;
    background-position-y: 0;
  }
  50% {
    background-position-y: 40rem;
  }
  100% {
    background-position-x: 40rem;
    background-position-y: 80rem;
  }
}

.discount-section.spring-sale {
  background-image: url(../images/coupon/spring/hello_bar.png);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.discount-section.spring-sale picture img {
  display: block;
}
.discount-section.spring-sale .discount__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 99999;
}
.discount-section.spring-sale .discount__inner::after {
  position: absolute;
  content: "";
  width: 275px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
  bottom: 0;
  right: -98px;
}
.discount-section.spring-sale .discount__logo {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
@media (max-width: 680px) {
  .discount-section.spring-sale .discount__logo {
    display: none;
  }
}
.discount-section.spring-sale .discount__logo img {
  width: 124px;
  height: auto;
  position: relative;
  padding: 0;
}
.discount-section.spring-sale .optin-dis {
  margin-left: auto;
}
.discount-section.spring-sale .user-coupon-code {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.discount-section.spring-sale .user-coupon-code p {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  line-height: 26px;
}
.discount-section.spring-sale .user-coupon-code p .coupon-code {
  margin-right: 8px;
  font-size: 20px;
  display: inline-block;
  font-weight: 600;
}
.discount-section.spring-sale .user-coupon-code p i {
  font-weight: 700;
  font-size: 19px;
  cursor: pointer;
}
.discount-section.spring-sale .discount-percentance {
  color: #000000;
  font-size: 17px;
  text-align: center;
  line-height: 30px;
  z-index: 1;
  font-weight: 400;
  margin-left: auto;
  margin-bottom: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767px) {
  .discount-section.spring-sale .discount-percentance {
    font-size: 14px;
  }
}
.discount-section.spring-sale .discount-percentance .discount-amount {
  color: #000000;
}
.discount-section.spring-sale .pro_logo {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.discount-section.spring-sale .pro_logo img {
  width: 50px;
}
@media (max-width: 767px) {
  .discount-section.spring-sale .pro_logo img {
    width: 40px;
  }
}
.discount-section.spring-sale .discount-countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 10px;
  font-family: "El Messiri", serif;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.discount-section.spring-sale .discount-countdown .nx-countdown {
  margin-right: 25px;
  text-align: center;
  position: relative;
}
.discount-section.spring-sale .discount-countdown .nx-countdown:last-child {
  margin-right: 0;
}
.discount-section.spring-sale .discount-countdown .nx-countdown:last-child::before {
  content: unset;
}
.discount-section.spring-sale .discount-countdown h2 {
  margin: 0;
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  font-family: "El Messiri", serif;
}
@media (min-width: 767px) {
  .discount-section.spring-sale .discount-countdown h2 {
    font-size: 30px;
    line-height: 1.3;
  }
}
.discount-section.spring-sale .discount-countdown p {
  margin: 0;
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}
.discount-section.spring-sale .discount-button {
  margin-left: auto;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.discount-section.spring-sale .discount-button a {
  -webkit-animation: eid_pulse 2s infinite;
          animation: eid_pulse 2s infinite;
  -webkit-box-shadow: 0 0 0 0.5em transparent;
          box-shadow: 0 0 0 0.5em transparent;
  position: relative;
  padding: 8px 27px;
  margin-right: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  height: 44px;
  white-space: nowrap;
  font-size: 1.18rem;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  background: #e31992;
  border: 3px solid #e31992;
}
@media (max-width: 767px) {
  .discount-section.spring-sale .discount-button a {
    margin: 0;
  }
}
.discount-section.spring-sale .discount-button a:hover {
  border-color: white;
}
.discount-section.spring-sale .discount-button a img {
  width: 140px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.discount-section.spring-sale .discount-button a::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 50px;
  right: 0;
  background: url(../images/coupon/birthday/Gift.gif);
  background-repeat: no-repeat;
  -webkit-transform: translate(38%, 10%);
      -ms-transform: translate(38%, 10%);
          transform: translate(38%, 10%);
  background-size: contain;
}
@media (max-width: 610px) {
  .discount-section.spring-sale .discount-button a::before {
    -webkit-transform: translate(59%, 24%);
        -ms-transform: translate(59%, 24%);
            transform: translate(59%, 24%);
  }
}
@media (max-width: 767px) {
  .discount-section.spring-sale picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .discount-section.spring-sale .discount-percentance br {
    display: block;
  }
  .discount-section.spring-sale .discount-content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 15px;
  }
  .discount-section.spring-sale .discount-content span {
    margin-bottom: 14px;
  }
  .discount-section.spring-sale .discount-content p {
    margin-left: 0;
  }
  .discount-section.spring-sale .user-coupon-code {
    display: none;
  }
}
@media (max-width: 610px) {
  .discount-section.spring-sale .discount-percentance {
    font-size: 15px;
    line-height: 25px;
  }
  .discount-section.spring-sale .discount-percentance strong {
    padding-left: 0;
    padding-right: 0;
    font-size: 25px;
  }
  .discount-section.spring-sale .discount-countdown .nx-countdown {
    margin-right: 14px;
  }
  .discount-section.spring-sale .discount-countdown .nx-countdown::before {
    content: unset;
  }
  .discount-section.spring-sale .discount-countdown .nx-countdown h2 {
    font-size: 14px;
    line-height: 18px;
  }
  .discount-section.spring-sale .discount-countdown .nx-countdown p {
    font-size: 12px;
    line-height: 1;
  }
  .discount-section.spring-sale .discount-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .discount-section.spring-sale .discount-button a {
    max-height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 10px;
    text-align: center;
  }
}
@media (max-width: 455px) {
  .discount-section.spring-sale .discount__logo {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column-align: end;
        justify-self: end;
  }
  .discount-section.spring-sale .discount-countdown {
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3/5;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column-align: end;
        justify-self: end;
  }
  .discount-section.spring-sale .discount-button {
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
    grid-column: 3/6;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column-align: end;
        justify-self: end;
  }
}
@keyframes snow {
  0% {
    background-position-x: 0;
    background-position-y: 0;
  }
  50% {
    background-position-y: 40rem;
  }
  100% {
    background-position-x: 40rem;
    background-position-y: 80rem;
  }
}

.discount-section.mother-day {
  background-image: url(../images/coupon/mothers/hello_bar.png);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.discount-section.mother-day picture img {
  display: block;
}
.discount-section.mother-day .discount__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 99999;
}
.discount-section.mother-day .discount__inner::after {
  position: absolute;
  content: "";
  width: 275px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
  bottom: 0;
  right: -98px;
}
.discount-section.mother-day .discount__logo {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
@media (max-width: 680px) {
  .discount-section.mother-day .discount__logo {
    display: none;
  }
}
.discount-section.mother-day .discount__logo img {
  width: 160px;
  height: auto;
  position: relative;
  padding: 0;
}
.discount-section.mother-day .optin-dis {
  margin-left: auto;
}
.discount-section.mother-day .user-coupon-code {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.discount-section.mother-day .user-coupon-code p {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  line-height: 26px;
}
.discount-section.mother-day .user-coupon-code p .coupon-code {
  margin-right: 8px;
  font-size: 20px;
  display: inline-block;
  font-weight: 600;
}
.discount-section.mother-day .user-coupon-code p i {
  font-weight: 700;
  font-size: 19px;
  cursor: pointer;
}
.discount-section.mother-day .discount-percentance {
  color: #ffffff;
  font-size: 17px;
  text-align: center;
  line-height: 30px;
  z-index: 1;
  font-weight: 400;
  margin-left: auto;
  margin-bottom: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767px) {
  .discount-section.mother-day .discount-percentance {
    font-size: 14px;
  }
}
.discount-section.mother-day .discount-percentance .discount-amount {
  color: #ffffff;
}
.discount-section.mother-day .pro_logo {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.discount-section.mother-day .pro_logo img {
  width: 50px;
}
@media (max-width: 767px) {
  .discount-section.mother-day .pro_logo img {
    width: 40px;
  }
}
.discount-section.mother-day .discount-countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 10px;
  font-family: "El Messiri", serif;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.discount-section.mother-day .discount-countdown .nx-countdown {
  margin-right: 25px;
  text-align: center;
  position: relative;
}
.discount-section.mother-day .discount-countdown .nx-countdown:last-child {
  margin-right: 0;
}
.discount-section.mother-day .discount-countdown .nx-countdown:last-child::before {
  content: unset;
}
.discount-section.mother-day .discount-countdown h2 {
  margin: 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  font-family: "El Messiri", serif;
}
@media (min-width: 767px) {
  .discount-section.mother-day .discount-countdown h2 {
    font-size: 30px;
    line-height: 1.3;
  }
}
.discount-section.mother-day .discount-countdown p {
  margin: 0;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}
.discount-section.mother-day .discount-button {
  margin-left: auto;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.discount-section.mother-day .discount-button a {
  position: relative;
  padding: 8px 27px;
  margin-right: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000000;
  cursor: pointer;
  height: 44px;
  white-space: nowrap;
  font-size: 1.18rem;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  background: #ffffff;
  border: 3px solid #ff7391;
}
@media (max-width: 767px) {
  .discount-section.mother-day .discount-button a {
    margin: 0;
  }
}
.discount-section.mother-day .discount-button a:hover {
  border-color: white;
}
.discount-section.mother-day .discount-button a img {
  width: 140px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 767px) {
  .discount-section.mother-day picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .discount-section.mother-day .discount-percentance br {
    display: block;
  }
  .discount-section.mother-day .discount-content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 15px;
  }
  .discount-section.mother-day .discount-content span {
    margin-bottom: 14px;
  }
  .discount-section.mother-day .discount-content p {
    margin-left: 0;
  }
  .discount-section.mother-day .user-coupon-code {
    display: none;
  }
}
@media (max-width: 610px) {
  .discount-section.mother-day .discount-percentance {
    font-size: 15px;
    line-height: 25px;
  }
  .discount-section.mother-day .discount-percentance strong {
    padding-left: 0;
    padding-right: 0;
    font-size: 25px;
  }
  .discount-section.mother-day .discount-countdown .nx-countdown {
    margin-right: 14px;
  }
  .discount-section.mother-day .discount-countdown .nx-countdown::before {
    content: unset;
  }
  .discount-section.mother-day .discount-countdown .nx-countdown h2 {
    font-size: 14px;
    line-height: 18px;
  }
  .discount-section.mother-day .discount-countdown .nx-countdown p {
    font-size: 12px;
    line-height: 1;
  }
  .discount-section.mother-day .discount-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .discount-section.mother-day .discount-button a {
    max-height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 10px;
    text-align: center;
  }
}
@media (max-width: 455px) {
  .discount-section.mother-day .discount__logo {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column-align: end;
        justify-self: end;
  }
  .discount-section.mother-day .discount-countdown {
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3/5;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column-align: end;
        justify-self: end;
  }
  .discount-section.mother-day .discount-button {
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
    grid-column: 3/6;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column-align: end;
        justify-self: end;
  }
}
@keyframes snow {
  0% {
    background-position-x: 0;
    background-position-y: 0;
  }
  50% {
    background-position-y: 40rem;
  }
  100% {
    background-position-x: 40rem;
    background-position-y: 80rem;
  }
}

.discount-section.labour-day {
  background: url(../images/coupon/labour/bulding.png), radial-gradient(circle, rgb(0, 65, 130) 0%, rgb(13, 41, 77) 100%);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.discount-section.labour-day picture img {
  display: block;
}
.discount-section.labour-day .discount__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 99999;
}
.discount-section.labour-day .discount__inner::after {
  position: absolute;
  content: "";
  width: 275px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
  bottom: 0;
  right: -98px;
}
.discount-section.labour-day .discount__logo {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
@media (max-width: 680px) {
  .discount-section.labour-day .discount__logo {
    display: none;
  }
}
.discount-section.labour-day .discount__logo img {
  width: 247px;
  height: auto;
  position: relative;
  padding: 0;
}
.discount-section.labour-day .optin-dis {
  margin-left: auto;
}
.discount-section.labour-day .user-coupon-code {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.discount-section.labour-day .user-coupon-code p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  line-height: 26px;
}
.discount-section.labour-day .user-coupon-code p .coupon-code {
  margin-right: 8px;
  font-size: 20px;
  display: inline-block;
  font-weight: 600;
}
.discount-section.labour-day .user-coupon-code p i {
  font-weight: 700;
  font-size: 19px;
  cursor: pointer;
}
.discount-section.labour-day .discount-percentance {
  color: #ffffff;
  font-size: 17px;
  text-align: center;
  line-height: 30px;
  z-index: 1;
  font-weight: 400;
  margin-left: auto;
  margin-bottom: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767px) {
  .discount-section.labour-day .discount-percentance {
    font-size: 14px;
  }
}
.discount-section.labour-day .discount-percentance .discount-amount {
  color: #ffffff;
}
.discount-section.labour-day .pro_logo {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.discount-section.labour-day .pro_logo img {
  width: 50px;
}
@media (max-width: 767px) {
  .discount-section.labour-day .pro_logo img {
    width: 40px;
  }
}
.discount-section.labour-day .discount-countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.discount-section.labour-day .discount-countdown .nx-countdown {
  margin-right: 25px;
  text-align: center;
  position: relative;
}
.discount-section.labour-day .discount-countdown .nx-countdown:last-child {
  margin-right: 0;
}
.discount-section.labour-day .discount-countdown .nx-countdown:last-child::before {
  content: unset;
}
.discount-section.labour-day .discount-countdown h2 {
  margin: 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}
@media (min-width: 767px) {
  .discount-section.labour-day .discount-countdown h2 {
    font-size: 30px;
    line-height: 1.3;
  }
}
.discount-section.labour-day .discount-countdown p {
  margin: 0;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}
.discount-section.labour-day .discount-button {
  margin-left: auto;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.discount-section.labour-day .discount-button a {
  position: relative;
  padding: 8px 27px;
  margin-right: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000000;
  cursor: pointer;
  height: 44px;
  white-space: nowrap;
  font-size: 1.18rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  background: #ffffff;
}
@media (max-width: 767px) {
  .discount-section.labour-day .discount-button a {
    margin: 0;
  }
}
.discount-section.labour-day .discount-button a:hover {
  background: rgb(235, 235, 235);
}
.discount-section.labour-day .discount-button a img {
  width: 140px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 767px) {
  .discount-section.labour-day picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .discount-section.labour-day .discount-percentance br {
    display: block;
  }
  .discount-section.labour-day .discount-content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 15px;
  }
  .discount-section.labour-day .discount-content span {
    margin-bottom: 14px;
  }
  .discount-section.labour-day .discount-content p {
    margin-left: 0;
  }
  .discount-section.labour-day .user-coupon-code {
    display: none;
  }
}
@media (max-width: 610px) {
  .discount-section.labour-day .discount-percentance {
    font-size: 15px;
    line-height: 25px;
  }
  .discount-section.labour-day .discount-percentance strong {
    padding-left: 0;
    padding-right: 0;
    font-size: 25px;
  }
  .discount-section.labour-day .discount-countdown .nx-countdown {
    margin-right: 14px;
  }
  .discount-section.labour-day .discount-countdown .nx-countdown::before {
    content: unset;
  }
  .discount-section.labour-day .discount-countdown .nx-countdown h2 {
    font-size: 14px;
    line-height: 18px;
  }
  .discount-section.labour-day .discount-countdown .nx-countdown p {
    font-size: 12px;
    line-height: 1;
  }
  .discount-section.labour-day .discount-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .discount-section.labour-day .discount-button a {
    max-height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 10px;
    text-align: center;
  }
}
@media (max-width: 455px) {
  .discount-section.labour-day .discount__logo {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column-align: end;
        justify-self: end;
  }
  .discount-section.labour-day .discount-countdown {
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3/5;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column-align: end;
        justify-self: end;
  }
  .discount-section.labour-day .discount-button {
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
    grid-column: 3/6;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column-align: end;
        justify-self: end;
  }
}
@keyframes snow {
  0% {
    background-position-x: 0;
    background-position-y: 0;
  }
  50% {
    background-position-y: 40rem;
  }
  100% {
    background-position-x: 40rem;
    background-position-y: 80rem;
  }
}

.discount-section.big-offer {
  background-image: url(../images/coupon/bigsale/top-banner-bg.png);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.discount-section.big-offer picture img {
  display: block;
}
.discount-section.big-offer .discount__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 99999;
}
.discount-section.big-offer .discount__inner::after {
  position: absolute;
  content: "";
  width: 275px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
  bottom: 0;
  right: -98px;
}
.discount-section.big-offer .discount__logo {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
@media (max-width: 680px) {
  .discount-section.big-offer .discount__logo {
    display: none;
  }
}
.discount-section.big-offer .discount__logo img {
  width: 85px;
  height: auto;
  position: relative;
}
.discount-section.big-offer .optin-dis {
  margin-left: auto;
}
.discount-section.big-offer .user-coupon-code {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.discount-section.big-offer .user-coupon-code p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  line-height: 26px;
}
.discount-section.big-offer .user-coupon-code p .coupon-code {
  margin-right: 8px;
  font-size: 20px;
  display: inline-block;
  font-weight: 600;
}
.discount-section.big-offer .user-coupon-code p i {
  font-weight: 700;
  font-size: 19px;
  cursor: pointer;
}
.discount-section.big-offer .discount-percentance {
  color: #ffffff;
  font-size: 17px;
  text-align: center;
  line-height: 30px;
  z-index: 1;
  font-weight: 400;
  margin-left: auto;
  margin-bottom: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767px) {
  .discount-section.big-offer .discount-percentance {
    font-size: 14px;
  }
}
.discount-section.big-offer .discount-percentance .discount-amount {
  color: #fff;
}
.discount-section.big-offer .pro_logo {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.discount-section.big-offer .pro_logo img {
  width: 50px;
}
@media (max-width: 767px) {
  .discount-section.big-offer .pro_logo img {
    width: 40px;
  }
}
.discount-section.big-offer .discount-countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 10px;
}
.discount-section.big-offer .discount-countdown .nx-countdown {
  margin-right: 25px;
  text-align: center;
  position: relative;
}
.discount-section.big-offer .discount-countdown .nx-countdown:last-child {
  margin-right: 0;
}
.discount-section.big-offer .discount-countdown .nx-countdown:last-child::before {
  content: unset;
}
.discount-section.big-offer .discount-countdown h2 {
  margin: 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}
@media (min-width: 767px) {
  .discount-section.big-offer .discount-countdown h2 {
    font-size: 25px;
  }
}
.discount-section.big-offer .discount-countdown p {
  margin: 0;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}
.discount-section.big-offer .discount-button {
  margin-left: auto;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.discount-section.big-offer .discount-button a {
  position: relative;
  background-color: #ffffff;
  padding: 8px 16px;
  margin-right: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000000;
  cursor: pointer;
  height: 44px;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  font-size: 20px;
}
.discount-section.big-offer .discount-button a::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0;
  background: url(../images/coupon/birthday/Gift.gif);
  background-repeat: no-repeat;
  -webkit-transform: translate(77%, 10%);
      -ms-transform: translate(77%, 10%);
          transform: translate(77%, 10%);
}
@media (max-width: 610px) {
  .discount-section.big-offer .discount-button a::before {
    -webkit-transform: translate(54%, 2%);
        -ms-transform: translate(54%, 2%);
            transform: translate(54%, 2%);
  }
}
.discount-section.big-offer .discount-button a:hover {
  background-color: #efefef;
}
.discount-section.big-offer .discount-button a img {
  width: 140px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 767px) {
  .discount-section.big-offer picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .discount-section.big-offer .discount-percentance br {
    display: block;
  }
  .discount-section.big-offer .discount-content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 15px;
  }
  .discount-section.big-offer .discount-content span {
    margin-bottom: 14px;
  }
  .discount-section.big-offer .discount-content p {
    margin-left: 0;
  }
  .discount-section.big-offer .user-coupon-code {
    display: none;
  }
}
@media (max-width: 680px) {
  .discount-section.big-offer .discount-percentance {
    display: none;
  }
}
@media (max-width: 610px) {
  .discount-section.big-offer .discount-percentance {
    font-size: 15px;
    line-height: 25px;
  }
  .discount-section.big-offer .discount-percentance strong {
    padding-left: 0;
    padding-right: 0;
    font-size: 25px;
  }
  .discount-section.big-offer .discount-countdown .nx-countdown {
    margin-right: 14px;
  }
  .discount-section.big-offer .discount-countdown .nx-countdown::before {
    content: unset;
  }
  .discount-section.big-offer .discount-countdown .nx-countdown h2 {
    font-size: 14px;
    line-height: 18px;
  }
  .discount-section.big-offer .discount-countdown .nx-countdown p {
    font-size: 12px;
    line-height: 1;
  }
  .discount-section.big-offer .discount-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .discount-section.big-offer .discount-button a {
    max-height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 10px;
    text-align: center;
  }
}
@media (max-width: 455px) {
  .discount-section.big-offer .discount__logo {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column-align: end;
        justify-self: end;
  }
  .discount-section.big-offer .discount-countdown {
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3/5;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column-align: end;
        justify-self: end;
  }
  .discount-section.big-offer .discount-button {
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
    grid-column: 3/6;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column-align: end;
        justify-self: end;
  }
}
@keyframes snow {
  0% {
    background-position-x: 0;
    background-position-y: 0;
  }
  50% {
    background-position-y: 40rem;
  }
  100% {
    background-position-x: 40rem;
    background-position-y: 80rem;
  }
}

.discount-section.wp-anniversary {
  background-image: url(../images/coupon/wordpress/discount-bg.png);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.discount-section.wp-anniversary picture img {
  display: block;
}
.discount-section.wp-anniversary .discount__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 99999;
}
.discount-section.wp-anniversary .discount__inner::after {
  position: absolute;
  content: "";
  width: 275px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
  bottom: 0;
  right: -98px;
}
.discount-section.wp-anniversary .discount__logo {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  margin-top: 5px;
}
@media (max-width: 680px) {
  .discount-section.wp-anniversary .discount__logo {
    display: none;
  }
}
.discount-section.wp-anniversary .discount__logo img {
  width: 75px;
  height: auto;
  position: relative;
  padding: unset;
}
.discount-section.wp-anniversary .optin-dis {
  margin-left: auto;
}
.discount-section.wp-anniversary .user-coupon-code {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.discount-section.wp-anniversary .user-coupon-code p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  line-height: 26px;
}
.discount-section.wp-anniversary .user-coupon-code p .coupon-code {
  margin-right: 8px;
  font-size: 20px;
  display: inline-block;
  font-weight: 600;
}
.discount-section.wp-anniversary .user-coupon-code p i {
  font-weight: 700;
  font-size: 19px;
  cursor: pointer;
}
.discount-section.wp-anniversary .discount-percentance {
  color: #ffffff;
  font-size: 17px;
  text-align: center;
  line-height: 30px;
  z-index: 1;
  font-weight: 400;
  margin-left: auto;
  margin-bottom: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767px) {
  .discount-section.wp-anniversary .discount-percentance {
    font-size: 14px;
  }
}
.discount-section.wp-anniversary .discount-percentance .discount-amount {
  color: #fff;
}
.discount-section.wp-anniversary .pro_logo {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.discount-section.wp-anniversary .pro_logo img {
  width: 50px;
}
@media (max-width: 767px) {
  .discount-section.wp-anniversary .pro_logo img {
    width: 40px;
  }
}
.discount-section.wp-anniversary .discount-countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 10px;
}
.discount-section.wp-anniversary .discount-countdown .nx-countdown {
  margin-right: 25px;
  text-align: center;
  position: relative;
}
.discount-section.wp-anniversary .discount-countdown .nx-countdown:last-child {
  margin-right: 0;
}
.discount-section.wp-anniversary .discount-countdown .nx-countdown:last-child::before {
  content: unset;
}
.discount-section.wp-anniversary .discount-countdown h2 {
  margin: 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}
@media (min-width: 767px) {
  .discount-section.wp-anniversary .discount-countdown h2 {
    font-size: 25px;
  }
}
.discount-section.wp-anniversary .discount-countdown p {
  margin: 0;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}
.discount-section.wp-anniversary .discount-button {
  margin-left: auto;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.discount-section.wp-anniversary .discount-button a {
  position: relative;
  background-color: #ffffff;
  padding: 8px 18px;
  margin-right: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000000;
  cursor: pointer;
  height: 40px;
  white-space: nowrap;
  font-size: 18px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
}
.discount-section.wp-anniversary .discount-button a::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0;
  background: url(../images/coupon/birthday/Gift.gif);
  background-repeat: no-repeat;
  -webkit-transform: translate(77%, 10%);
      -ms-transform: translate(77%, 10%);
          transform: translate(77%, 10%);
}
@media (max-width: 610px) {
  .discount-section.wp-anniversary .discount-button a::before {
    -webkit-transform: translate(54%, 2%);
        -ms-transform: translate(54%, 2%);
            transform: translate(54%, 2%);
  }
}
.discount-section.wp-anniversary .discount-button a:hover {
  background-color: #efefef;
}
.discount-section.wp-anniversary .discount-button a img {
  width: 140px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 767px) {
  .discount-section.wp-anniversary picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .discount-section.wp-anniversary .discount-percentance br {
    display: block;
  }
  .discount-section.wp-anniversary .discount-content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 15px;
  }
  .discount-section.wp-anniversary .discount-content span {
    margin-bottom: 14px;
  }
  .discount-section.wp-anniversary .discount-content p {
    margin-left: 0;
  }
  .discount-section.wp-anniversary .user-coupon-code {
    display: none;
  }
}
@media (max-width: 680px) {
  .discount-section.wp-anniversary .discount-percentance {
    display: none;
  }
}
@media (max-width: 610px) {
  .discount-section.wp-anniversary .discount-percentance {
    font-size: 15px;
    line-height: 25px;
  }
  .discount-section.wp-anniversary .discount-percentance strong {
    padding-left: 0;
    padding-right: 0;
    font-size: 25px;
  }
  .discount-section.wp-anniversary .discount-countdown .nx-countdown {
    margin-right: 14px;
  }
  .discount-section.wp-anniversary .discount-countdown .nx-countdown::before {
    content: unset;
  }
  .discount-section.wp-anniversary .discount-countdown .nx-countdown h2 {
    font-size: 14px;
    line-height: 18px;
  }
  .discount-section.wp-anniversary .discount-countdown .nx-countdown p {
    font-size: 12px;
    line-height: 1;
  }
  .discount-section.wp-anniversary .discount-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .discount-section.wp-anniversary .discount-button a {
    max-height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 10px;
    text-align: center;
  }
}
@media (max-width: 455px) {
  .discount-section.wp-anniversary .discount__logo {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column-align: end;
        justify-self: end;
  }
  .discount-section.wp-anniversary .discount-countdown {
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3/5;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column-align: end;
        justify-self: end;
  }
  .discount-section.wp-anniversary .discount-button {
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
    grid-column: 3/6;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column-align: end;
        justify-self: end;
  }
}
@keyframes snow {
  0% {
    background-position-x: 0;
    background-position-y: 0;
  }
  50% {
    background-position-y: 40rem;
  }
  100% {
    background-position-x: 40rem;
    background-position-y: 80rem;
  }
}

.discount-section.jul4 {
  background-image: url(../images/coupon/us-independence/discount-bg5.png);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.discount-section.jul4 picture img {
  display: block;
}
.discount-section.jul4 .discount__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 99999;
}
.discount-section.jul4 .discount__inner::after {
  position: absolute;
  content: "";
  width: 275px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
  bottom: 0;
  right: -98px;
}
.discount-section.jul4 .discount__logo {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
@media (max-width: 680px) {
  .discount-section.jul4 .discount__logo {
    display: none;
  }
}
.discount-section.jul4 .discount__logo img {
  width: 200px;
  height: auto;
  position: relative;
  padding: unset;
}
.discount-section.jul4 .optin-dis {
  margin-left: auto;
}
.discount-section.jul4 .user-coupon-code {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.discount-section.jul4 .user-coupon-code p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  line-height: 26px;
}
.discount-section.jul4 .user-coupon-code p .coupon-code {
  margin-right: 8px;
  font-size: 20px;
  display: inline-block;
  font-weight: 600;
}
.discount-section.jul4 .user-coupon-code p i {
  font-weight: 700;
  font-size: 19px;
  cursor: pointer;
}
.discount-section.jul4 .discount-percentance {
  color: #ffffff;
  font-size: 17px;
  text-align: center;
  line-height: 30px;
  z-index: 1;
  font-weight: 400;
  margin-left: auto;
  margin-bottom: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767px) {
  .discount-section.jul4 .discount-percentance {
    font-size: 14px;
  }
}
.discount-section.jul4 .discount-percentance .discount-amount {
  color: #fff;
}
.discount-section.jul4 .pro_logo {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.discount-section.jul4 .pro_logo img {
  width: 50px;
}
@media (max-width: 767px) {
  .discount-section.jul4 .pro_logo img {
    width: 40px;
  }
}
.discount-section.jul4 .discount-countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 10px;
}
.discount-section.jul4 .discount-countdown .nx-countdown {
  margin-right: 25px;
  text-align: center;
  position: relative;
}
.discount-section.jul4 .discount-countdown .nx-countdown:last-child {
  margin-right: 0;
}
.discount-section.jul4 .discount-countdown .nx-countdown:last-child::before {
  content: unset;
}
.discount-section.jul4 .discount-countdown h2 {
  margin: 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}
@media (min-width: 767px) {
  .discount-section.jul4 .discount-countdown h2 {
    font-size: 25px;
  }
}
.discount-section.jul4 .discount-countdown p {
  margin: 0;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}
.discount-section.jul4 .discount-button {
  margin-left: auto;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.discount-section.jul4 .discount-button a {
  position: relative;
  background-color: #ffffff;
  padding: 8px 18px;
  margin-right: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000000;
  cursor: pointer;
  height: 40px;
  white-space: nowrap;
  font-size: 18px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
}
.discount-section.jul4 .discount-button a::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0;
  background: url(../images/coupon/birthday/Gift.gif);
  background-repeat: no-repeat;
  -webkit-transform: translate(77%, 10%);
      -ms-transform: translate(77%, 10%);
          transform: translate(77%, 10%);
}
@media (max-width: 610px) {
  .discount-section.jul4 .discount-button a::before {
    -webkit-transform: translate(54%, 2%);
        -ms-transform: translate(54%, 2%);
            transform: translate(54%, 2%);
  }
}
.discount-section.jul4 .discount-button a:hover {
  background-color: #efefef;
}
.discount-section.jul4 .discount-button a img {
  width: 140px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 767px) {
  .discount-section.jul4 picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .discount-section.jul4 .discount-percentance br {
    display: block;
  }
  .discount-section.jul4 .discount-content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 15px;
  }
  .discount-section.jul4 .discount-content span {
    margin-bottom: 14px;
  }
  .discount-section.jul4 .discount-content p {
    margin-left: 0;
  }
  .discount-section.jul4 .user-coupon-code {
    display: none;
  }
}
@media (max-width: 680px) {
  .discount-section.jul4 .discount-percentance {
    display: none;
  }
}
@media (max-width: 610px) {
  .discount-section.jul4 .discount-percentance {
    font-size: 15px;
    line-height: 25px;
  }
  .discount-section.jul4 .discount-percentance strong {
    padding-left: 0;
    padding-right: 0;
    font-size: 25px;
  }
  .discount-section.jul4 .discount-countdown .nx-countdown {
    margin-right: 14px;
  }
  .discount-section.jul4 .discount-countdown .nx-countdown::before {
    content: unset;
  }
  .discount-section.jul4 .discount-countdown .nx-countdown h2 {
    font-size: 14px;
    line-height: 18px;
  }
  .discount-section.jul4 .discount-countdown .nx-countdown p {
    font-size: 12px;
    line-height: 1;
  }
  .discount-section.jul4 .discount-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .discount-section.jul4 .discount-button a {
    max-height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 10px;
    text-align: center;
  }
}
@media (max-width: 455px) {
  .discount-section.jul4 .discount__logo {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column-align: end;
        justify-self: end;
  }
  .discount-section.jul4 .discount-countdown {
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3/5;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column-align: end;
        justify-self: end;
  }
  .discount-section.jul4 .discount-button {
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
    grid-column: 3/6;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column-align: end;
        justify-self: end;
  }
}
@keyframes snow {
  0% {
    background-position-x: 0;
    background-position-y: 0;
  }
  50% {
    background-position-y: 40rem;
  }
  100% {
    background-position-x: 40rem;
    background-position-y: 80rem;
  }
}

.discount-section.earlybird {
  background-image: url(../images/coupon/earlybird/discount-bg.png);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.discount-section.earlybird picture img {
  display: block;
}
@media (min-width: 767px) {
  .discount-section.earlybird::before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 131px;
    background-image: url(../images/coupon/earlybird/layer1.png);
    background-size: cover;
    background-repeat: no-repeat;
    right: 0;
  }
}
.discount-section.earlybird::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 131px;
  background-image: url(../images/coupon/earlybird/layer2.png);
  background-size: cover;
  background-repeat: no-repeat;
  left: 0;
}
.discount-section.earlybird .discount__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 99999;
}
.discount-section.earlybird .discount__inner::after {
  position: absolute;
  content: "";
  width: 275px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
  bottom: 0;
  right: -98px;
}
.discount-section.earlybird .discount__logo {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
@media (max-width: 680px) {
  .discount-section.earlybird .discount__logo {
    display: none;
  }
}
.discount-section.earlybird .discount__logo img {
  width: 106px;
  height: auto;
  position: relative;
  padding: unset;
}
.discount-section.earlybird .optin-dis {
  margin-left: auto;
}
.discount-section.earlybird .user-coupon-code {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.discount-section.earlybird .user-coupon-code p {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  line-height: 26px;
}
.discount-section.earlybird .user-coupon-code p .coupon-code {
  margin-right: 8px;
  font-size: 20px;
  display: inline-block;
  font-weight: 600;
}
.discount-section.earlybird .user-coupon-code p i {
  font-weight: 700;
  font-size: 19px;
  cursor: pointer;
}
.discount-section.earlybird .discount-percentance {
  color: #000000;
  font-size: 17px;
  text-align: center;
  line-height: 30px;
  z-index: 1;
  font-weight: 400;
  margin-left: auto;
  margin-bottom: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .discount-section.earlybird .discount-percentance {
    font-size: 14px;
  }
}
.discount-section.earlybird .discount-percentance .discount-amount {
  color: #000000;
}
.discount-section.earlybird .pro_logo {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.discount-section.earlybird .pro_logo img {
  width: 50px;
}
@media (max-width: 767px) {
  .discount-section.earlybird .pro_logo img {
    width: 40px;
  }
}
.discount-section.earlybird .discount-countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 10px;
}
.discount-section.earlybird .discount-countdown .nx-countdown {
  margin-right: 25px;
  text-align: center;
  position: relative;
}
.discount-section.earlybird .discount-countdown .nx-countdown:last-child {
  margin-right: 0;
}
.discount-section.earlybird .discount-countdown .nx-countdown:last-child::before {
  content: unset;
}
.discount-section.earlybird .discount-countdown h2 {
  margin: 0;
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}
@media (min-width: 767px) {
  .discount-section.earlybird .discount-countdown h2 {
    font-size: 25px;
  }
}
.discount-section.earlybird .discount-countdown p {
  margin: 0;
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}
.discount-section.earlybird .discount-button {
  margin-left: auto;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.discount-section.earlybird .discount-button a {
  position: relative;
  background-color: #9671ff;
  padding: 8px 18px;
  margin-right: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  height: 40px;
  white-space: nowrap;
  font-size: 18px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
}
.discount-section.earlybird .discount-button a::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0;
  background: url(../images/coupon/birthday/Gift.gif);
  background-repeat: no-repeat;
  -webkit-transform: translate(77%, 10%);
      -ms-transform: translate(77%, 10%);
          transform: translate(77%, 10%);
}
@media (max-width: 610px) {
  .discount-section.earlybird .discount-button a::before {
    -webkit-transform: translate(54%, 2%);
        -ms-transform: translate(54%, 2%);
            transform: translate(54%, 2%);
  }
}
.discount-section.earlybird .discount-button a:hover {
  background-color: #785ace;
}
.discount-section.earlybird .discount-button a img {
  width: 140px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 767px) {
  .discount-section.earlybird picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .discount-section.earlybird .discount-percentance br {
    display: block;
  }
  .discount-section.earlybird .discount-content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 15px;
  }
  .discount-section.earlybird .discount-content span {
    margin-bottom: 14px;
  }
  .discount-section.earlybird .discount-content p {
    margin-left: 0;
  }
  .discount-section.earlybird .user-coupon-code {
    display: none;
  }
}
@media (max-width: 680px) {
  .discount-section.earlybird .discount-percentance {
    display: none;
  }
}
@media (max-width: 610px) {
  .discount-section.earlybird .discount-percentance {
    font-size: 15px;
    line-height: 25px;
  }
  .discount-section.earlybird .discount-percentance strong {
    padding-left: 0;
    padding-right: 0;
    font-size: 25px;
  }
  .discount-section.earlybird .discount-countdown .nx-countdown {
    margin-right: 14px;
  }
  .discount-section.earlybird .discount-countdown .nx-countdown::before {
    content: unset;
  }
  .discount-section.earlybird .discount-countdown .nx-countdown h2 {
    font-size: 14px;
    line-height: 18px;
  }
  .discount-section.earlybird .discount-countdown .nx-countdown p {
    font-size: 12px;
    line-height: 1;
  }
  .discount-section.earlybird .discount-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .discount-section.earlybird .discount-button a {
    max-height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 10px;
    text-align: center;
  }
}
@media (max-width: 455px) {
  .discount-section.earlybird .discount__logo {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column-align: end;
        justify-self: end;
  }
  .discount-section.earlybird .discount-countdown {
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3/5;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column-align: end;
        justify-self: end;
  }
  .discount-section.earlybird .discount-button {
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
    grid-column: 3/6;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column-align: end;
        justify-self: end;
  }
}
@keyframes snow {
  0% {
    background-position-x: 0;
    background-position-y: 0;
  }
  50% {
    background-position-y: 40rem;
  }
  100% {
    background-position-x: 40rem;
    background-position-y: 80rem;
  }
}

.discount-section.halloween {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: linear-gradient(184deg, rgb(66, 10, 110) 0%, rgb(133, 45, 195) 100%);
  font-family: "Boogaloo", sans-serif;
  position: relative;
  max-height: unset;
  height: 80px;
}
.discount-section.halloween picture img {
  display: block;
}
@media (min-width: 1023px) {
  .discount-section.halloween::before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 87%;
    width: 100px;
    background-image: url(../images/coupon/halloween/hall-house.png);
    background-size: cover;
    background-repeat: no-repeat;
    right: 14px;
    top: 10px;
  }
  .discount-section.halloween::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 92%;
    width: 100px;
    background-image: url(../images/coupon/halloween/hall-house.png);
    background-size: cover;
    background-repeat: no-repeat;
    left: 14px;
    top: 7px;
  }
}
.discount-section.halloween .discount__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 99999;
}
.discount-section.halloween .discount__inner::after {
  position: absolute;
  content: "";
  width: 275px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
  bottom: 0;
  right: -98px;
}
.discount-section.halloween .discount__logo {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
@media (max-width: 767px) {
  .discount-section.halloween .discount__logo {
    display: none;
  }
}
.discount-section.halloween .discount__logo img {
  width: 130px;
  height: auto;
  position: relative;
  padding: unset;
}
.discount-section.halloween .optin-dis {
  margin-left: auto;
}
.discount-section.halloween .user-coupon-code {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.discount-section.halloween .user-coupon-code p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  line-height: 26px;
}
.discount-section.halloween .user-coupon-code p .coupon-code {
  margin-right: 8px;
  font-size: 20px;
  display: inline-block;
  font-weight: 600;
}
.discount-section.halloween .user-coupon-code p i {
  font-weight: 700;
  font-size: 19px;
  cursor: pointer;
}
.discount-section.halloween .discount-percentance {
  color: #ffffff;
  font-size: 29px;
  text-align: center;
  line-height: 30px;
  z-index: 1;
  font-weight: 400;
  margin-left: auto;
  margin-bottom: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  white-space: nowrap;
  margin-top: 6px;
}
@media (max-width: 767px) {
  .discount-section.halloween .discount-percentance {
    display: none;
  }
}
.discount-section.halloween .discount-percentance .discount-amount {
  color: #ffffff;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .discount-section.halloween .discount-percentance .discount-amount {
    font-size: 22px;
  }
}
.discount-section.halloween .discount-percentance .discount-amount strong {
  font-size: 31px !important;
  margin-right: -5px;
}
.discount-section.halloween .pro_logo {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767px) {
  .discount-section.halloween .pro_logo {
    -webkit-box-flex: 0.8;
        -ms-flex: 0.8;
            flex: 0.8;
  }
}
.discount-section.halloween .pro_logo img {
  width: 50px;
}
@media (max-width: 767px) {
  .discount-section.halloween .pro_logo img {
    width: 40px;
  }
}
.discount-section.halloween .discount-countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 10px;
}
.discount-section.halloween .discount-countdown .nx-countdown {
  margin-right: 25px;
  text-align: center;
  position: relative;
}
.discount-section.halloween .discount-countdown .nx-countdown:last-child {
  margin-right: 0;
}
.discount-section.halloween .discount-countdown .nx-countdown:last-child::before {
  content: unset;
}
.discount-section.halloween .discount-countdown h2 {
  margin: 0;
  color: #ffffff;
  font-size: 37px;
  font-weight: 600;
  font-family: "Boogaloo", sans-serif;
}
.discount-section.halloween .discount-countdown p {
  margin: 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}
.discount-section.halloween .discount-button {
  margin-left: auto;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.discount-section.halloween .discount-button a {
  position: relative;
  background-color: #ffa92b;
  padding: 8px 18px;
  margin-right: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000000;
  cursor: pointer;
  height: 40px;
  white-space: nowrap;
  font-size: 22px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
}
.discount-section.halloween .discount-button a::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 50px;
  right: -26px;
  background: url(../images/coupon/halloween/halloween-anim.gif);
  background-repeat: no-repeat;
}
@media (max-width: 610px) {
  .discount-section.halloween .discount-button a::before {
    display: none;
  }
}
.discount-section.halloween .discount-button a:hover {
  background-color: #ffffff;
}
.discount-section.halloween .discount-button a img {
  width: 140px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 767px) {
  .discount-section.halloween picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .discount-section.halloween .discount-percentance br {
    display: block;
  }
  .discount-section.halloween .discount-content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 15px;
  }
  .discount-section.halloween .discount-content span {
    margin-bottom: 14px;
  }
  .discount-section.halloween .discount-content p {
    margin-left: 0;
  }
  .discount-section.halloween .user-coupon-code {
    display: none;
  }
}
@media (max-width: 680px) {
  .discount-section.halloween .discount-percentance {
    display: none;
  }
}
@media (max-width: 610px) {
  .discount-section.halloween .discount-percentance {
    font-size: 15px;
    line-height: 25px;
  }
  .discount-section.halloween .discount-percentance strong {
    padding-left: 0;
    padding-right: 0;
    font-size: 25px;
  }
  .discount-section.halloween .discount-countdown .nx-countdown {
    margin-right: 14px;
  }
  .discount-section.halloween .discount-countdown .nx-countdown::before {
    content: unset;
  }
  .discount-section.halloween .discount-countdown .nx-countdown h2 {
    font-size: 30px;
  }
  .discount-section.halloween .discount-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .discount-section.halloween .discount-button a {
    max-height: 39px;
    line-height: 30px;
    padding: 0px 10px;
    font-size: 21px;
    text-align: center;
  }
}
@media (max-width: 425px) {
  .discount-section.halloween .discount-countdown .nx-countdown h2 {
    font-size: 20px;
  }
  .discount-section.halloween .discount-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .discount-section.halloween .discount-button a {
    max-height: 33px;
    line-height: 30px;
    padding: 0px 7px;
    font-size: 16px;
    text-align: center;
  }
}
@media (max-width: 455px) {
  .discount-section.halloween .discount__logo {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column-align: end;
        justify-self: end;
  }
  .discount-section.halloween .discount-countdown {
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3/5;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column-align: end;
        justify-self: end;
  }
  .discount-section.halloween .discount-button {
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
    grid-column: 3/6;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column-align: end;
        justify-self: end;
  }
}
@keyframes snow {
  0% {
    background-position-x: 0;
    background-position-y: 0;
  }
  50% {
    background-position-y: 40rem;
  }
  100% {
    background-position-x: 40rem;
    background-position-y: 80rem;
  }
}

.discount-section.summer-offer {
  background-image: url(../images/coupon/summer/top-banner-bg.png);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.discount-section.summer-offer picture img {
  display: block;
}
.discount-section.summer-offer .discount__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 99999;
}
.discount-section.summer-offer .discount__inner::after {
  position: absolute;
  content: "";
  width: 275px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
  bottom: 0;
  right: -98px;
}
.discount-section.summer-offer .discount__logo {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
@media (max-width: 680px) {
  .discount-section.summer-offer .discount__logo {
    display: none;
  }
}
.discount-section.summer-offer .discount__logo img {
  width: 114px;
  height: auto;
  position: relative;
  padding: 7px;
}
.discount-section.summer-offer .optin-dis {
  margin-left: auto;
}
.discount-section.summer-offer .user-coupon-code {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.discount-section.summer-offer .user-coupon-code p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  line-height: 26px;
}
.discount-section.summer-offer .user-coupon-code p .coupon-code {
  margin-right: 8px;
  font-size: 20px;
  display: inline-block;
  font-weight: 600;
}
.discount-section.summer-offer .user-coupon-code p i {
  font-weight: 700;
  font-size: 19px;
  cursor: pointer;
}
.discount-section.summer-offer .discount-percentance {
  color: #ffffff;
  font-size: 17px;
  text-align: center;
  line-height: 30px;
  z-index: 1;
  font-weight: 400;
  margin-left: auto;
  margin-bottom: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767px) {
  .discount-section.summer-offer .discount-percentance {
    font-size: 14px;
  }
}
.discount-section.summer-offer .discount-percentance span {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .discount-section.summer-offer .discount-percentance span {
    font-size: 22px;
  }
}
.discount-section.summer-offer .pro_logo {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.discount-section.summer-offer .pro_logo img {
  width: 50px;
}
@media (max-width: 767px) {
  .discount-section.summer-offer .pro_logo img {
    width: 40px;
  }
}
.discount-section.summer-offer .discount-countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 10px;
}
.discount-section.summer-offer .discount-countdown .nx-countdown {
  margin-right: 25px;
  text-align: center;
  position: relative;
}
.discount-section.summer-offer .discount-countdown .nx-countdown:last-child {
  margin-right: 0;
}
.discount-section.summer-offer .discount-countdown .nx-countdown:last-child::before {
  content: unset;
}
.discount-section.summer-offer .discount-countdown h2 {
  margin: 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}
@media (min-width: 767px) {
  .discount-section.summer-offer .discount-countdown h2 {
    font-size: 25px;
  }
}
.discount-section.summer-offer .discount-countdown p {
  margin: 0;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}
.discount-section.summer-offer .discount-button {
  margin-left: auto;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.discount-section.summer-offer .discount-button a {
  position: relative;
  background-color: #ffffff;
  padding: 8px 27px;
  margin-right: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000000;
  cursor: pointer;
  height: 44px;
  white-space: nowrap;
  font-size: 1.1rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
}
.discount-section.summer-offer .discount-button a::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0;
  background: url(../images/coupon/birthday/Gift.gif);
  background-repeat: no-repeat;
  -webkit-transform: translate(77%, 10%);
      -ms-transform: translate(77%, 10%);
          transform: translate(77%, 10%);
}
@media (max-width: 610px) {
  .discount-section.summer-offer .discount-button a::before {
    -webkit-transform: translate(54%, 2%);
        -ms-transform: translate(54%, 2%);
            transform: translate(54%, 2%);
  }
}
.discount-section.summer-offer .discount-button a:hover {
  background-color: #efefef;
}
.discount-section.summer-offer .discount-button a img {
  width: 140px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 767px) {
  .discount-section.summer-offer picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .discount-section.summer-offer .discount-percentance br {
    display: block;
  }
  .discount-section.summer-offer .discount-content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 15px;
  }
  .discount-section.summer-offer .discount-content span {
    margin-bottom: 14px;
  }
  .discount-section.summer-offer .discount-content p {
    margin-left: 0;
  }
  .discount-section.summer-offer .user-coupon-code {
    display: none;
  }
}
@media (max-width: 680px) {
  .discount-section.summer-offer .discount-percentance {
    display: none;
  }
}
@media (max-width: 610px) {
  .discount-section.summer-offer .discount-percentance {
    font-size: 15px;
    line-height: 25px;
  }
  .discount-section.summer-offer .discount-percentance strong {
    padding-left: 0;
    padding-right: 0;
    font-size: 25px;
  }
  .discount-section.summer-offer .discount-countdown .nx-countdown {
    margin-right: 14px;
  }
  .discount-section.summer-offer .discount-countdown .nx-countdown::before {
    content: unset;
  }
  .discount-section.summer-offer .discount-countdown .nx-countdown h2 {
    font-size: 14px;
    line-height: 18px;
  }
  .discount-section.summer-offer .discount-countdown .nx-countdown p {
    font-size: 12px;
    line-height: 1;
  }
  .discount-section.summer-offer .discount-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .discount-section.summer-offer .discount-button a {
    max-height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 10px;
    text-align: center;
  }
}
@media (max-width: 455px) {
  .discount-section.summer-offer .discount__logo {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column-align: end;
        justify-self: end;
  }
  .discount-section.summer-offer .discount-countdown {
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3/5;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column-align: end;
        justify-self: end;
  }
  .discount-section.summer-offer .discount-button {
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
    grid-column: 3/6;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column-align: end;
        justify-self: end;
  }
}
@keyframes snow {
  0% {
    background-position-x: 0;
    background-position-y: 0;
  }
  50% {
    background-position-y: 40rem;
  }
  100% {
    background-position-x: 40rem;
    background-position-y: 80rem;
  }
}

/*main deal*/
.discount-section {
  max-height: 75px;
}
.discount-section .discount-percentance {
  line-height: 22px !important;
}
.discount-section .discount__logo img {
  padding: 8px;
}
.discount-section .discount-countdown h2 {
  font-size: 20px;
  line-height: 1.1em;
}

@-webkit-keyframes bounch-btn {
  100% {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
}

@keyframes bounch-btn {
  100% {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
}
.onetrust-wrapper {
  display: none;
}
.onetrust-wrapper .onetrust-policy-text {
  max-width: 1060px;
  position: fixed;
  width: 100%;
  margin: 0 auto;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.onetrust-wrapper .onetrust-policy-text .onetrust-policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.91);
  border-radius: 5px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.onetrust-wrapper .onetrust-policy-text .onetrust-policy .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.onetrust-wrapper .onetrust-policy-text .onetrust-policy .content .content-text .title {
  margin: 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
}
.onetrust-wrapper .onetrust-policy-text .onetrust-policy .content .content-text .desc {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #ffffff;
}
.onetrust-wrapper .onetrust-policy-text .onetrust-policy .content .content-text .desc a {
  color: #ffffff;
  text-decoration: underline;
}
.onetrust-wrapper .onetrust-policy-text .onetrust-policy .content .action-button button {
  padding: 4px 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
  background-color: #ffffff;
  color: #000000;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0px;
  font-style: normal;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 12px;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  min-height: auto;
  border: none;
  outline: none;
  cursor: pointer;
}

.nx-popup-modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
  text-align: center;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.5);
}
.nx-popup-modal-container button.popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  border: 0px solid;
  background: rgb(85, 83, 83);
  border-radius: 12%;
  padding: 0px 8px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nx-popup-modal-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.nx-popup-modal-container .popup-container {
  background-color: #FFFFFF;
  position: fixed;
  z-index: 9999;
  width: 400px;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  border-radius: 5px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
@media (min-width: 767px) {
  .nx-popup-modal-container .popup-container {
    width: 700px;
  }
}
.nx-popup-modal-container .popup-container .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.01);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.01);
}
.nx-popup-modal-container.nx-popup-show {
  display: block;
}
.nx-popup-modal-container .themedev_form_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  z-index: 1;
}
.nx-popup-modal-container .themedev_form_column.left__column {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  position: relative;
  background: url(../images/themedev/gift_image.jpg);
  height: 450px;
  border-radius: 5px 0 0 5px;
  background-repeat: no-repeat;
  background-size: cover;
}
.nx-popup-modal-container .themedev_form_column.left__column::before {
  position: absolute;
  content: "";
  background-color: #000000;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  top: 0;
  left: 0;
}
.nx-popup-modal-container .themedev_form_column span.icon-box {
  width: 30px;
  height: 30px;
  background-color: #00B67A;
  display: inline-block;
  line-height: 30px;
  font-size: 16px;
  color: #ffffff;
}
.nx-popup-modal-container .themedev_form_column .trustpilot {
  color: #ffffff;
}
.nx-popup-modal-container .themedev_form_column .trustpilot .top-heading {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 5px;
}
.nx-popup-modal-container .themedev_form_column .trustpilot .top-heading span.icon-box {
  background-color: transparent;
  color: #00B67A;
  font-size: 24px;
}
.nx-popup-modal-container .themedev_form_column.right__column {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  padding: 40px 0 40px 25px;
}
@media (max-width: 767px) {
  .nx-popup-modal-container .themedev_form_column.right__column {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    padding: 40px !important;
  }
}
.nx-popup-modal-container .themedev_form_column .themedev__subscribe_gift_image {
  margin: 0;
  height: 100%;
}
.nx-popup-modal-container .themedev_form_column .themedev__form_wrapper label {
  font-weight: 600;
  font-size: 15px;
  color: #000;
  margin-bottom: 10px;
  display: block;
}
.nx-popup-modal-container .themedev_form_column .themedev__form_wrapper .form-control {
  background: #f5f7fa;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  outline: 0 none;
  padding: 10px 20px 12px;
  font-size: 15px;
  color: #637178;
  width: 100%;
  height: 50px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.nx-popup-modal-container .themedev_form_column .themedev__form_wrapper .form-control:focus {
  background: #fff;
  border: 1px solid #ebebeb;
  -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.03);
          box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.03);
}
.nx-popup-modal-container .themedev_form_column .themedev__form_wrapper .form_group-wrap {
  margin-bottom: 20px;
}
.nx-popup-modal-container .themedev_form_column .themedev__form_wrapper .form_group-wrap.form-header-content {
  margin-bottom: 0px;
}
.nx-popup-modal-container .themedev_form_column .themedev__form_wrapper .form_group-wrap.form-header-content h3 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 20px;
  color: #000000;
  font-weight: 700;
}
.nx-popup-modal-container .themedev_form_column .themedev__form_wrapper .form_group-wrap.form-header-content p {
  color: #7a7a7a;
  font-size: 16px;
  line-height: 28px;
  margin: 0;
  margin-bottom: 20px;
}
.nx-popup-modal-container .themedev_form_column .themedev__form_wrapper .form_group-wrap.button-inline-block {
  margin-bottom: 0;
}
.nx-popup-modal-container .themedev_form_column .themedev__form_wrapper .form_group-wrap .subscription_btn {
  margin: 0px;
  color: white;
  background: linear-gradient(150deg, #FF7777 0%, #FF2F2F 100%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 0px solid transparent;
  border-radius: 4px;
  font-size: 18px;
  padding: 0px 30px;
  cursor: pointer;
  height: 50px;
  line-height: 46px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.nx-popup-modal-container .themedev_form_column .left_content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.nx-popup-modal-container .themedev_form_column .pricing__themedev {
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  border-bottom: 1px solid #ffffff;
  font-size: 16px;
  line-height: 20px;
  white-space: nowrap;
  margin-top: 30px;
  display: inline-block;
}
@media (max-width: 767px) {
  .nx-popup-modal-container {
    display: none !important;
  }
}

.themedev-demo-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
  text-align: center;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: rgb(9, 9, 9);
  background-image: url(../images/themedev/popup-bg.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}
.themedev-demo-popup.nx-popup-show {
  display: block;
}
.themedev-demo-popup .themedev-demo-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 20px;
  margin-top: 60px;
}
.themedev-demo-popup .themedev-demo-container .popup-header {
  margin-bottom: 30px;
}
.themedev-demo-popup .themedev-demo-container .popup-header img {
  width: 100%;
  max-width: 250px;
  margin-bottom: 20px;
}
.themedev-demo-popup .themedev-demo-container .popup-header .form_group-wrap h2 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
  margin-top: 0;
  margin-bottom: 12px;
}
.themedev-demo-popup .themedev-demo-container .popup-header .form_group-wrap h2 img {
  display: inline !important;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  height: 1em;
  width: 1em;
  margin: 0 0.07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important;
}
.themedev-demo-popup .themedev-demo-container .popup-header .form_group-wrap p {
  color: #ffffff;
  font-size: 18px;
}
.themedev-demo-popup .themedev-demo-container .popup-body {
  padding: 30px;
  background: #ffffff;
  text-align: left;
  border-radius: 8px;
  width: 100%;
  max-width: 400px;
}
.themedev-demo-popup .themedev-demo-container .popup-body .form_group-wrap {
  margin-bottom: 20px;
}
.themedev-demo-popup .themedev-demo-container .popup-body .form_group-wrap.button-inline-block {
  margin-bottom: 0;
}
.themedev-demo-popup .themedev-demo-container .popup-body .form_group-wrap label {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  color: #000;
  letter-spacing: 0.15px;
  margin-bottom: 15px;
  display: block;
}
.themedev-demo-popup .themedev-demo-container .popup-body .form_group-wrap .form-control {
  height: 50px;
  width: 100%;
  background: #f5f7fa;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  outline: 0 none;
  padding: 9px 20px 12px;
  color: #000;
  letter-spacing: 0.22px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.themedev-demo-popup .themedev-demo-container .popup-body .form_group-wrap .form-control:focus {
  background: #fff;
  border: 1px solid #ebebeb;
  -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.03);
          box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.03);
}
.themedev-demo-popup .themedev-demo-container .popup-body .form_group-wrap .subscription_btn {
  margin: 0px;
  color: white;
  background: linear-gradient(150deg, #FF7777 0%, #FF2F2F 100%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 0px solid transparent;
  border-radius: 4px;
  font-size: 18px;
  padding: 0px 30px;
  cursor: pointer;
  height: 50px;
  line-height: 50px;
  outline: none;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.themedev-demo-popup .themedev-demo-container .popup-body .form_group-wrap .note {
  line-height: 1.2em;
  font-size: 12px;
  margin-top: 7px;
}
.themedev-demo-popup .themedev-demo-container .popup-footer {
  position: relative;
}
.themedev-demo-popup .themedev-demo-container button.popup-close {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 4%;
  top: 8%;
  /* width: 35px; */
  /* height: 35px; */
  background: #f1634c;
  color: #fff;
  border-radius: 30px;
  padding: 8px;
  cursor: pointer;
  outline: none;
  border: 0px;
}
.themedev-demo-popup .themedev-demo-container button.popup-close i {
  font-weight: 900;
  font-size: 15px;
  vertical-align: middle;
  position: relative;
}

@media (max-width: 767px) {
  .themedev-poupup-wrap {
    display: none;
  }
}
.themedev-poupup-wrap.left-bottom {
  position: fixed;
  width: auto;
  top: calc(100% - 140px);
  left: 20px;
  z-index: 9999998;
}
.themedev-poupup-wrap.right-bottom {
  position: fixed;
  width: auto;
  top: calc(100% - 140px);
  right: 20px;
  z-index: 9999998;
}
.themedev-poupup-wrap .customer_content_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 3px 20px 3px 3px;
  -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
          box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  cursor: pointer;
  -webkit-transition: 1s all;
  transition: 1s all;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: white;
  z-index: 999999;
  border: 3px solid #ffffff;
  -webkit-animation: anim-notification 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: anim-notification 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.themedev-poupup-wrap .customer_content_wrapper.fade-out {
  -webkit-animation: fadeOut 1s ease forwards;
          animation: fadeOut 1s ease forwards;
}
.themedev-poupup-wrap .customer_content_wrapper.display-nextli {
  display: none;
}
.themedev-poupup-wrap .customer_content_wrapper:hover {
  border: 3px solid #e1e1e1;
}
.themedev-poupup-wrap .customer_content_wrapper .close_notify {
  content: "";
  position: absolute;
  top: -23px;
  font-size: 15px;
  right: 6px;
  cursor: pointer;
  display: none;
  visibility: hidden;
  opacity: 0;
}
.themedev-poupup-wrap .customer_content_wrapper .close_notify:hover {
  color: red;
}
.themedev-poupup-wrap .customer_content_wrapper:hover .close_notify {
  display: block;
  visibility: visible;
  opacity: 1;
  width: 30px;
  text-align: center;
}
.themedev-poupup-wrap .customer_content_wrapper .customer_img {
  border-radius: 50%;
  border: 2px solid #fff;
  width: 70px;
  height: 70px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-weight: 800;
  font-size: 18px;
}
.themedev-poupup-wrap .customer_content_wrapper .customer_img img {
  border-radius: 100%;
  width: 100%;
  height: 100%;
}
.themedev-poupup-wrap .customer_content_wrapper .customer_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.9;
}
.themedev-poupup-wrap .customer_content_wrapper .customer_info {
  font-size: 13px;
  margin: 0;
  font-family: sans-serif;
  font-weight: 600;
  color: #585858;
}
.themedev-poupup-wrap .customer_content_wrapper .customer_info em {
  font-weight: 400;
}
.themedev-poupup-wrap .customer_content_wrapper .product_name {
  font-size: 13px;
  color: #8993aa;
  -webkit-transition: unset;
  transition: unset;
}
.themedev-poupup-wrap .customer_content_wrapper .product_name strong {
  font-weight: 600;
}
.themedev-poupup-wrap .customer_content_wrapper .purchase_time {
  font-size: 13px;
  color: #8993aa;
  line-height: 1;
}
@-webkit-keyframes anim-notification {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
  }
  5% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    opacity: 0;
    visibility: hidden;
  }
  10% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}
@keyframes anim-notification {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
  }
  5% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
    opacity: 0;
    visibility: hidden;
  }
  10% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  5% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    opacity: 0.5;
    visibility: visible;
  }
  10% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0.2;
    visibility: hidden;
  }
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes fadeOut {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  5% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    opacity: 0.5;
    visibility: visible;
  }
  10% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0.2;
    visibility: hidden;
  }
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
    visibility: hidden;
  }
}

.themedev-exit-popup {
  position: relative;
  display: none;
}
.themedev-exit-popup.cleanly-ebook .themedev-exit-popup-content {
  border-top: unset !important;
  border-radius: unset !important;
}
.themedev-exit-popup.cleanly-ebook .themedev-exit-popup-content .popup-close-button {
  z-index: 4 !important;
}
.themedev-exit-popup.cleanly-ebook .themedev-exit-popup-content .themedev-exit-popup-lightbox-message {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  padding: unset !important;
  background: unset !important;
  position: relative;
}
@media (max-width: 768px) {
  .themedev-exit-popup.cleanly-ebook .themedev-exit-popup-content .themedev-exit-popup-lightbox-message {
    max-width: 90vw !important;
  }
}
@media (min-width: 769px) {
  .themedev-exit-popup.cleanly-ebook .themedev-exit-popup-content .themedev-exit-popup-lightbox-message::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-bottom: 4px solid transparent;
    -o-border-image: linear-gradient(to right, #007bff 55%, #000000 45%);
       border-image: -webkit-gradient(linear, left top, right top, color-stop(55%, #007bff), color-stop(45%, #000000));
       border-image: linear-gradient(to right, #007bff 55%, #000000 45%);
    border-image-slice: 1;
  }
}
.themedev-exit-popup.cleanly-ebook .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .popup-form-content-wrapper {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  padding: 40px 0 40px 40px;
  z-index: 1;
}
@media (max-width: 768px) {
  .themedev-exit-popup.cleanly-ebook .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .popup-form-content-wrapper {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
    margin: 0 auto;
    width: 71%;
    padding: 30px 0;
  }
}
.themedev-exit-popup.cleanly-ebook .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .popup-form-content-wrapper .popup-form-content {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.themedev-exit-popup.cleanly-ebook .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .popup-form-content-wrapper .popup-form-content h2 {
  font-size: 28px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .themedev-exit-popup.cleanly-ebook .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .popup-form-content-wrapper .popup-form-content h2 {
    font-size: 20px;
  }
}
.themedev-exit-popup.cleanly-ebook .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .popup-form-content-wrapper .popup-form-content form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.themedev-exit-popup.cleanly-ebook .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .popup-form-content-wrapper .popup-form-content form input {
  padding: 12px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 2px;
  outline: none;
  color: #666;
}
@media (max-width: 391px) {
  .themedev-exit-popup.cleanly-ebook .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .popup-form-content-wrapper .popup-form-content form input {
    padding: 10px;
    font-size: 14px;
  }
}
.themedev-exit-popup.cleanly-ebook .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .popup-form-content-wrapper .popup-form-content form input::-webkit-input-placeholder {
  color: #999;
}
.themedev-exit-popup.cleanly-ebook .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .popup-form-content-wrapper .popup-form-content form input::-moz-placeholder {
  color: #999;
}
.themedev-exit-popup.cleanly-ebook .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .popup-form-content-wrapper .popup-form-content form input:-ms-input-placeholder {
  color: #999;
}
.themedev-exit-popup.cleanly-ebook .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .popup-form-content-wrapper .popup-form-content form input::-ms-input-placeholder {
  color: #999;
}
.themedev-exit-popup.cleanly-ebook .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .popup-form-content-wrapper .popup-form-content form input::placeholder {
  color: #999;
}
.themedev-exit-popup.cleanly-ebook .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .popup-form-content-wrapper .popup-form-content form input:focus {
  border-color: #007bff;
}
.themedev-exit-popup.cleanly-ebook .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .popup-form-content-wrapper .popup-form-content form button {
  background-color: #007bff;
  color: #fff;
  padding: 12px;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.themedev-exit-popup.cleanly-ebook .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .popup-form-content-wrapper .popup-form-content form button:hover {
  background-color: #0056b3;
}
@media (max-width: 391px) {
  .themedev-exit-popup.cleanly-ebook .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .popup-form-content-wrapper .popup-form-content form button {
    font-size: 14px;
  }
}
.themedev-exit-popup.cleanly-ebook .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .popup-illustration {
  display: none;
}
@media (min-width: 769px) {
  .themedev-exit-popup.cleanly-ebook .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .popup-illustration {
    display: -ms-grid;
    display: grid;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
    -ms-grid-column-align: end;
        justify-self: end;
    z-index: 1;
  }
  .themedev-exit-popup.cleanly-ebook .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .popup-illustration img {
    height: 100%;
  }
}
.themedev-exit-popup .themedev-exit-popup-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: all;
  background-color: rgba(6, 6, 6, 0.49);
  position: fixed;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 9999;
}
.themedev-exit-popup .themedev-exit-popup-modal .themedev-exit-popup-content {
  background-color: #fff;
  width: auto;
  overflow: visible;
  max-width: 100%;
  max-height: 100%;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  pointer-events: all;
  position: relative;
  border-radius: 12px 12px 12px 12px;
  border-top: 5px solid #000000;
}
.themedev-exit-popup .themedev-exit-popup-modal .themedev-exit-popup-content .popup-close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 0;
  width: 34px;
  height: 34px;
  line-height: 40px;
  color: #ffffff;
  font-weight: 800;
  font-size: 18px;
  cursor: pointer;
  border: none;
  outline: none;
  z-index: 1;
  background: #838383;
  border-radius: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.themedev-exit-popup .themedev-exit-popup-modal .themedev-exit-popup-content .popup-close-button svg {
  stroke-width: 4;
}
.themedev-exit-popup .themedev-exit-popup-modal .themedev-exit-popup-content .popup-close-button svg:hover {
  color: black;
}
.themedev-exit-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message {
  width: 750px;
  height: auto;
  max-width: 100vw;
  max-height: 100vh;
  overflow: auto;
  padding: 50px 55px 30px 55px;
  background-color: #fff;
}
.themedev-exit-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .pop-product-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
  margin-bottom: 2rem;
}
@media (max-width: 500px) {
  .themedev-exit-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .pop-product-wrapper {
    display: none;
  }
}
.themedev-exit-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .pop-product-wrapper img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  height: 25px;
}
.themedev-exit-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .pop-product-wrapper img.img-1 {
  height: unset !important;
  width: 124px;
}
.themedev-exit-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .pop-product-wrapper img.img-2 {
  height: unset !important;
  width: 87px;
}
.themedev-exit-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .pop-product-wrapper img.img-3 {
  height: unset !important;
  width: 142px;
}
.themedev-exit-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .pop-product-wrapper img.img-4 {
  height: unset !important;
  width: 82px;
}
.themedev-exit-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .pop-product-wrapper img.img-4 {
  height: unset !important;
  width: 79px;
}
.themedev-exit-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .themedev-exit-popup-lightbox-message-image {
  text-align: center;
  margin-bottom: 15px;
}
.themedev-exit-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .themedev-exit-popup-lightbox-message-image img {
  width: 100%;
  border-radius: 10px;
}
.themedev-exit-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .themedev-exit-popup-lightbox-message-content .heading-title {
  text-align: center;
  padding: 20px 0px;
  color: #020202;
  font-family: "Inter", Sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.5em;
}
.themedev-exit-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .themedev-exit-popup-lightbox-message-content .heading-title u {
  color: #FF2F2F;
}
.themedev-exit-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .themedev-exit-popup-lightbox-message-content .heading-content {
  text-align: center;
  color: rgba(122, 85, 85, 0.7098039216);
  font-family: "Inter", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5em;
  margin-bottom: 15px;
}
.themedev-exit-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .themedev-exit-popup-lightbox-message-content .heading-ext-content {
  text-align: center;
  color: #FF2F2F;
  font-family: "Inter", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5em;
}
.themedev-exit-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .themedev-exit-popup-lightbox-message-content .action-button {
  font-size: 18px;
  font-weight: 600;
  fill: #FFFFFF;
  color: #000;
  background-color: #FF2F2F;
  border-radius: 9px 9px 9px 9px;
  padding: 15px 30px 15px 30px;
  margin: 0 auto;
  margin-bottom: 10px;
  display: block;
  text-align: center;
  cursor: pointer;
  margin-top: 50px;
  margin-bottom: 15px;
}
.themedev-exit-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .themedev-exit-popup-lightbox-message-content .action-button a {
  font-size: 16px;
  font-weight: 600;
  fill: #FFFFFF;
  color: #ffffff;
}
.themedev-exit-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .themedev-exit-popup-lightbox-message-content .action-button a span {
  color: #ffffff;
  font-size: 18px;
  margin-right: 5px;
}
.themedev-exit-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .themedev-exit-popup-lightbox-message-content .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.themedev-exit-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .themedev-exit-popup-lightbox-message-content .list-item .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.themedev-exit-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .themedev-exit-popup-lightbox-message-content .list-item .item span {
  margin-right: 5px;
  color: #6EC1E4;
  font-size: 12px;
}
.themedev-exit-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .themedev-exit-popup-lightbox-message-content .list-item .item p {
  font-family: "Inter", Sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #000000;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding-left: 5px;
  margin: 0px;
}
.themedev-exit-popup .themedev-exit-popup-modal .popup-subscription-form .popup-subscription-form-content .subscribe-input {
  background: #fff;
  color: #74788b;
  border-color: #fff;
  -webkit-box-shadow: 0 9px 30px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 9px 30px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.themedev-exit-popup .themedev-exit-popup-modal .popup-subscription-form .popup-subscription-form-content .subscribe-input:focus {
  border-color: #FFAD00;
}
.themedev-exit-popup .themedev-exit-popup-modal .popup-subscription-form .popup-subscription-form-content .subscription-btn {
  background: #FFAD00;
  border-color: #FFAD00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 89px;
  height: 46px;
}
.themedev-exit-popup .themedev-exit-popup-modal .popup-subscription-form .popup-subscription-form-content .subscription-btn i {
  position: relative;
  top: -1px;
}
.themedev-exit-popup.nx-popup-show {
  display: block;
}

.themedev-exit-popup .bday-wrapper .themedev-exit-popup-content {
  background-color: unset;
  border: unset;
}
.themedev-exit-popup .bday-wrapper .bday-pop {
  display: block;
}
.themedev-exit-popup .themedev-exit-popup-content .themedev-exit-popup-lightbox-message {
  text-align: center;
  padding: 50px 55px 50px 55px !important;
  position: relative;
}
.themedev-exit-popup .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .popup-widget-image {
  position: absolute;
  bottom: 0;
  right: 0;
}
.themedev-exit-popup .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .popup-widget-image-top {
  position: absolute;
  top: 0;
  left: 0;
}
.themedev-exit-popup .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .popup-widget-title {
  color: black;
  font-weight: 900;
  font-size: 2rem;
  margin: 0 0 1rem 0;
}
.themedev-exit-popup .themedev-exit-popup-content .themedev-exit-popup-lightbox-message p {
  margin-bottom: 1.5rem;
  font-size: 16px;
  color: #333333;
  word-break: break-word;
  margin-top: 10px;
  line-height: 1.3;
  font-weight: 500;
}
.themedev-exit-popup .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .popup-subscription-form .popup-subscription-form-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 500px) {
  .themedev-exit-popup .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .popup-subscription-form .popup-subscription-form-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
}
.themedev-exit-popup .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .popup-subscription-form .popup-subscription-form-content .subscribe-input {
  display: inline-block;
  padding: 13px 12px;
  margin-left: 0px;
  margin-bottom: 0;
  vertical-align: top;
  text-align: center;
  border: 2px solid #000000;
  background: white;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  color: #000000;
  font-size: 16px;
  line-height: 17px;
  outline: 0;
  border-radius: 3px 0 0 3px;
}
@media (max-width: 500px) {
  .themedev-exit-popup .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .popup-subscription-form .popup-subscription-form-content .subscribe-input {
    border-radius: unset;
  }
}
.themedev-exit-popup .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .popup-subscription-form .popup-subscription-form-content .subscription-btn {
  height: unset;
  background: black;
  color: white;
  border: unset;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 5px;
  cursor: pointer;
  outline: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 15px;
  font-weight: 700;
  border-radius: 0 3px 3px 0;
  font-size: 1.2rem;
}
.themedev-exit-popup .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .popup-subscription-form .popup-subscription-form-content .subscription-btn:hover {
  background: rgb(51, 51, 51);
}
@media (max-width: 500px) {
  .themedev-exit-popup .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .popup-subscription-form .popup-subscription-form-content .subscription-btn {
    line-height: 2.5;
    border-radius: unset;
  }
}
.themedev-exit-popup.blog-offer-popup.bday-blog-pop .popup-close-button {
  background: white !important;
}
@media (min-width: 767px) {
  .themedev-exit-popup.blog-offer-popup.bday-blog-pop .popup-close-button {
    top: 125px !important;
    right: 270px !important;
  }
}
@media (max-width: 767px) {
  .themedev-exit-popup.blog-offer-popup.bday-blog-pop .popup-close-button {
    width: 30px;
    height: 30px;
    top: 75px !important;
    right: 90px !important;
  }
  .themedev-exit-popup.blog-offer-popup.bday-blog-pop .popup-close-button svg {
    height: 24px !important;
    width: 38px !important;
  }
}
.themedev-exit-popup.blog-offer-popup.bday-blog-pop .popup-close-button svg {
  color: black !important;
}
.themedev-exit-popup.blog-offer-popup.bday-blog-pop .popup-close-button:hover {
  background: rgb(224, 224, 224) !important;
}
.themedev-exit-popup.blog-offer-popup.bday-blog-pop .pop-timer {
  top: 135px !important;
  width: 100% !important;
  right: 28% !important;
  z-index: -1;
}
@media (max-width: 767px) {
  .themedev-exit-popup.blog-offer-popup.bday-blog-pop .pop-timer {
    display: none;
  }
}
.themedev-exit-popup.blog-offer-popup.blog-pop .popup-close-button {
  top: 10px !important;
  right: 10px !important;
  background: white !important;
}
@media (max-width: 767px) {
  .themedev-exit-popup.blog-offer-popup.blog-pop .popup-close-button svg {
    height: 24px !important;
    width: 38px !important;
  }
}
.themedev-exit-popup.blog-offer-popup.blog-pop .popup-close-button svg {
  color: black !important;
}
.themedev-exit-popup.blog-offer-popup.blog-pop .popup-close-button:hover {
  background: rgb(224, 224, 224) !important;
}
.themedev-exit-popup.blog-offer-popup.blog-pop .pop-timer {
  top: 135px !important;
  width: 100% !important;
  right: 28% !important;
}
@media (max-width: 767px) {
  .themedev-exit-popup.blog-offer-popup.blog-pop .pop-timer {
    display: none;
  }
}
.themedev-exit-popup.blog-offer-popup.blog-pop .themedev-exit-popup-modal .themedev-exit-popup-content {
  max-height: 100%;
}
.themedev-exit-popup.blog-offer-popup.blog-pop .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message:not(.ebook-message) {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 !important;
}
.themedev-exit-popup.blog-offer-popup.blog-pop .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .img-wrapper a img {
  display: block;
}
.themedev-exit-popup.blog-offer-popup.blog-pop .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .pop-timer {
  top: 0 !important;
  left: 0 !important;
  border-radius: 0;
  max-width: 100%;
  display: none;
}
.themedev-exit-popup.blog-offer-popup.blog-pop .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .pop-timer .pop-timer-content a {
  border-radius: 0;
}
.themedev-exit-popup.blog-offer-popup.blog-pop .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .pop-timer .pop-timer-content a .text-part {
  margin: 0;
}
.themedev-exit-popup.blog-offer-popup .themedev-exit-popup-modal .themedev-exit-popup-content:not(.ebook-content) {
  all: unset;
  position: relative;
}
.themedev-exit-popup.blog-offer-popup .themedev-exit-popup-modal .themedev-exit-popup-content .popup-close-button {
  top: 35px;
  right: 30px;
  z-index: 99;
}
.themedev-exit-popup.blog-offer-popup .themedev-exit-popup-modal .themedev-exit-popup-content .popup-close-button svg {
  width: 20px;
  height: 20px;
  stroke-width: 2.5;
  color: white;
}
.themedev-exit-popup.blog-offer-popup .themedev-exit-popup-modal .themedev-exit-popup-content .popup-close-button svg:hover {
  color: black;
}
@media (max-width: 767px) {
  .themedev-exit-popup.blog-offer-popup .themedev-exit-popup-modal .themedev-exit-popup-content .popup-close-button svg {
    width: 38px;
  }
}
.themedev-exit-popup.blog-offer-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message {
  width: 1000px;
  scrollbar-width: none;
  position: relative;
}
.themedev-exit-popup.blog-offer-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .img-wrapper a {
  display: block;
}
.themedev-exit-popup.blog-offer-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .pop-timer {
  background: -webkit-gradient(linear, right top, left top, from(#743ad5), to(#d53a9d));
  background: linear-gradient(to left, #743ad5, #d53a9d);
  padding: 3px;
  max-width: 436px;
  border-radius: 15px;
  position: absolute;
  top: 50px;
  width: 100%;
  right: 20%;
}
@media (max-width: 767px) {
  .themedev-exit-popup.blog-offer-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .pop-timer {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    top: 62px;
  }
}
@media (max-width: 400px) {
  .themedev-exit-popup.blog-offer-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .pop-timer {
    top: 47px;
    right: 27%;
  }
}
.themedev-exit-popup.blog-offer-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .pop-timer .pop-timer-content a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  background: rgb(0, 0, 0);
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 15px;
}
.themedev-exit-popup.blog-offer-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .pop-timer .pop-timer-content a .text-part h3 {
  font-size: 23px;
  color: white;
  font-weight: 600;
  text-align: left;
}
.themedev-exit-popup.blog-offer-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .pop-timer .pop-timer-content a .text-part h3 span {
  font-weight: 300;
}
@media (max-width: 767px) {
  .themedev-exit-popup.blog-offer-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .pop-timer .pop-timer-content a .text-part h3 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .themedev-exit-popup.blog-offer-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .pop-timer .pop-timer-content a .text-part {
    display: none;
  }
}
.themedev-exit-popup.blog-offer-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .pop-timer .pop-timer-content a .discount-countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 2px;
}
.themedev-exit-popup.blog-offer-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .pop-timer .pop-timer-content a .discount-countdown h2 {
  color: #ffffff;
  font-size: 37px;
  font-weight: 800;
  line-height: 38px;
  margin-bottom: 0;
  font-family: "Reem Kufi Ink";
  margin-top: 0;
}
@media (max-width: 767px) {
  .themedev-exit-popup.blog-offer-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .pop-timer .pop-timer-content a .discount-countdown h2 {
    font-size: 23px;
    line-height: 1;
  }
}
@media (max-width: 620px) {
  .themedev-exit-popup.blog-offer-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .pop-timer .pop-timer-content a .discount-countdown h2 {
    font-size: 17px;
    line-height: 1;
  }
}
.themedev-exit-popup.blog-offer-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .pop-timer .pop-timer-content a .discount-countdown p {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 22px;
  letter-spacing: 0.8px;
  margin-top: 0;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .themedev-exit-popup.blog-offer-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .pop-timer .pop-timer-content a .discount-countdown p {
    font-size: 9px;
    line-height: 1.5;
  }
}
@media (max-width: 400px) {
  .themedev-exit-popup.blog-offer-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .pop-timer .pop-timer-content a .discount-countdown p {
    font-size: 7px;
  }
}
.themedev-exit-popup.blog-offer-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .pop-timer .pop-timer-content a .discount-countdown .nx-countdown {
  padding: 10px;
  border-radius: 10px;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 59px;
}
@media (max-width: 767px) {
  .themedev-exit-popup.blog-offer-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .pop-timer .pop-timer-content a .discount-countdown .nx-countdown {
    min-width: 43px;
  }
}
@media (max-width: 500px) {
  .themedev-exit-popup.blog-offer-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .pop-timer .pop-timer-content a .discount-countdown .nx-countdown {
    min-width: 32px;
    padding: 5px;
  }
}
@media (max-width: 400px) {
  .themedev-exit-popup.blog-offer-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .pop-timer .pop-timer-content a .discount-countdown .nx-countdown {
    min-width: 27px;
    padding: 5px;
  }
}
.themedev-exit-popup.blog-offer-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .themedev-exit-popup-lightbox-message-content .heading-title u {
  color: #FDBC25;
}
.themedev-exit-popup.blog-offer-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .themedev-exit-popup-lightbox-message-content .heading-ext-content {
  color: #FDBC25;
}
.themedev-exit-popup.blog-offer-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .themedev-exit-popup-lightbox-message-content .action-button {
  background-color: #FDBC25;
}
.themedev-exit-popup.blog-offer-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .themedev-exit-popup-lightbox-message-content .action-button a {
  color: #000000;
}
.themedev-exit-popup.blog-offer-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .themedev-exit-popup-lightbox-message-content .action-button a span {
  color: black;
}
.themedev-exit-popup.blog-offer-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .themedev-exit-popup-lightbox-message-content .list-item .item span {
  color: #FDBC25;
}
.themedev-exit-popup.next3-offer-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .themedev-exit-popup-lightbox-message-content .heading-title u {
  color: #FDBC25;
}
.themedev-exit-popup.next3-offer-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .themedev-exit-popup-lightbox-message-content .heading-ext-content {
  color: #FDBC25;
}
.themedev-exit-popup.next3-offer-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .themedev-exit-popup-lightbox-message-content .action-button {
  background-color: #FDBC25;
}
.themedev-exit-popup.next3-offer-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .themedev-exit-popup-lightbox-message-content .action-button a {
  color: #000000;
}
.themedev-exit-popup.next3-offer-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .themedev-exit-popup-lightbox-message-content .action-button a span {
  color: black;
}
.themedev-exit-popup.next3-offer-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .themedev-exit-popup-lightbox-message-content .list-item .item span {
  color: #FDBC25;
}
.themedev-exit-popup.salonly-offer-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .themedev-exit-popup-lightbox-message-content .heading-title u {
  color: #F70347;
}
.themedev-exit-popup.salonly-offer-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .themedev-exit-popup-lightbox-message-content .heading-ext-content {
  color: #F70347;
}
.themedev-exit-popup.salonly-offer-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .themedev-exit-popup-lightbox-message-content .action-button {
  background-color: #F70347;
}
.themedev-exit-popup.salonly-offer-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .themedev-exit-popup-lightbox-message-content .action-button a {
  color: #ffffff;
}
.themedev-exit-popup.salonly-offer-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .themedev-exit-popup-lightbox-message-content .action-button a span {
  color: rgb(255, 255, 255);
}
.themedev-exit-popup.salonly-offer-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .themedev-exit-popup-lightbox-message-content .list-item .item span {
  color: #F70347;
}
.themedev-exit-popup.evental-offer-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .themedev-exit-popup-lightbox-message-content .heading-title u {
  color: #0080FF;
}
.themedev-exit-popup.evental-offer-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .themedev-exit-popup-lightbox-message-content .heading-ext-content {
  color: #0080FF;
}
.themedev-exit-popup.evental-offer-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .themedev-exit-popup-lightbox-message-content .action-button {
  background-color: #0080FF;
}
.themedev-exit-popup.evental-offer-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .themedev-exit-popup-lightbox-message-content .action-button a {
  color: #ffffff;
}
.themedev-exit-popup.evental-offer-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .themedev-exit-popup-lightbox-message-content .action-button a span {
  color: rgb(255, 255, 255);
}
.themedev-exit-popup.evental-offer-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .themedev-exit-popup-lightbox-message-content .list-item .item span {
  color: #0080FF;
}
.themedev-exit-popup.nextwoo-offer-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .themedev-exit-popup-lightbox-message-content .heading-title u {
  color: #6A38DA;
}
.themedev-exit-popup.nextwoo-offer-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .themedev-exit-popup-lightbox-message-content .heading-ext-content {
  color: #6A38DA;
}
.themedev-exit-popup.nextwoo-offer-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .themedev-exit-popup-lightbox-message-content .action-button {
  background-color: #6A38DA;
}
.themedev-exit-popup.nextwoo-offer-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .themedev-exit-popup-lightbox-message-content .action-button a {
  color: #ffffff;
}
.themedev-exit-popup.nextwoo-offer-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .themedev-exit-popup-lightbox-message-content .action-button a span {
  color: rgb(255, 255, 255);
}
.themedev-exit-popup.nextwoo-offer-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .themedev-exit-popup-lightbox-message-content .list-item .item span {
  color: #6A38DA;
}
.themedev-exit-popup.goomaps-offer-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .themedev-exit-popup-lightbox-message-content .heading-title u {
  color: #9260CD;
}
.themedev-exit-popup.goomaps-offer-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .themedev-exit-popup-lightbox-message-content .heading-ext-content {
  color: #9260CD;
}
.themedev-exit-popup.goomaps-offer-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .themedev-exit-popup-lightbox-message-content .action-button {
  background-color: #9260CD;
}
.themedev-exit-popup.goomaps-offer-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .themedev-exit-popup-lightbox-message-content .action-button a {
  color: #ffffff;
}
.themedev-exit-popup.goomaps-offer-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .themedev-exit-popup-lightbox-message-content .action-button a span {
  color: rgb(255, 255, 255);
}
.themedev-exit-popup.goomaps-offer-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .themedev-exit-popup-lightbox-message-content .list-item .item span {
  color: #9260CD;
}
.themedev-exit-popup.washer-offer-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .themedev-exit-popup-lightbox-message-content .heading-title u {
  color: #712CF8;
}
.themedev-exit-popup.washer-offer-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .themedev-exit-popup-lightbox-message-content .heading-ext-content {
  color: #712CF8;
}
.themedev-exit-popup.washer-offer-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .themedev-exit-popup-lightbox-message-content .action-button {
  background-color: #712CF8;
}
.themedev-exit-popup.washer-offer-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .themedev-exit-popup-lightbox-message-content .action-button a {
  color: #ffffff;
}
.themedev-exit-popup.washer-offer-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .themedev-exit-popup-lightbox-message-content .action-button a span {
  color: rgb(255, 255, 255);
}
.themedev-exit-popup.washer-offer-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .themedev-exit-popup-lightbox-message-content .list-item .item span {
  color: #712CF8;
}
.themedev-exit-popup.nextcrm-offer-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .themedev-exit-popup-lightbox-message-content .heading-title u {
  color: #635BFF;
}
.themedev-exit-popup.nextcrm-offer-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .themedev-exit-popup-lightbox-message-content .heading-ext-content {
  color: #635BFF;
}
.themedev-exit-popup.nextcrm-offer-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .themedev-exit-popup-lightbox-message-content .action-button {
  background-color: #635BFF;
}
.themedev-exit-popup.nextcrm-offer-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .themedev-exit-popup-lightbox-message-content .action-button a {
  color: #ffffff;
}
.themedev-exit-popup.nextcrm-offer-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .themedev-exit-popup-lightbox-message-content .action-button a span {
  color: rgb(255, 255, 255);
}
.themedev-exit-popup.nextcrm-offer-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .themedev-exit-popup-lightbox-message-content .list-item .item span {
  color: #635BFF;
}
.themedev-exit-popup.cleanly-offer-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .themedev-exit-popup-lightbox-message-content .heading-title u {
  color: #082680;
}
.themedev-exit-popup.cleanly-offer-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .themedev-exit-popup-lightbox-message-content .heading-ext-content {
  color: #082680;
}
.themedev-exit-popup.cleanly-offer-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .themedev-exit-popup-lightbox-message-content .action-button {
  background-color: #082680;
}
.themedev-exit-popup.cleanly-offer-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .themedev-exit-popup-lightbox-message-content .action-button a {
  color: #ffffff;
}
.themedev-exit-popup.cleanly-offer-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .themedev-exit-popup-lightbox-message-content .action-button a span {
  color: rgb(255, 255, 255);
}
.themedev-exit-popup.cleanly-offer-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .themedev-exit-popup-lightbox-message-content .list-item .item span {
  color: #082680;
}
.themedev-exit-popup.nextcode-offer-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .themedev-exit-popup-lightbox-message-content .heading-title u {
  color: #712CF8;
}
.themedev-exit-popup.nextcode-offer-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .themedev-exit-popup-lightbox-message-content .heading-ext-content {
  color: #712CF8;
}
.themedev-exit-popup.nextcode-offer-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .themedev-exit-popup-lightbox-message-content .action-button {
  background-color: #712CF8;
}
.themedev-exit-popup.nextcode-offer-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .themedev-exit-popup-lightbox-message-content .action-button a {
  color: #ffffff;
}
.themedev-exit-popup.nextcode-offer-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .themedev-exit-popup-lightbox-message-content .action-button a span {
  color: rgb(255, 255, 255);
}
.themedev-exit-popup.nextcode-offer-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .themedev-exit-popup-lightbox-message-content .list-item .item span {
  color: #712CF8;
}
.themedev-exit-popup.nextli-offer-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .themedev-exit-popup-lightbox-message-content .heading-title u {
  color: #F1634C;
}
.themedev-exit-popup.nextli-offer-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .themedev-exit-popup-lightbox-message-content .heading-ext-content {
  color: #F1634C;
}
.themedev-exit-popup.nextli-offer-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .themedev-exit-popup-lightbox-message-content .action-button {
  background-color: #F1634C;
}
.themedev-exit-popup.nextli-offer-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .themedev-exit-popup-lightbox-message-content .action-button a {
  color: #ffffff;
}
.themedev-exit-popup.nextli-offer-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .themedev-exit-popup-lightbox-message-content .action-button a span {
  color: rgb(255, 255, 255);
}
.themedev-exit-popup.nextli-offer-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .themedev-exit-popup-lightbox-message-content .list-item .item span {
  color: #F1634C;
}

@media (max-width: 991px) {
  .themedev-exit-popup .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .themedev-exit-popup-2 .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message {
    width: 550px;
    padding: 50px 40px 30px 40px;
  }
}
@media (max-width: 767px) {
  .themedev-exit-popup-2 .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message {
    width: 550px;
    padding: 50px 40px 30px 40px;
  }
}
@media (max-width: 580px) {
  .themedev-exit-popup-2 .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message {
    width: 450px;
    padding: 25px 25px 20px 25px;
  }
  .themedev-exit-popup-2 .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .themedev-exit-popup-lightbox-message-content .heading-title {
    font-size: 28px;
  }
  .themedev-exit-popup-2 .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .themedev-exit-popup-lightbox-message-content .heading-content {
    font-size: 16px;
  }
  .themedev-exit-popup-2 .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .themedev-exit-popup-lightbox-message-content .heading-ext-content {
    font-size: 16px;
  }
  .themedev-exit-popup-2 .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .themedev-exit-popup-lightbox-message-content .action-button {
    padding: 15px 10px 15px 10px;
  }
  .themedev-exit-popup-2 .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .themedev-exit-popup-lightbox-message-content .list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
}
@media (max-width: 414px) {
  .themedev-exit-popup-2 .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message {
    width: 300px;
    padding: 15px 10px 10px 10px;
  }
  .themedev-exit-popup-2 .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .themedev-exit-popup-lightbox-message-content .heading-title {
    font-size: 20px;
  }
  .themedev-exit-popup-2 .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .themedev-exit-popup-lightbox-message-content .heading-content {
    font-size: 14px;
  }
  .themedev-exit-popup-2 .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .themedev-exit-popup-lightbox-message-content .heading-ext-content {
    font-size: 14px;
  }
  .themedev-exit-popup-2 .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .themedev-exit-popup-lightbox-message-content .action-button {
    padding: 10px 10px 10px 10px;
    font-size: 14px;
    line-height: 1.5;
  }
  .themedev-exit-popup-2 .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .themedev-exit-popup-lightbox-message-content .action-button a {
    font-size: 14px;
    font-weight: 600;
    fill: #FFFFFF;
    color: #ffffff;
    line-height: 0.5;
  }
  .themedev-exit-popup-2 .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .themedev-exit-popup-lightbox-message-content .list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0px;
  }
}
@media (max-width: 300px) {
  .themedev-exit-popup-2 .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message {
    width: 250px;
    padding: 15px 10px 10px 10px;
  }
  .themedev-exit-popup-2 .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .themedev-exit-popup-lightbox-message-content .heading-title {
    font-size: 20px;
  }
  .themedev-exit-popup-2 .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .themedev-exit-popup-lightbox-message-content .heading-content {
    font-size: 14px;
  }
  .themedev-exit-popup-2 .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .themedev-exit-popup-lightbox-message-content .heading-ext-content {
    font-size: 14px;
  }
  .themedev-exit-popup-2 .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .themedev-exit-popup-lightbox-message-content .action-button {
    padding: 10px 10px 10px 10px;
    font-size: 14px;
    line-height: 1.5;
  }
  .themedev-exit-popup-2 .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .themedev-exit-popup-lightbox-message-content .action-button a {
    font-size: 13px;
    font-weight: 600;
    fill: #FFFFFF;
    color: #ffffff;
    line-height: 0.5;
  }
  .themedev-exit-popup-2 .themedev-exit-popup-modal .themedev-exit-popup-content .themedev-exit-popup-lightbox-message .themedev-exit-popup-lightbox-message-content .list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0px;
  }
}
@-webkit-keyframes offer_pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #fff;
            box-shadow: 0 0 0 0 #fff;
  }
}
@keyframes offer_pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #fff;
            box-shadow: 0 0 0 0 #fff;
  }
}
@-webkit-keyframes eid_pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #8f21ff;
            box-shadow: 0 0 0 0 #8f21ff;
  }
}
@keyframes offer_pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #8f21ff;
            box-shadow: 0 0 0 0 #8f21ff;
  }
}
#press-b-message {
  position: fixed;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #cecece;
  color: #191717;
  padding: 12px 12px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  z-index: 9999;
}
#press-b-message.show {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 768px) {
  #press-b-message {
    display: none;
  }
}

.proceed_checkout_br {
  position: fixed;
  bottom: 0;
  border-top: 2px solid #F70347;
  background: #FFF;
  z-index: 9999;
  width: 100%;
}
.proceed_checkout_br .proceed_checkout_wrapper {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0px;
}
@media (max-width: 1420px) {
  .proceed_checkout_br .proceed_checkout_wrapper {
    padding: 10px 15px;
  }
}
@media (max-width: 520px) {
  .proceed_checkout_br .proceed_checkout_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}
.proceed_checkout_br .proceed_checkout_wrapper .checkout_br_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (max-width: 430px) {
  .proceed_checkout_br .proceed_checkout_wrapper .checkout_br_left {
    display: none;
  }
}
.proceed_checkout_br .proceed_checkout_wrapper .checkout_br_left .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.proceed_checkout_br .proceed_checkout_wrapper .checkout_br_left .content .title {
  -webkit-font-feature-settings: "ss02" on;
          font-feature-settings: "ss02" on;
  font-family: "Red Hat Display";
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -0.6px;
  color: #000;
  margin: 0;
  margin-bottom: 3px;
}
.proceed_checkout_br .proceed_checkout_wrapper .checkout_br_left .content .title span {
  color: #F70347;
}
.proceed_checkout_br .proceed_checkout_wrapper .checkout_br_left .content .des {
  margin: 0;
  color: #000;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  opacity: 0.9;
}
.proceed_checkout_br .proceed_checkout_wrapper .checkout_br_left .content .des span {
  font-size: 12px;
}
.proceed_checkout_br .proceed_checkout_wrapper .checkout_br_left .content .des a {
  color: #d80f48;
}
.proceed_checkout_br .proceed_checkout_wrapper .checkout_br_left .content .des a:hover {
  color: #F70347;
}
.proceed_checkout_br .proceed_checkout_wrapper .checkout_br_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 430px) {
  .proceed_checkout_br .proceed_checkout_wrapper .checkout_br_right {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.proceed_checkout_br .proceed_checkout_wrapper .checkout_br_right .discount,
.proceed_checkout_br .proceed_checkout_wrapper .checkout_br_right .total_item {
  color: #75726e;
  text-align: right;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: line-through;
  margin-right: 10px;
}
.proceed_checkout_br .proceed_checkout_wrapper .checkout_br_right .total_item {
  text-decoration: none;
  color: #000;
  margin: 0px 25px;
}
@media (max-width: 430px) {
  .proceed_checkout_br .proceed_checkout_wrapper .checkout_br_right .total_item {
    display: none;
  }
}
.proceed_checkout_br .proceed_checkout_wrapper .checkout_br_right .price {
  color: #000;
  text-align: right;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  /* 28.8px */
}
.proceed_checkout_br .proceed_checkout_wrapper .checkout_br_right .buy_now_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 12px 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  border-radius: 4px;
  background: #F70347;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.22);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.22);
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  margin-left: 50px;
}
@media (max-width: 520px) {
  .proceed_checkout_br .proceed_checkout_wrapper .checkout_br_right .buy_now_btn {
    width: 100%;
    margin-top: 10px;
    margin-left: 0px;
  }
}