* {
  box-sizing: border-box;
  padding: 0;
  margin-top: 70px;
}

html,
body {
  width: 100%;
  max-width: 100%;
  /* max-width: 100vw; */
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

.theme {
  transition: 1s all ease;
}

.light {
  background-color: #f5f5ff;
  color: #111;
}

.dark {
  background-color: #111;
  color: #bbb;
}

.container {
  min-height: 100vh;
  padding: 0px 10px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  /* padding: 0 60px; */
}
/* Skeleton-like animation */
.skeleton {
  background-color: lightgrey;
  border-radius: 4px;
  width: 570px;
  height: 200px; /* Default height for xs and sm screens */
  position: relative;
  overflow: hidden;
}

.badge {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  border-radius: 15px;
  color: #000; /*Badge text color changed to black */
  padding: 6px 14px 7px 14px;
  margin-right: 5px;
  background-color: #ff6300;
}

.section1 {
  background-color: #fffbf8;
  padding: 5px;
}
.home-page-title-section {
  background-color: #005959;
}
.subscribe-section {
  background-color: #fffde7;
}
.subscribe-text {
  color: #005959;
}
.product-title {
  font-size: 95%;
  font-weight: bolder;
  line-height: 16px;
  max-height: 80px;
  text-overflow: ellipsis;
  margin-bottom: 25px;
  height: 9vh;
  color: #253d4e;
}
.product-logo {
  height: 20px;
  margin: 15px 0px;
}

.product-price span {
  font-size: 18px;
  font-weight: bold;
  color: #005959;
}

.product-price span.old-price {
  font-size: 14px;
  color: #000; /*color changed to black */
  margin: 0 0 0 7px;
  text-decoration: line-through;
}
.product-cart-wrap {
  margin-right: 15px;
  margin-left: 15px;
}

.categoryName {
  color: #000;
  font-weight: bolder;
  font-size: 20px;
  text-decoration: underline;
  cursor: pointer;
}

.subCategories {
  color: #005959;
  font-weight: 400;
  font-size: 15px;
}

.subCategories:hover {
  color: #ff6300;
  cursor: pointer;
}

.skeleton::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 200px;
  width: 570px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  animation: skeleton-wave 1.5s infinite ease-in-out;
}

@keyframes skeleton-wave {
  0% {
    left: -150%;
  }
  100% {
    left: 100%;
  }
}

/* admin css style */
.admin-container {
  display: flex;
  flex-direction: column;
  padding: 0px 20px;
}
.admin-top-card-container {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 20px;
  margin: 20px 0px;
  border-radius: 10px;
}
.admin-button-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-gap: 20px;
  gap: 20px;
  margin: 20px 0;
  justify-items: center;
}
.admin-button-wrapper {
  display: flex;
  justify-content: center;
}
.admin-top-card {
  height: 100px;
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  cursor: pointer;
  border-radius: 10px;
}
.admin-top-card-title {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px 10px 0px 0px;
  background-color: #005959;
}
.admin-top-card-title p {
  color: white;
  font-size: 20px;
}
.admin-top-card-value {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0px 0px 10px 10px;
  background-color: #ff6300;
}
.admin-top-card-value p {
  color: white;
  font-size: 20px;
}

/* Trending Now styles */

.store-component {
  position: absolute;
  top: 90%;
  width: 50vw;
  padding: 20px;
  right: 7vw;
  height: 400px;
  overflow: auto;
  font-family: Arial, sans-serif;
  background-color: #f8f8f8;
  border-radius: 5px;
  z-index: 1000;
}

.trending-stores {
  margin-bottom: 20px;
  padding: 10px;
}

.store-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 10px 0;
}

.store-button {
  font-size: 14px;
  text-align: center;
  color: #333;
  padding: 9px 23px;
  border-radius: 20px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.07);
  border: solid 1px #f4f4f4;
  background-color: #fff;
  text-decoration: none;
  cursor: pointer;
  outline: 0;
}

.store-button:hover {
  border: solid 1px #ff6300;
  background-color: #005959;
  color: white;
}

.form-subcriber {
  width: 60%;
  display: flex !important;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.email-form {
  width: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
}
.about-us-telegram-whatsapp {
  color: #005959;
  text-decoration: underline;
}
.about-us-telegram-whatsapp:hover {
  color: #ff6300;
}
/* Store and Categories button */
.store-btn {
  border: 1px solid white;
}

.swiper-wrapper {
  margin-bottom: 10px !important;
}

/* .swiper-grid > .swiper-wrapper {
  flex-wrap: nowrap !important;
} */

.swiper-grid-column > .swiper-wrapper {
  flex-direction: unset !important;
  /* flex-wrap: wrap; */
  /* text-align: center;
  font-size: 18px;
  background: #fff;
  height: calc((100% - 30px) / 2) !important; */
}
.product-category {
  color: #005959;
}
.product-img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-info-wrap {
  text-align: left;
}

.merchant-logo-container {
  height: 100px;
}
.logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid white;
  border-radius: 10px;
  background-color: white;
  height: 16vh;
  min-height: 120px;
}
.coupon-card-header {
  background-color: #005959;
  padding: 10px;
}

