/*==============================
==========Home Page styles===========
===============================*/

.load-more .ui.btn.btn_large {
  font-family: Vazirmatn !important;
  font-weight: normal;
  letter-spacing: 0px;
  background: #fff;
  color: #767676;
  border: 1px solid #76767666;
}

.load-more .ui.btn.btn_large:hover {
  color: #f12a5a;
  border: 1px solid #f12a5a;
}

.btn_secondary a {
  color: #fff;
}

.store-listing-item .latest-coupon .coupon-title a {
  color: #000 !important;
}

.site-main .widget-title::before {
  content: " ";
  background-color: #db2828;
  display: inline-block;
  width: 5px;
  height: 30px;
  margin-inline-end: 10px;
  border-radius: 5px;
}

.frontpage-main #ck_coupons-2 {
  max-width: 820px;
}

.hero-section {
  padding-block: 30px;
  display: flex;
  justify-content: space-between;
}

.home_carusall_slider h2,
.home_carusall_slider p {
  color: #fff;
}

.home_carusall_slider h2 {
  font-size: 38px;
  line-height: 46px;
  font-weight: 800;
}

.home_carusall_slider p {
  font-size: 18px;
}

.home_carusall_slider .slider-offers-count {
  display: inline-block;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  padding: 8px 20px;
  color: #000;
  background-color: #fff;
  border-radius: var(--small-border-radius);
  margin-bottom: 15px;
}

.home_carusall_slider .home_slide_item {
  display: flex;
  border-radius: var(--large-border-radius);
  height: 365px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 20px;
}

.home_carusall_slider .home_slide_item .slide-content {
  padding-inline-start: 60px;
  flex: 0 0 50%;
}

.home_Slider {
  width: calc(100% - 300px);
  padding-inline-end: 0.5rem;
}

.small_Slider,
.home_offer_slider {
  width: 288px;
}

.small_Slider .home_slide_item {
  display: flex;
  align-items: flex-end;
  border-radius: var(--large-border-radius);
  height: 365px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 20px;
  padding: 10px;
}
.small_Slider .home_slide_item .slide-link {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  /*top: -60px;*/
  top: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  position: absolute;
  z-index: 4;
}

.small_Slider .home_slide_item .slide-content {
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
  height: fit-content;
  border-radius: 8px;
  width: 100%;
  padding-inline: 12px;
  padding-block: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  /*position: relative;*/
}

.small_Slider .home_slide_item .slide-content img {
  max-width: 75px;
  min-height: 75px;
  border-radius: 50%;
}

.small_Slider .home_slide_item .slide-content .coupon-title {
  clear: both;
  font-family: "Amazon Ember", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 0;
  color: #222;
}

.small_Slider .home_slide_item .slide-content .go-icon {
  position: absolute;
  left: 16px;
  bottom: 16px;
  transform: none;
}

.today-coupons-section {
  padding: 60px 0px;
}

/*Front Page*/
.frontpage-container .before-main-title {
  font-size: 22px;
}
.home .site-content #content-wrap {
  padding-top: 10px !important;
  padding-bottom: 0px !important;
}
.frontpage-container .st-tr-coupons .widget-title {
  display: inline-block;
  font-size: 22px;
}
.frontpage-container .st-tr-coupons .store-thumb {
  border: 0px;
}
.frontpage-container .st-tr-coupons .widget-title:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #f7961e;
  box-shadow: 0 0 0 rgb(204 169 44 / 40%);
  -webkit-animation: pulses 1s infinite;
  animation: pulses 1s infinite;
  margin: 0 10px;
}

.home #primary {
  margin-top: 0px !important;
}
.home .inner-content {
  display: none !important;
}

@keyframes pulses {
  0% {
    box-shadow: 0 0 0 0 rgb(204 169 44 / 40%);
  }
  70% {
    box-shadow: 0 0 0 10px rgb(204 169 44 / 0%);
  }
  100% {
    box-shadow: 0 0 0 0 rgb(204 169 44 / 0%);
  }
}