.swiper-grid-column > .swiper-wrapper {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-auto-flow: column;
}

.bannerImage {
  width: 100%;
  height: 250px;
}

.admin-form-text-field {
  margin-bottom: 20px;
  width: 100%;
}

.couponlap-header {
  position: fixed;
  width: 100vw;
  top: 0;
  left: 0;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.12);
  height: 62px;
  padding: 0px;
  box-sizing: border-box;
  z-index: 1000;
  background: #fff;
  margin-bottom: 20px !important;
}
.cTop {
  padding: 12px 0;
}
.header-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 12px;
  box-sizing: border-box;
}
/* .couponsViewComponent{
  width: 25% ;
} */

.coupons-list {
  width: 100%;
  /* display: flex; */
  /* flex-direction: column; */
  /* justify-content: space-evenly; */
}
.coupons-list-page {
  background: linear-gradient(to bottom, #f1f5f8, #dfe8ef);
}

.coupon-logo {
  width: auto;
  height: 75%;
  /* border: 1px solid black; */
}

.coupon_svg {
  filter: invert(40%) sepia(63%) saturate(1712%) hue-rotate(359deg)
    brightness(100%) contrast(108%);
}

.top-coupon {
  width: 25%;
  height: 240px;
  margin: 5px;
}

/* .swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: calc((100% - 30px) / 2) !important;

  /* Center slide text vertically */
/* display: flex; */
/* justify-content: center; */
/* align-items: center; */
/* } */

/* About-us page */
.about-us-section {
  padding: 1.5rem 15rem;
  /* margin: 4rem 0; */
}
.about-us-social-section {
  padding: 3rem 15rem;
  /* margin: 4rem 0; */
}

.about-us-section h3 {
  font-size: 20px;
  padding: 1rem 0;
}
.about-us-section p {
  font-size: 16px;
  padding: 0.6rem 0;
}
.about-us-social-section h3 {
  font-size: 20px;
  padding: 1rem 0;
}
.about-us-social-section p {
  font-size: 16px;
  padding: 0.6rem 0;
}
.about-us-section strong {
  font-size: 18px;
  padding: 1rem 0;
  color: #253d4e;
  font-weight: 700;
  line-height: 1.2;
}

.about-us-section a img {
  width: 42px;
  height: 42px;
  object-fit: cover;
  filter: invert(51%) sepia(0%) saturate(0%) hue-rotate(247deg) brightness(98%)
    contrast(101%);
}

.about-us-social-section img {
  width: 40%;
  cursor: pointer;
}

.couponlap-team img {
  width: 216px;
  height: 217px;
  object-fit: cover;
  object-position: 50% 50%; /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.couponlap-team img:hover {
  transform: scale(1.2);
}
.cat-and-subcat {
  padding: 20px;
}

.couponlap-team .profile-pic {
  border-radius: 50%;
  overflow: hidden;
}
/* scroll to top */
.scroll-to-top {
  position: fixed;
  bottom: 50vh;
  width: 50px;
  height: 50px;
  background-color: #ff6300;
  right: 20px;
  z-index: 999;
}

/* Nav bar */

.nav-search input {
  height: 3rem;
  width: 30vw;
  margin-bottom: 0.5rem;
  margin-left: auto;
  padding-left: 30px;
  background: url(/_next/static/media/search.75a5bde3.svg) no-repeat left;
  background-size: 25px;
  /* outline: none !important;
  box-shadow: none !important; */
}

/* Footer */
.couponlap-footer {
  background: #005959;
  color: white !important;
  /* padding: 0px 6rem; */
  /* margin: 0 auto; */
}
/* contact us page */
.contact-us-form .sec1 {
  width: 50%;
}
.contact-us-form .sec2 {
  width: 25%;
  /* background-color: #005959; */
  margin: 0.5rem 0;
  padding: 0.5rem;
}
.contact-us-form {
  margin: 0 0rem;
}
/* Category slider */
.category-slider {
  width: 90%;
  /* height: auto; */
  height: 320px;
}
.footer-section {
  width: 25%;
}
/* vertical line */
.vl {
  border-left: 6px solid #005959;
  height: 500px;
}
/* Stores Page and Categories */

/* Product title */
.product-title-h2 {
  height: 9vh;
}

/* Coupon Image */
.coupon-img {
  width: 50%;
  height: 16vh;
  margin: 0 1rem;
  border: 1px solid black;
  border-radius: 10px;
  padding: 8px;
}
/* Swiper pagination bullets */
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, -7px) !important;
  /* top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%; */
}
/* All Deals */
.all-deals {
  width: 18%;
}
/* All data  */

.couponBoarderStyle {
  width: 45% !important;
  font-size: 15px !important;
}