.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  left: 6px;
}

.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  right: 6px;
}

.heading-section-seperator {
  background-color: #fff;
  padding-block: 10px;
}

.heading-section-seperator h2 {
  margin-bottom: 0;
}

.heading-section-wrap {
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-direction: row-reverse;
}

.heading-section-wrap::before,
.heading-section-wrap::after {
  content: "";
  display: flex;
  align-items: center;
  width: 56px;
  height: 10px;
}

.heading-section-wrap::before {
  background: url(../images/banner-text-right.svg) no-repeat center center/56px 56px;
}

.heading-section-wrap::after {
  background: url(../images/banner-text-left.svg) no-repeat center center/56px 56px;
}

.heading-section-seperator h3 {
  text-align: center;
  margin-bottom: 0;
}

/* Second section */
/* Container for each slide */
.today-coupons-slide {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 15px;
  padding: 10px;
}

/* Each coupon card within the slide */
.custom-coupon-card {
  flex: 1 1 calc(33.333% - 15px);
  max-width: calc(33.333% - 15px);
}

/* Responsive Adjustments */
@media (max-width: 1000px) {
  .custom-coupon-card {
    flex: 1 1 calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
}

.top-navs .owl-dots {
  position: absolute;
  top: -70px;
  left: 36px;
}

.top-navs .owl-dots .owl-dot {
  width: 14px;
  height: 14px;
}

.top-navs .owl-dots .owl-dot.active {
  width: 38px;
}

.home_carusall_slider .owl-nav .owl-next:hover,
.home_carusall_slider .owl-nav .owl-prev:hover {
  background-color: var(--primary-color) !important;
  color: #fff;
}

.today-coupon-card {
  align-items: center;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding-block: 30px;
  padding-inline: 15px;
  gap: 2px;
}

.today-coupon-card h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  font-size: 16px;
  line-height: 28px;
  max-height: calc(1.5em* 2);
}

.today-coupon-card .coupon-store-logo {
  flex: 60px;
  width: 60px;
  min-width: 60px;
  margin-inline-end: 8px;
  z-index: 4;
}

.today-coupon-card .coupon-store-logo a {
  width: 80px;
}

.today-coupon-card .coupon-detail {
  border-inline-start: 2px dashed #66666633;
  padding-inline-start: 10px;
}

/* featured stores section */

.store-grid-home .section-heading,
.offers-list-home .section-heading {
  margin-bottom: 40px;
}

.stores-grid-home-loop {
  display: flex;
  justify-content: space-between;
}

.featured-store {
  width: 20vw;
}

.stores-slider {
  width: 100%;
  max-width: calc(100% - 250px);
  flex: 0 0 calc(100% - 250px);
  height: 100%;
}

p.month-featured-text {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
}

.month-featured-store {
  background-position: center;
  background-size: cover;
  width: 100%;
  max-width: 230px;
  flex: 0 0 230px;
  height: 362px;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
}

.month-featured-store .feature-store-for-this-month {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
  text-align: center;
  color: #fff;
}

.month-store-logo {
  padding-inline-end: 30px;
  left: auto;
  right: -15px;
  position: relative;
  overflow: hidden;
}

.month-store-logo img {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 14px;
}

.month-coupon-details {
  margin-block-start: 20px;
  gap: 20px;
}

.go_featured_month_store_btn {
  color: #f0f0f0;
  background-color: var(--background-dark-color);
  border: 0px;
  border-radius: 12px;
  padding: 8px 40px;
  margin-block-start: 20px;
}

.go_featured_month_store_btn a {
  color: #f0f0f0;
}