@media screen and (max-width: 600px) {
  /* .container-section {
    /* margin: 5px; */
  /* } */
}
@media screen and (min-width: 600px) {
  .container-section {
    /* margin: 0px; */
  }
}

@media screen and (max-width: 576px) {
  .container {
    padding: 0 !important;
  }
  .btn-responsive {
    width: 1.75rem;
    height: 1.75rem;
    padding: 0.3rem;
    border-radius: 50%;
    font-size: 80%;
    text-align: center;
    background: white;
    color: black;
  }

  .titlex {
    font-size: large;
  }
  .poplr-offer {
    display: inline-block;
  }
  .categories .store {
    font-size: 90%;
    padding: 0 !important;
    padding-left: 2% !important;
    margin: 0;
  }

  .btn-submit {
    white-space: normal !important;
    word-wrap: break-word;
    padding: 50%;
  }

  /* .view-all-popular-offers{
    visibility: hidden;
    position: relative;
  }

  .view-all-popular-offers::before{
  visibility: visible;
  content: 'View All';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: black;
  } */

  .company-info span {
    display: inline-block;
  }
  .company-info label {
    display: none;
  }

  .form-subcriber {
    /* display: flex !important;
    justify-content: center;
    align-items: center; */
    flex-wrap: wrap;
  }
  .form-subcriber,
  button {
    width: 100%;
  }

  .company-name {
    display: block;
  }

  .bannerImage {
    width: 100%;
    height: 160px !important;
  }

  .couponBoarderStyle {
    width: 90% !important;
    font-size: 18px;
  }

  .top-coupon {
    width: 100%;
  }
  .coupon-social {
    width: 100%;
  }
  .mobile-social-icon {
    display: flex;
    flex-direction: column;
  }
  .mobile-social-icon a {
    margin-right: 10px;
  }
  .about-us-section {
    padding: 1rem;
    /* margin: 4rem 0; */
  }

  .about-us-section .contact-us {
    font-size: 16px;
  }
  .about-us-social-section {
    padding: 1rem;
  }

  .about-us-social-section img {
    width: 100%;
  }
  .swiper-grid > .swiper-wrapper {
    padding: 10px 0;
    /* flex-wrap: inherit !important; */
  }
  /* .swiper-grid > .custom-class {
  flex-wrap: nowrap !important;

} */
  .swiper-pagination {
    z-index: 10 !important; /* Ensure bullets are above slides */
  }

  .swiper-pagination-bullet {
    margin: 5px 5px !important; /* Adjust spacing between bullets */
  }

  .couponlap-footer {
    padding: 0;
  }
  .contact-us {
    padding: 0;
  }
  .contact-us-form {
    margin: 0;
  }
  .contact-us-form .sec1,
  .contact-us-form .sec2 {
    width: 100%;
  }

  .category-slider {
    width: 100%;
    margin-right: 6px !important;
    height: auto;
  }
  .vl {
    border: none;
    border-bottom: 5px solid #005959 !important;
    height: 0;
    width: 100%;
  }
  .card-2 figure img {
    border-radius: 10px;
    display: inline-block;
    max-width: 100px;
  }
  .card-2 figure {
    text-align: center;
    margin: 6px 0;
  }
  .loop-grid {
    margin: 0;
  }
  /* .product-title-h2 {
    /* height: auto; */
  /* }  */
  .coupon-img {
    width: 85%;
    margin: 0 1rem;
    height: 10vh;
    border: 1px solid black;
    border-radius: 10px;
    padding: 8px;
  }
  /* All Deals */
  .all-deals {
    width: 45%;
  }
  .coupon-code-box {
    flex-wrap: wrap;
  }
  .coupon-code {
    width: 100% !important;
    margin-top: 2%;
  }

  .header-container {
    width: 100vw;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    height: 70px;
  }

  .company-info {
    text-align: center !important;
    margin-left: 10px !important;
  }

  .input-container {
    position: relative;
    display: flex;
    align-items: center;
  }

  .input-field {
    font-size: 18px;
  }

  .searchDropdown {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100vw;
    height: 90vh;
    background-color: white;
    border: 1px solid #ccc;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }

  .close-icon {
    position: absolute;
    right: 8px;
    cursor: pointer;
    font-size: 25px;
    color: #888;
  }
  .footer-section {
    width: 100%;
  }

  .footer-nav-section {
    width: 50%;
  }
  .skeleton {
    height: 150px; /* Height for sm screens */
    width: 90vw;
  }

  .product-cart-wrap {
    width: 48% !important;
    margin-right: 3px;
    margin-left: 3px;
  }
  .store-component {
    width: 100%;
    top: 12vh;
    left: 0;
    right: 0;
    padding: 10px;
    height: 600px;
    position: absolute;
  }
  .product-title {
    line-height: 14px;
    font-size: 80%;
  }
  .cat-and-subcat {
    padding: 10px;
  }
}

/* from the select all css it's taking margin top as 70px now removed marginTop value */
/* tinymce editor icons css */
.tox .tox-tbtn svg {
  margin: 0;
}