.stores-slider .featured_stores {
  padding-inline-start: 10px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 15px;
}
.custom-store-card {
  flex: 1 1 calc(25% - 20px);
  max-width: calc(25% - 20px);
  margin-bottom: 20px;
  border-radius: 8px;
  margin-top: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Store header styling */
.custom-store-header {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  padding: 12px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  z-index: 2;
  box-shadow: 1px -4px 20px rgba(0, 0, 0, 0.1);
}

.custom-store-header .store-title a {
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
}

.custom-store-header .store-back-icon {
  position: absolute;
  left: 8px;
  background: var(--background-light-color);
  border-radius: 50%;
  width: 25px;
  transform: rotate(180deg);
}

/* Store logo styling */
.custom-store-logo {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 112px;
  width: 100%;
  display: block;
}

/* Custom Owl Carousel Navigation */
.custom-arrow.left,
.custom-arrow.right {
  width: 100%;
  height: 100%;
  margin: 0;
  /* position: absolute;
    top: 50%;
    left: -40px;
    transform: translateY(-50%);
    font-size: 20px;
    color: #333; */
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .custom-store-card {
    flex: 1 1 calc(50% - 15px); /* 2 per row on tablets */
    max-width: calc(50% - 15px);
  }
}

@media (max-width: 480px) {
  .custom-store-card {
    flex: 1 1 100%; /* 1 per row on mobile */
    max-width: 100%;
  }
}

/* Home Offers sections */

.offers-list-home {
  padding-block: 60px;
}

.best-deals-owl-carousel .deal-item {
  background: #f9f9f9;
  border-radius: 12px;
  overflow: hidden;
  margin: 10px 5px;
}

.best-deals-owl-carousel .deal_featured_image {
  width: 100%;
  height: 290px;
  background-size: contain;
  background-position: center;
}

.best-deals-owl-carousel .deal-details {
  background-color: #fff;
  border-radius: var(--small-border-radius);
  padding-inline: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding-block-end: 20px;
  /*position: relative;*/
  margin-block-start: -45px;
}

.best-deals-owl-carousel .deal-store-logo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: 10px;
  margin-block-start: 10px;
  margin-inline-end: 10px;
  position: absolute;
  margin-block-start: -45px;
  z-index: 4;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.best-deals-owl-carousel .deal-store-logo a,
.best-deals-owl-carousel .deal-store-logo img {
  display: inline-flex;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.best-deals-owl-carousel .deal-details .Deal-btn {
  width: 270px;
  margin: auto;
  text-align: center;
  align-items: center;
  display: flex;
  border-radius: 4px;
}

.best-deals-owl-carousel .deal-details .coupon-deal {
  color: #fff;
  margin: auto;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
}

.best-deals-owl-carousel .deal-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  max-height: calc(1.5em* 4);
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px dashed #66666638;
  padding-block-end: 20px;
  padding-block-start: 50px;
}

.Offers-list {
  padding-block: 15px;
}

/*front page*/
.frontpage-before-main,
.content-area,
.frontpage-after-main {
  margin-top: 40px;
  margin-bottom: 40px;
}
.blog .content-area,
.single .content-area {
  margin-top: 0;
}

.frontpage-container .st-slider-widget {
  max-width: 66.666667%;
  float: right;
}
.frontpage-container .st-slider-widget .owl-carousel .owl-stage {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box;
  width: 100% important;
}
.frontpage-container .st-tr-coupons {
  max-width: 33.333333%;
  max-height: 440px;
  overflow: scroll;
  background: #fff;
  overflow-x: hidden;
  border: 1px solid rgb(0 0 0 / 8%);
  padding: 10px;
  border-radius: 0.5rem;
  position: absolute;
  left: 0px;
}
.frontpage-container .st-tr-coupons .tending-coupon-listing-item {
  display: flex;
  margin-bottom: 1px;
  padding: 10px 0;
}
.frontpage-container .st-tr-coupons .tending-coupon-listing-item .store-thumb {
  width: 100px;
  margin-left: 10px;
}
.frontpage-container
  .st-tr-coupons
  .tending-coupon-listing-item
  .store-thumb-link
  img {
  width: 100%;
}
.frontpage-container .st-tr-coupons .tending-coupon-listing-item .coupon-title {
  font-size: 14px;
  font-weight: 400;
}
.frontpage-container
  .st-tr-coupons
  .tending-coupon-listing-item
  .tr-store-name {
  font-size: 16px;
  font-weight: 700;
}
.home-slider-wrapper {
  margin: 0 0 0 20px !important;
  padding: 0;
  border-radius: 0.5em;
}
.owl-carousel .owl-item {
  border-radius: 10px !important;
}

@media (max-width: 1024px) {
  .frontpage-container .st-tr-coupons .tending-coupon-listing-item {
    display: flex;
    margin-bottom: 1px;
    padding: 10px 10px 10px 10px;
    align-items: center;
  }
  .frontpage-container
    .st-tr-coupons
    .tending-coupon-listing-item
    .store-thumb {
    width: 100px;
    margin-left: 10px;
  }
  .frontpage-container
    .st-tr-coupons
    .tending-coupon-listing-item
    .store-thumb-link
    img {
    width: 100%;
  }
  .frontpage-container
    .st-tr-coupons
    .tending-coupon-listing-item
    .coupon-title {
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 2px;
  }
  .frontpage-container
    .st-tr-coupons
    .tending-coupon-listing-item
    .tr-store-name {
    font-size: 16px;
    font-weight: 700;
  }
  /*  popular store*/
  .front-popular-store .container {
    flex-direction: column;
  }
  .front-popular-store .popular-store-info {
    width: 100% !important;
  }
  .front-popular-store .popular-store {
    width: 100% !important;
    margin-top: 20px;
  }
}

@media screen and (max-width: 790px) {
  .front-popular-store .popular-store-info {
    margin-left: 0px !important;
  }
  .front-popular-store .popular-store .front-stores .column .column {
    width: 50% !important;
    text-align: center;
  }

  .front-top-coupons .store-listings {
    grid-template-columns: auto auto;
    grid-gap: 20px;
  }
  .front-top-coupons .coupon-item {
    width: 100%;
  }

  .page-template-frontpage .newsletter-box-wrapper.shadow-box {
    padding: 20px 10px 30px 10px;
  }
  .page-template-front .coupon-store-content {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .front-top-coupons .store-listings {
    grid-template-columns: auto;
    grid-gap: 20px;
  }
  .front-top-coupons .coupon-item {
    width: 100%;
  }
}

.today-coupons-slide .coupon-button-type .coupon-code .get-code {
  background: linear-gradient(
    -90deg,
    var(--coupon-btn-secodary-color) 0%,
    var(--primary-color) 100%
  );
}

.today-coupons-slide .coupon-button-type .coupon-deal {
  padding-inline-end: 28px;
}

/* Categories Listing Items  */

.coupon-categories-carousel {
  max-width: 670px;
  margin: 0 auto;
}

.coupon-categories-slide {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.coupon-category-item {
  flex: 1 1 25%;
  box-sizing: border-box;
  padding: 10px;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 5px;
  text-align: center;
}

.coupon-categories-carousel .owl-dots .owl-dot.active {
  background-color: #fff;
}

.custom-store-carousel .owl-nav,
.best-deals-owl-carousel .owl-nav,
.coupon-categories-carousel .owl-nav {
  top: -60px;
  left: 20px;
  width: 175px;
}

.custom-store-carousel .owl-dots,
.best-deals-owl-carousel .owl-dots,
.coupon-categories-carousel .owl-dots {
  left: 60px;
  top: -52px;
  width: 100px;
}

.categories-list-home {
  background-color: var(--background-dark-color);
  padding: 90px 0px;
}

.categories-list-home .coupon-category-item {
  background-color: #fff;
}

.categories-list-home .coupon-categories-listing {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.categories-list-home .coupon-category-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding: 10px;
  border-radius: var(--small-border-radius);
}

.categories-list-home .category-info {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  gap: 5px;
  align-items: center;
}

.categories-list-home .category-name {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.categories-list-home .category-icon {
  flex: 0 0 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: var(--small-border-radius);
}

.categories-list-home .category-icon .icon {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: var(--small-border-radius);
  background-color: var(--background-light-color);
  color: #000;
  font-size: 16px;
}

.categories-list-home .category-name a {
  font-weight: 700;
  color: #333;
  font-size: 16px;
  text-align: right;
}

.categories-list-home .total-categories-count {
  display: block;
  font-size: 12px;
  color: #999;
}

.categories-list-home .heading-and-description {
  flex: 0 0 30%;
}

.categories-list-home .heading-and-description h2 {
  color: #fff;
}

.categories-list-home .heading-and-description p {
  color: #e6f4ff;
}

.categories-list-home .fixed-content-item {
  background-color: var(--coupon-btn-secodary-color);
}

.categories-list-home .category-count {
  display: block;
  font-size: 12px;
  color: #999;
}
.categories-list-home .fixed-content-item .fixed-content-title,
.stores-home-listing .more-stores-content .fixed-content-title {
  font-weight: bold;
  color: #fff;
  font-size: 16px;
}

.categories-list-home .fixed-content-item .fixed-content-description {
  display: block;
  font-size: 12px;
  color: #fff;
}

.categories-list-home .categories-list-home-wrap {
  justify-content: space-between;
  gap: 20px;
}

.categories-list-home .fixed-content-item .last-category-icon {
  height: 40px;
  width: 40px;
}

.categories-list-home .fixed-content-item .category-info {
  justify-content: space-evenly;
}

/* Sories Listing Items  */

.store-grid-home {
  padding: 60px 0px;
  background-color: #ffffff;
}

.stores-grid-home-loop .store-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-gap: 20px;
}

.stores-home-listing .store-card {
  background-color: hsl(0, 0%, 100%);
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
}

.stores-home-listing .store-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #dddd;
  padding: 15px;
}

.stores-home-listing .store-back-icon {
  background-color: var(--background-light-color);
  border-radius: var(--small-border-radius);
  padding: 5px;
}

.stores-home-listing .store-back-icon i {
  color: var(--coupon-btn-secodary-color);
}

.stores-home-listing .store-title a {
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
}

.stores-home-listing .store-logo {
  width: 100%;
  height: 150px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.stores-home-listing .store-logo a {
  display: block;
  width: 100%;
  height: 100%;
}

.stores-home-listing .fixed-div-content {
  background-color: #5c96f6;
  border-radius: var(--small-border-radius);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.stores-home-listing .fixed-div-content img {
  height: 128px;
}

.stores-home-listing .more-stores-content {
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

/* /* download app section  */

.mobile-app-section {
  padding-block: 60px;
  background-color: #fff;
}

.downloads-mobile-app {
  background-color: var(--background-light-color);
  padding-inline-end: 30px;
  padding-block-start: 30px;
  border-radius: var(--large-border-radius);
  justify-content: space-evenly;
  align-items: center;
  gap: 80px;
  overflow: hidden;
}

.downloads-mobile-app .app-sceenshoot {
  flex: 50%;
}

.downloads-mobile-app .app-sceenshoot img {
  filter: drop-shadow(0 0 15px #00000021);
}

.downloads-mobile-app .app-download-config {
  flex: 50%;
}

/* Tablet and Smaller Desktop */
@media (min-width: 768px) and (max-width: 1024px) {
  .home_carusall_slider .home_slide_item {
    background-size: contain;
    width: 99.8%;
  }

  .home_Slider {
    width: 99.8%;
  }

  .stores-grid-home-loop {
    flex-direction: column;
    gap: 20px;
  }

  .month-featured-store {
    width: auto;
  }

  .month-store-logo {
    border-radius: var(--small-border-radius);
    right: 0;
  }

  #store_slider {
    width: 100%;
  }

  .custom-store-card {
    flex: 0 1 calc(33% - 15px);
    max-width: calc(33% - 15px);
  }

  .coupon-categories-carousel .owl-nav {
    top: -68px;
  }

  .month-coupon-details {
    flex-direction: row;
  }

  .coupon-categories-carousel .owl-dots {
    top: -60px;
  }

  .owl-carousel .owl-nav button.owl-next {
    left: 6px;
  }

  .top-navs .owl-dots {
    left: 25px;
  }

  .categoris-list {
    flex: 0 0 70%;
  }

  .coupon-categories-carousel {
    /* width: 70%;
		max-width: 70%; */
    max-width: 500px;
  }

  .coupon-category-item {
    /* flex: 1 1 48%; */
  }
}

/* Mobile and Smaller Desktop */
@media screen and (max-width: 767px) {
  .hero-section {
    flex-direction: column;
  }

  .home_Slider {
    width: 99.8%;
  }

  .home_carusall_slider .home_slide_item {
    margin-bottom: 0;
  }

  .home_carusall_slider .home_slide_item {
    height: 210px;
    background-size: contain;
  }

  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .month-coupon-details,
  .go_featured_month_store_btn,
  .downloads-mobile-app .app-sceenshoot {
    display: none;
    visibility: hidden;
  }

  .heading-section-wrap {
    flex-direction: row;
    gap: 10px;
    align-items: baseline;
  }

  .heading-section-seperator .section-heading {
    font-size: 12px;
  }

  .section-heading {
    font-size: 16px;
    line-height: 28px;
  }

  .today-coupons-slide {
    padding-inline: 4px;
    padding-block: 8px;
    overflow: hidden;
  }

  .today-coupon-home-loop .owl-dots,
  .categories-list-home .owl-dots {
    top: -105px;
    right: 0;
  }

  .top-navs .owl-dots {
    left: 0;
    right: auto;
  }

  .custom-store-carousel .owl-dots {
    top: -155px;
  }

  .custom-store-carousel .owl-nav {
    top: -155px;
  }

  .Offers-list {
    padding: 0;
  }

  .best-deals-owl-carousel .deal-title {
    font-size: 12px;
  }

  .best-deals-owl-carousel .deal_featured_image {
    height: 160px;
  }

  .best-deals-owl-carousel .deal-details .Deal-btn {
    width: auto;
  }

  .best-deals-owl-carousel .deal-item {
    margin: 0;
  }

  .best-deals-owl-carousel .deal-details {
    padding-inline: 8px;
    padding-block-end: 15px;
    margin-block-start: -30px;
  }

  .top-navs .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
  }

  .today-coupon-card {
    flex-direction: row;
    gap: 10px;
    padding-block: 10px;
    padding-inline: 10px;
  }

  .custom-coupon-card {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .section-description {
    font-size: 16px;
  }

  .month-featured-store {
    width: 100%;
    height: 200px;
    border-radius: 0;
    max-width: 100%;
    flex: 0 0 100%;
  }

  .month-featured-store .feature-store-for-this-month {
    flex-direction: row-reverse;
  }

  .custom-store-card {
    margin: 0;
  }

  .custom-store-header .store-title a {
    font-size: 12px;
  }

  .stores-slider .featured_stores {
    padding-inline: 14px;
    margin-block-start: 20px;
  }

  .store-grid-home .section-heading {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .home .site-content #content-wrap {
    padding-top: 0 !important;
  }

  .today-coupons-section,
  .hero-section,
  .store-grid-home,
  .offers-list-home,
  .categories-list-home,
  .mobile-app-section {
    padding: 25px 0px;
  }

  .today-coupon-card .coupon-store-logo {
    max-width: 50px;
  }
}
