html {
  scroll-behavior: smooth;
}

body {
  font-family: Inter, sans-serif;
  color: var(--dark);
  background-color: #f8f9fa;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}


::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  background: var(--bs-light);
}

::-webkit-scrollbar-thumb {
  background: var(--secondary-1);
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--primary-1);
}

a {
  color: #212121;
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.floating-img {
  float: inline-end;
  max-width: 45%;
  position: relative;
}

ul.with-tick {
  list-style-type: none;
}

ul.with-tick li::before {
  content: "\2713";
  color: var(--primary-1);
  margin-right: 5px;
  font-weight: bold;
}

.h1, h1,
.h2, h2,
.h3, h3 {
  margin: 15px 0;
}

.h4, h4,
.h5, h5,
.h6, h6 {
  margin: 10px 0;
}

.h1, h1,
.h2, h2,
.h3, h3,
.h4, h4,
.h5, h5,
.h6, h6 {
  font-weight: 600;
}

.h1, h1 {
  font-size: 1.75em !important;
}

.h2, h2 {
  font-size: 1.5em !important;
}

.h3, h3 {
  font-size: 1.25em !important;
}

.h4, h4 {
  font-size: 1.125em !important;
}

.h5, h5 {
  font-size: 1em !important;
}

.h6, h6 {
  font-size: 0.875em !important;
}
@media (max-width: 768px) {
  .h1, h1,
  .h2, h2,
  .h3, h3 {
    margin: 10px 0;
  }

  .h4, h4,
  .h5, h5,
  .h6, h6 {
    margin: 8px 0;
  }

  .h1, h1,
  .h2, h2,
  .h3, h3,
  .h4, h4,
  .h5, h5,
  .h6, h6 {
    font-weight: 600;
  }

  .h1, h1 {
    font-size: 1.375em !important; /* Reduced from 1.5em */
  }

  .h2, h2 {
    font-size: 1.125em !important; /* Reduced from 1.25em */
  }

  .h3, h3 {
    font-size: 1em !important; /* Reduced from 1.125em */
  }

  .h4, h4 {
    font-size: 0.875em !important; /* Reduced from 1em */
  }

  .h5, h5 {
    font-size: 0.75em !important; /* Reduced from 0.875em */
  }

  .h6, h6 {
    font-size: 0.625em !important; /* Reduced from 0.75em */
  }
}

.swiper {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
}

.swiper .swiper-slide img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.swiper .swiper-button-next,
.swiper .swiper-button-prev {
  color: var(--primary-1);
  opacity: 1;
  background: var(--white);
  border: 1px solid var(--primary-1);
  border-radius: 50%;
  height: 40px;
  width: 40px;
}

@media screen and (max-width: 768px) {
  .swiper .swiper-button-next,
  .swiper .swiper-button-prev {
    display: none;
  }
}

.swiper .home-vouchers .logo-overlay {
  position: absolute;
  top: -65px;
  left: 5px;
}

.swiper .home-banners .logo-overlay {
  position: absolute;
  bottom: 1.5%;
  left: 0.5%;
  color: var(--white);
  padding: 10px 10px;
}

.container {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
  max-width: 100% !important;
}

.swiper .home-banners .logo-overlay img {
  width: 90px;
  border-radius: 50%;
  background-color: var(--white);
}

.swiper .home-banners .home-banner-container img {
  min-height: 340px !important;
  min-width: 100%;
  object-fit: cover;
}

.swiper .swiper-button-next:after,
.swiper .swiper-button-prev:after {
  font-size: 12px;
  font-weight: 600;
}

.rounded {
  border-radius: 10px !important;
}

/******************************************
    CONTACT
******************************************/
#hubspot-messages-iframe-container {
  left: 0 !important;
}

.text-color__custom {
  color: var(--primary-1) !important;
  fill: var(--primary-1) !important;
}

#message {
  display: none;
  padding: 20px;
  position: relative;
  text-align: left;
}

#map {
  height: 400px;
  position: relative;
  width: 100%;
  z-index: 1;
}

#map img {
  max-width: inherit;
}

.loader {
  margin-left: 10px;
}

.map {
  position: relative;
}

.map .row {
  position: relative;
}

.infobox img {
  width: 100% !important;
}

.modal-content {
  border-radius: 1rem !important;
}

.btn {
  padding: 0.4rem 0.8rem;
  border-radius: 1.5rem;
}

.map .searchmodule {
  padding: 18px 10px;
}

.infobox {
  display: block;
  margin: 0;
  padding: 0 0 10px;
  position: relative;
  width: 260px;
  z-index: 100;
}

.infobox .title {
  font-size: 13px;
  line-height: 1;
  margin-bottom: 0;
  margin-top: 15px;
  padding-bottom: 5px;
  text-transform: capitalize;
}

.contact-details {
  list-style: none;
  padding: 0;
}
.border-left {
  border-left: 1px solid #ddd;
}
.rouded-image-type-1 {
  width: 100px;
  margin: 0 auto;
  border: 1px solid var(--primary-1) !important;
  height: 100px;
  object-fit: contain;
}
.contact-details i {
  background-color: #ffffff;
  width: 30px;
  font-size: 11px;
  height: 30px;
  margin-right: 5px;
  line-height: 30px;
  border-radius: 30px;
  text-align: center;
}

.contact-details li {
  font-size: 14px;
  margin-bottom: 15px;
}

.contact-details li:last-child {
  margin-bottom: 0;
}

/******************************************
    PAGES
******************************************/

.notfound p {
  font-size: 18px;
  line-height: 32px;
  padding: 0 0;
}

.notfound .btn {
  font-size: 15px;
}

.notfound {
  padding: 5em 0;
  text-align: center;
}

.notfound h2 {
  display: inline-block;
  font-size: 44px;
  font-weight: bold;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.nav-link {
  white-space: nowrap;
}
.navbar {
  background-color: var(--white);
  border-bottom: 1px solid var(--primary-1) !important;
  padding: 0 !important;
}
.ribbon {
  min-width: 10px;
  height: 25px;
  position: absolute;
  background: var(--secondary-1);
  text-align: center;
  cursor: default;
  top: 5px;
  z-index: 1;
  opacity: 0;
  border: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.ribbon.ribbon-left {
  left: 0.5px;
  top: 0.5px;
  border-radius: 8px 0px 0px 0px;
}
.ribbon.ribbon-right {
  right: 0.5px;
  top: 0.5px;
  border-radius: 0px 8px 0px 0px;
}
.ribbon .ribbon-content {
  display: none;
  color: var(--white);
  padding: 5px 5px;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}
.ribbon.ribbon-lg {
  height: 30px;
}
.ribbon.ribbon-lg .ribbon-content {
  font-size: 16px;
}
.product-grid:hover .ribbon,
.coupon-list:hover .ribbon,
.ribbon:hover,
.ribbon.open {
  min-width: 70px;
  opacity: 0.9;
}
.ribbon:hover .ribbon-content,
.product-grid:hover .ribbon .ribbon-content,
.coupon-list:hover .ribbon .ribbon-content,
.ribbon.open .ribbon-content {
  display: block;
}

.page-title-wrapper {
  padding: 20px 0 !important;
}
.page-title p {
  color: #aaa;
  font-size: 14px;
  margin: 0;
  padding: 0;
}

.page-title h3,
.page-title h1 {
  font-size: 26px !important;
  font-weight: 700;
  padding: 0;
  margin: 10px 0px;
}

.post-wrapper {
  background-color: #ffffff;
  border: 1px solid var(--white);
  padding: 10px;
  position: relative;
  margin: 10px 0px;
}

.page-filter ul {
  margin: 0 0 30px !important;
  padding: 0 0 10px;
  display: inline-block;
  border-bottom: 2px solid #ededed;
  background-color: #ffffff;
}

.page-filter li {
  padding: 0 !important;
  margin: 0 5px !important;
  font-weight: 700;
  background-color: #ffffff;
}

.check-list li i {
  width: 25px;
  border-radius: 25px;
  height: 25px;
  background-color: #f3f6f9;
  line-height: 25px;
  text-align: center;
  font-size: 12px;
  margin-right: 10px;
}

.list-title {
  background-color: #ffffff;
  border-bottom: 2px solid #ededed;
  margin-bottom: 10px;
  padding: 10px 0;
  color: #212121;
  font-weight: 700;
}

.check-list small {
  color: gray;
  position: absolute;
  right: 15px;
}

.check-list img {
  margin-top: 5px !important;
  max-width: 50px;
}

.store-list .check-list img {
  background: #f3f6f9 none repeat scroll 0 0;
  margin: -4px 10px 0 0 !important;
  max-width: 50px;
  padding: 3px;
}

.store-list .check-list li {
  background: #f9f9f9 none repeat scroll 0 0;
  border: 3px solid var(--white);
  float: left;
  padding: 10px;
  position: relative;
  width: 50%;
}

.check-list {
  list-style: outside none none;
  padding: 0;
}

.check-list li {
  border-bottom: 1px solid #e6e6e6;
  padding: 7px 0;
  position: relative;
}

.check-list li:last-child {
  border-bottom: 0 solid #e6e6e6;
}

.single-store .coupon-meta h3 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
  padding: 0 0 15px;
}

.single-store .post-sharing {
  margin-left: 0 !important;
}

.single-store .coupon-meta {
  margin-top: 0;
}

.single-coupon .post-sharing ul {
  margin-bottom: 0;
}

.tooltip-inner {
  min-width: 90px;
  padding: 5px 15px;
  color: var(--white);
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.single-store .tooltip-inner {
  min-width: 120px;
}

.single-store .coupon-meta h3 small a {
  font-size: 12px;
  padding-left: 10px;
  color: #aaa;
}

.border-bottom__custom {
  border-bottom: 2px solid var(--primary-1);
}

.border-custom {
  border: 1px solid var(--primary-1) !important;
}

.bg-custom {
  background-color: var(--primary-1) !important;
}

.bg-custom-2 {
  background-color: var(--primary-2) !important;
}

.bg-custom-3 {
  background-color: var(--primary-3) !important;
}

.bg-light {
  background-color: #f3f4f6 !important;
}

.item-heading {
  padding: 0 !important;
  margin: 0 !important;
  line-height: 1 !important;
}

.userpanel img {
  max-width: 30px !important;
}

.topbar {
  background-color: #2c3e50;
  padding: 10px 0;
}

.topbar p {
  padding: 0;
  margin: 0;
}

.topbar ul {
  margin-bottom: 0;
}

.topbar a,
.topbar p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
}

.topbar a:hover,
.topbar a:focus {
  color: rgba(255, 255, 255, 0.8) !important;
}

.topbar .fa-envelope-o,
.topbar .fa-phone {
  padding-right: 4px;
}

/******************************************
    SECTION
******************************************/

.img-absolute {
  padding: 30px;
  position: absolute;
  top: 0;
}

.no-scroll-xy {
  overflow: hidden !important;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hero {
  padding: 15em 0 !important;
}

.bgcolor {
  background-color: #f3f6f9;
  padding: 30px 0;
}

.bgcolor .btn {
  margin-top: 20px;
  font-weight: 600;
  padding: 7px 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.section {
  display: block;
}

.section .ipad-wrap {
  width: 706px;
  height: 1002px;
  background: url("uploads/ipad.png") no-repeat center center;
  z-index: 1;
}

.section .iphone-wrap {
  width: 304px;
  height: 620px;
  background: url("uploads/iphone1.png") no-repeat center center;
  position: absolute;
  left: 500px;
  bottom: 129px;
  z-index: 2;
}

.section .device-showcase {
  position: absolute;
  bottom: -370px;
  right: 60%;
}

.section .responsive-feature-img,
.features-extra .responsive-feature-img {
  display: none;
}

.devices {
  position: relative;
}

.overflow {
  overflow: hidden;
}

.slider-section {
  padding: 10em 0;
  position: relative;
}

.wbt {
  border-top: 1px solid var(--white);
}

.section-title {
  display: none;
  position: relative;
  margin-bottom: 30px;
}

.section-title.m30 {
  margin-bottom: 30px;
}

.section-title p {
  max-width: 900px;
  /*color: #ffffff;*/
  font-size: 17px;
  font-weight: 400;
  margin: 20px auto 0;
  line-height: 1.66667em;
}

.section-title hr {
  margin: 15px auto !important;
  width: 80px;
  border-width: 2px;
}

.section-title h2 {
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: relative;
  text-transform: uppercase;
}

.section-title h1 {
  display: block;
  font-size: 38px;
  font-weight: 300;
  line-height: 1 !important;
  margin: 0;
  padding: 0 0 10px;
  letter-spacing: -0.2px;
  position: relative;
  text-transform: uppercase;
}

.small-title h4 {
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 20px;
  line-height: 1;
}

.small-title {
  margin-bottom: 40px;
}

.about-widget h5 {
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 30px;
}

.small-title .lead,
.section-title .lead {
  font-size: 15px;
  line-height: 27px;
  margin: 0;
  padding: 0;
}

.nav-pagi {
  display: block;
  position: relative;
}

.pagination > li > a,
.pagination > li > span {
  background-color: #ffffff;
  border: 1px solid var(--white);
  color: #333 !important;
  line-height: 1.42857;
  padding: 10px 15px;
  text-decoration: none;
}

.pagination > li.active > a,
.pagination > li.active > span,
.pagination > li > a:hover,
.pagination > li > span:hover {
  z-index: 1;
  color: #fff !important;
  background-color: var(--primary-1);
  border-color: var(--primary-1);
}

/******************************************
    SIDEBAR
******************************************/

.widget {
  background-color: #ffffff;
  padding: 10px !important;
  margin-bottom: 10px;
  border-radius: 5px;
  width: 100%;
}

.text-red {
  color: red;
}

.featured {
  position: absolute;
  top: 20px;
  border: 0;
  background-color: #93278f;
  padding: 10px 15px 8px;
  border-radius: 0;
  right: -20px;
}

.featured::before {
  border-color: #b01505 transparent transparent #b01505;
  border-style: solid;
  border-width: 5px 10px;
  right: 0;
  top: 100%;
}

.featured i {
  color: #444;
  font-size: 15px;
}

.featured:before,
.featured:after {
  content: " ";
  height: 0;
  position: absolute;
  width: 0;
}

.widget .store-list .col-md-6 {
  margin-bottom: 15px;
}

.best-coupons .customlist li:before {
  content: "\f02b";
}

.post-wrapper .widget-title span,
.widget-title span {
  background: #ffffff none repeat scroll 0 0;
  padding-right: 20px;
}

.post-media .coupon-vote {
  margin-top: 10px;
}

/******************************************
    FOOTER
******************************************/

.footer,
.footer a,
.footer h3 {
  color: var(--white);
}

.newsletter small {
  color: #aaaaaa !important;
  font-size: 11px;
  font-weight: 300;
  padding-left: 5px;
}

.newsletter textarea {
  height: 120px !important;
}

.btn-file {
  overflow: hidden;
  position: relative;
  margin-top: 20px;
  vertical-align: middle;
}

.btn-file > input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(-300px, 0) scale(4);
  font-size: 23px;
  direction: ltr;
  cursor: pointer;
}

.fileupload {
  margin-bottom: 9px;
}

.fileupload .uneditable-input {
  display: inline-block;
  margin-bottom: 0px;
  vertical-align: middle;
  cursor: text;
}

.fileupload .thumbnail {
  overflow: hidden;
  display: inline-block;
  margin-bottom: 5px;
  vertical-align: middle;
  text-align: center;
  background-color: #f3f6f9 !important;
  border-color: #eceff2 !important;
  color: #656565 !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  position: relative;
}

.fileupload .thumbnail > img {
  max-height: 100%;
}

.fileupload .btn {
  vertical-align: bottom;
}

.fileupload-exists .fileupload-new,
.fileupload-new .fileupload-exists {
  display: none;
}

.fileupload-inline .fileupload-controls {
  display: inline;
}

.fileupload-new .input-group .btn-file {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

.fileupload-preview {
  background: #ffffff;
  border: 6px solid #f9f9f9;
  height: auto;
  min-width: 110px;
  max-width: 100%;
}

.fileupload-new.thumbnail-borderless .thumbnail {
  border: 1px solid #ddd;
}

.control-group.warning .fileupload .uneditable-input {
  color: #a47e3c;
  border-color: #a47e3c;
}

.control-group.warning .fileupload .fileupload-preview {
  color: #a47e3c;
}

.control-group.warning .fileupload .thumbnail {
  border-color: #a47e3c;
}

.control-group.error .fileupload .uneditable-input {
  color: #b94a48;
  border-color: #b94a48;
}

.control-group.error .fileupload .fileupload-preview {
  color: #b94a48;
}

.control-group.error .fileupload .thumbnail {
  border-color: #b94a48;
}

.control-group.success .fileupload .uneditable-input {
  color: #468847;
  border-color: #468847;
}

.control-group.success .fileupload .fileupload-preview {
  color: #468847;
}

.control-group.success .fileupload .thumbnail {
  border-color: #468847;
}

.widget-title h4 {
  font-size: 21px;
  font-weight: 300;
  margin: 0 !important;
  padding: 0 !important;
}

.widget-title {
  display: block;
  position: relative;
  margin-bottom: 15px;
}

.footer {
  margin: 10px 0px 0px 0px;
  background-color: var(--white);
  position: relative;
  display: block;
}

.copyrights {
  padding: 20px 0;
  position: relative;
  display: block;
}

.copyrights p {
  margin-bottom: 0;
  padding-bottom: 0;
}

.copyrights p,
.copyrights a {
  color: rgba(255, 255, 255, 0.8);
}

.btn-primary {
  border-color: var(--primary-1) !important;
  background-color: var(--primary-1) !important;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  color: var(--white) !important;
  background-color: var(--secondary-1) !important;
  border-color: var(--secondary-1) !important;
}

.btn-primary-gradient {
  border-color: var(--primary-1) !important;
  background-image: linear-gradient(90deg, var(--primary-1), var(--primary-2), var(--primary-3)) !important;
  color: var(--white) !important;
}

.btn-primary-gradient:hover,
.btn-primary-gradient:active,
.btn-primary-gradient:focus {
  color: var(--white) !important;
  background-color: var(--secondary-1) !important;
  border-color: var(--secondary-1) !important;
}

.btn-outline-primary {
  color: var(--primary-1) !important;
  border-color: var(--primary-1) !important;
}
.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary:focus {
  color: var(--white) !important;
  background-color: var(--secondary-1) !important;
  border-color: var(--secondary-1) !important;
}

/******************************************
    DEALS
******************************************/

.coupon-tab .nav-tabs li {
  border-top: 3px solid transparent;
}

.coupon-tab .nav-tabs {
  border-bottom: 0 none;
  left: 0;
  position: absolute;
  right: 0;
  top: -53px;
}

.tab-content .favorite-coupon .fa {
  top: 0 !important;
  right: 15px !important;
}

.tab-content .nav-pagi {
  margin-bottom: 0;
}

.coupon-tab .tab-content {
  border: 0 solid #111;
  margin-top: 30px;
}

.nopadtop {
  padding-bottom: 30px;
  padding-top: 0;
}

@media (min-width: 992px) {
}

.coupon-meta h3 {
  /* font-weight: 400;
    font-size: 24px;
    padding-bottom: 0px; */
  font-weight: 600;
  font-size: 22px;
  padding-bottom: 0px;
}

.coupon-vote a {
  width: 40px;
  height: 40px;
  color: #aaaaaa;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
  font-size: 18px;
  line-height: 40px;
  border: 1px solid var(--white);
}

.rating i {
  margin-right: -2px;
}

small {
  font-size: 13px;
}

.favorite-coupon .fa {
  border-radius: 100px;
  color: #aaa;
  border: 1px solid var(--white);
  font-size: 13px;
  height: 30px;
  line-height: 30px;
  margin: 0;
  /*position: absolute;*/
  background: var(--white);
  right: 0;
  text-align: center;
  top: -15px !important;
  width: 30px;
  cursor: pointer;
}

.coupon-bottom {
  display: block;
  margin-top: 10px;
}

.readmore {
  font-weight: 300;
  font-size: 15px;
  text-transform: capitalize;
  text-decoration: underline !important;
}

.blog-wrapper .coupon-meta h3 {
  font-size: 22px;
  font-weight: 300;
  padding-bottom: 0;
}

.blog-wrapper .post-sharing ul {
  display: block;
  margin-bottom: 4px;
  margin-top: 15px;
}

.blog-wrapper .coupon-meta {
  margin-bottom: 10px;
}

.blog-bottom {
  display: block;
  position: relative;
  margin: 15px 0 0;
}

.blog-bottom .btn {
  margin-top: 5px;
}

.single-blog .coupon-bottom small {
  margin-right: 10px;
}

.single-blog .coupon-bottom small i {
  padding-right: 3px;
}

.single-blog .post-media {
  margin-bottom: 30px;
}

.single-blog .lead {
  margin-bottom: 20px;
}

.coupon-bottom small,
.coupon-bottom a {
  color: #aaa;
}

.coupon-meta {
  display: block;
  margin: 8px auto;
}

.coupon-meta small {
  color: #767676;
  padding-left: 5px;
  display: inline-block;
}

.coupon-meta .rating {
  display: block;
  margin-bottom: 10px;
}
.item-meta .fa {
  padding-right: 5px;
}

.item-meta {
  display: block;
  margin-top: 20px;
}

.item-meta a {
  padding: 0;
  color: #aaa;
}

.coupon-wrapper {
  background-color: #ffffff;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #dee2e6;
}

.coupon-wrapper:hover {
  border: 1px solid var(--primary-1);
}

.mb20 {
  margin-bottom: 20px;
}

.coupon-wrapper .show-code {
  color: #444;
  font-size: 15px;
  height: 45px;
  line-height: 45px;
  padding: 0 20px 0 20px;
  position: absolute;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  border-radius: 0;
  width: 80%;
  left: 0;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  background: repeating-linear-gradient(
      45deg,
      transparent,
      transparent 10px,
      #701f6d 10px,
      #701f6d 20px
    ),
    linear-gradient(to bottom, #93278f, #93278f);
}

.cp-block {
  background: #ebfdfd !important;
  border-radius: 4px;
  color: #4a4a4a;
  text-transform: uppercase;
  font-weight: 600;
  border: 1px dotted var(--secondary-1);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cp-block .cp-button {
  background-color: var(--secondary-1);
  color: var(--white) !important;
  padding: 10px 20px;
  border: 0;
  border-radius: 20px;
  margin: 5px 5px;
}

.cp-block .cp-text {
  padding-left: 30px;
  cursor: default;
}

.w-70 {
  width: 70%;
}

.w-30 {
  width: 30%;
}

.blinking {
  -webkit-animation: blinkingText 2s ease-in-out infinite alternate;
  -moz-animation: blinkingText 2s ease-in-out infinite alternate;
  animation: blinkingText 2s ease-in-out infinite alternate;
}
@keyframes blinkingText {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.print-code {
  width: 100% !important;
}

.print-code i {
  padding-right: 5px;
}

/******************************************
    VERSION 1.1
******************************************/

.checkbox label::before,
.checkbox label::after {
  margin-left: -24px;
  border-radius: 0 !important;
}

input.styled[type="checkbox"]:checked + label::after,
input.styled[type="radio"]:checked + label::after {
  content: "";
  font-family: "FontAwesome";
  font-size: 9px !important;
  padding-left: 4px;
  padding-top: 2px;
}

.checkbox label::before {
  font-size: 10px !important;
}

.first-section {
  padding: 8em 0 0em;
}

.first-section .store-list small,
.first-section h4 {
  color: #444;
}

.section-title h1 {
  color: #444;
  font-weight: 300;
  font-size: 52px;
  text-transform: capitalize;
}

.typeahead-wrapper {
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  z-index: 1020;
  height: 100vh;
  background-color: #f8f9fa;
  top: 0;
  width: 100%;
  opacity: 0;

  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;

  -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
}

.typeahead-wrapper.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -moz-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
}

.typeahead-wrapper .input-group {
  border-bottom: 2px solid var(--secondary-3);
}

.typeahead-wrapper .form-control {
  background-color: transparent !important;
}

.typeahead-wrapper .input-group .btn {
  color: var(--secondary-3);
}

.typeahead-wrapper .form-control,
.typeahead-wrapper .form-control:focus {
  border: 0;
  box-shadow: transparent 0 0 0 0;
}

.typeahead-wrapper .typeahead-results-container {
  background-color: var(--white);
}

.note-text-collpase .see-more-btn {
  display: none;
}

@media screen and (max-width: 640px) {
  .note-text-wrapper {
    display: block;
    max-height: 180px;
    overflow: hidden;
    position: relative;
  }
  .note-text-wrapper::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px; 
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff); 
    pointer-events: none;
  }
  .note-text-wrapper.expanded::after {
    display: none;
  }
  .note-text-collpase .see-more-btn {
    display: block;
  }
}

.typeahead-wrapper .typeahead-results-container .typeahead-results-img {
  max-width: 90px;
  width: 100%;
}

.typeahead-wrapper .typeahead-results-container:hover {
  background-color: var(--secondary-3);
}

.typeahead-wrapper .typeahead-results-container:hover .typeahead-results-title {
  color: var(--white);
}

@media screen and (max-width: 768px) {
  .swiper .home-banners .logo-overlay {
    background-color: rgb(0, 0, 0, 0.5);
  }
  .first-section .container .col-md-offset-2 {
    width: 100% !important;
    margin-left: 0% !important;
  }
  #wrapper .first-section {
    height: 280px;
  }
  #wrapper .first-section .m-top-8 {
    margin-top: 25px;
  }
  .custom-col {
    width: 100px;
    margin: 0;
    padding: 0;
  }
}

@media screen and (max-width: 640px) {
  .bg-transparent {
    background-color: transparent !important;
  }
  body #wrapper .section {
    padding: 15px 0;
  }
  #wrapper .join-mailing-data .icon {
    width: 100%;
  }
  #wrapper .join-mailing-data .text {
    width: 100%;
    text-align: center;
  }
  #wrapper .join-mailing-data .button {
    width: 100%;
    text-align: center;
  }
}

/* ant-touch */
.login-btn {
  color: white !important;
  background: #1c8bce !important;
  border: none;
  border-radius: 4px !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}
.login-btn:active {
  background: #1c8bce !important;
}

.cd-user-modal-container .cd-switcher a {
  height: 60px;
  line-height: 60px;
}

.login-input {
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  outline: none !important;
  display: block !important;
  width: 100% !important;
  padding: 7px !important;
  border: none !important;
  border-bottom: 1px solid #ddd !important;
  background: transparent !important;
  margin-bottom: 10px !important;
  font: 16px Arial, Helvetica, sans-serif !important;
  height: 45px !important;
}

.cd-form input.has-border:focus {
  border-color: #26a69a;
}

.login-btn {
  margin-top: 50px;
}
.cd-form input.has-padding {
  padding: 12px 20px 12px 50px;
}

.cd-form .fieldset {
  margin: 25px 0;
}

.signup-btn {
  color: white !important;
  background: #1c8bce !important;
  border: none;
  border-radius: 4px !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}
.signup-btn:active {
  background: #1c8bce !important;
}

.promo-desc {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 10px 10px !important;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 0px 0px 15px 15px;
}

.promo-desc img {
  /* width: 106px !important; */
  background-color: #ffffff;
  border-radius: 0 !important;
  border: 0 !important;
  margin: 0px 10px 0 0;
  max-width: 70px !important;
}

@media screen and (max-width: 480px) {
  .m-top-8 .custom-col {
    width: 25%;
  }
  #wrapper .first-section {
    height: 350px;
  }
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.pl-0 {
  padding-left: 0px;
}

.pr-0 {
  padding-right: 0px;
}

.m-0 {
  margin: 0px;
}
.coupon-list .coupon-links {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.coupon-list .coupon-links.small {
  font-size: 12px;
}
.coupon-list .coupon-links sup {
  font-size: 60%;
}
.coupon-list .coupon-links > li {
  display: inline-block;
  padding: 0px 5px 0px 2px;
}

.coupon-list .coupon-links > li:first-child {
  padding-left: 0px;
}

.coupon-list img {
  object-fit: contain;
  height: 80px;
  width: 100px;
}

.top-scroll {
  background-color: var(--primary-1);
  width: 48px;
  border-radius: 50%;
  height: 48px;
  text-align: center;
  position: fixed;
  bottom: 5em;
  right: 1em;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  color: var(--white);
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
  border: 0;
}

.top-scroll:hover,
.top-scroll:active {
  cursor: pointer;
  background-color: #555;
}

.top-scroll.show {
  opacity: 1;
  visibility: visible;
}

.push-image {
  position: fixed;
  top: 32rem;
  z-index: 1;
  right: 1rem;
  width: 25%;
  max-width: 100%;
}

.push-image .push-image-img {
  float: right;
}
.push-image .close {
  color: #333;
  position: absolute;
  right: 0;
  background-color: var(--white);
  opacity: 0.9;
  font-size: 2.5rem;
  width: 7%;
  border-radius: 50%;
}
.company-description {
  word-break: break-word;
}
.company-description table {
  width: 100% !important;
  max-width: 100% !important;
  border: 1px solid #999;
  table-layout: fixed;
}
.company-description table > tbody > tr > td,
.company-description table > tbody > tr > th,
.company-description table > tfoot > tr > td,
.company-description table > tfoot > tr > th,
.company-description table > thead > tr > td,
.company-description table > thead > tr > th {
  padding: 3px 5px !important;
  line-height: 1.42857143 !important;
  vertical-align: top !important;
  border: none !important;
  width: 25%;
}
.company-description img,
.company-description iframe {
  max-width: 100% !important;
  border-radius: 0.5rem !important;
  object-fit: contain;
}
.mt-5rem {
  margin-top: 5rem;
}
.company-description table > thead > tr,
.company-description table > tbody > tr,
.company-description table > tfoot > tr {
  border-top: 1px solid #999 !important;
}

.company-description h4,
.company-description h5,
.company-description h6 {
  font-weight: 700;
}

.company-description  ul {
    padding-inline-start: 20px !important;
}

.modal-content {
  background-color: #f8f9fa !important;
  box-shadow: 0 20px 20px 0 rgb(0 0 0 / 30%);
}

.notification .badge {
  position: absolute;
  font-size: xx-small;
  margin-left: -5px;
  margin-top: -8px;
}
.notification .ring {
  animation: ring 4s 0.7s ease-in-out infinite;
  transform-origin: 50% 4px;
}
@keyframes ring {
  0% {
    transform: rotate(0);
  }
  1% {
    transform: rotate(30deg);
  }
  3% {
    transform: rotate(-28deg);
  }
  5% {
    transform: rotate(34deg);
  }
  7% {
    transform: rotate(-32deg);
  }
  9% {
    transform: rotate(30deg);
  }
  11% {
    transform: rotate(-28deg);
  }
  13% {
    transform: rotate(26deg);
  }
  15% {
    transform: rotate(-24deg);
  }
  17% {
    transform: rotate(22deg);
  }
  19% {
    transform: rotate(-20deg);
  }
  21% {
    transform: rotate(18deg);
  }
  23% {
    transform: rotate(-16deg);
  }
  25% {
    transform: rotate(14deg);
  }
  27% {
    transform: rotate(-12deg);
  }
  29% {
    transform: rotate(10deg);
  }
  31% {
    transform: rotate(-8deg);
  }
  33% {
    transform: rotate(6deg);
  }
  35% {
    transform: rotate(-4deg);
  }
  37% {
    transform: rotate(2deg);
  }
  39% {
    transform: rotate(-1deg);
  }
  41% {
    transform: rotate(1deg);
  }
  43% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(startYposition);
  }
  100% {
    opacity: 1;
    transform: translateY(endYposition);
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
    transform: translateY(startYposition);
  }
  100% {
    opacity: 0;
    transform: translateY(endYposition);
  }
}

#userStartRating .rating-stars-container {
  transition: all ease-in-out 0.5s;
}
#userStartRating .rating-stars-container .title {
  font-size: 20px;
  padding: 0;
  margin: 15px 0px;
}

.modal-newsletter {
  color: #666;
}
.modal-newsletter h4 {
  color: #333;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  text-transform: capitalize;
}
.modal-newsletter img.newsletter-img {
  margin: 0 auto;
  background: #469cd4;
  object-fit: contain;
}
.modal-newsletter .close {
  background: var(--secondary-1);
  color: var(--white);
  text-shadow: none;
  opacity: 0.5;
  width: 22px;
  height: 22px;
  border-radius: 20px;
}
.modal-newsletter .close span {
  position: relative;
  top: -1px;
}
.modal-newsletter .close:hover {
  opacity: 0.8;
}
.modal-newsletter .form-control:focus {
  border-color: var(--primary-1);
  box-shadow: 0 0 8px rgba(114, 101, 234, 0.5);
}
.modal-newsletter .btn {
  color: var(--white);
  background: var(--primary-1);
  text-decoration: none;
  transition: all 0.4s;
  border: none;
  border-left: 0;
  border-radius: 0px 4px 4px 0px;
}
.modal-newsletter .input-group {
  margin: 30px 0 15px;
}

.newsletter .form-group {
  margin-bottom: 40px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-1rem {
  margin-top: 1rem;
}

.radeem-offer .continue-link {
  color: var(--primary-1);
  font-size: 16px;
  font-weight: 700;
  margin-top: 1rem;
  border: 0;
  display: inline-block;
}
.radeem-offer-container {
  background-color: #ffffff;
  border-radius: 10px;
  margin-top: 3rem;
  opacity: 0.8;
  padding: 20px;
}
.radeem-offer-container .offer-title {
  color: var(--primary-1);
  font-size: 2.5em;
  font-weight: 600;
}
.radeem-offer-container .grey-block {
  font-size: 18px;
  letter-spacing: 2px;
  padding: 10px 20px;
  font-weight: 800;
  background-color: #ededed;
  border-radius: 5px;
  display: inline-block;
  margin-top: 15px;
}

.float-icon {
  margin-top: 7px;
}

.company-list ul {
  margin: 0px 5px;
}

.company-list .title h3 {
  padding: 0;
}

.company-list ul.list-unstyled li {
  padding: 5px 0px;
  border-bottom: #ddd 1px solid;
}

.company-list ul.decimal-list {
  list-style: decimal !important;
  margin: 0px 20px;
}

.company-list ul li:last-child {
  border-bottom: none;
}

.company-list ul.list-badge li {
  display: inline-block;
  border-bottom: none;
  padding: 2px 5px;
  margin: 2px 1px;
  background-color: #f1f1f1;
  border-radius: 10%;
  cursor: pointer;
}

.company-panel {
  margin-bottom: 10px;
  /* height: 100%; */
}

.company-panel .panel {
  background-color: var(--white);
  border-radius: 10px;
  margin-bottom: 10px;
  border: 1px solid #dee2e6 !important;
  padding: 5px;
}

#typeahead {
  height: 45px;
  z-index: 1;
  border-radius: 50px;
  border-color: var(--secondary-1);
  background-color: var(--white);
  -webkit-box-shadow: unset;
  box-shadow: unset;
  font-size: 15px;
}

.sign-up-btn {
  margin-top: 1.8rem;
}

.section {
  position: relative;
}

.hide {
  display: none;
}

.loading {
  background: var(--white);
  margin-bottom: 20px;
  box-shadow: 0 0 1px 1px #edf;
  border-radius: 5px;
  opacity: 0.96;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1051;
  top: 0;
}

.loading img {
  height: 50px;
  width: 50px;
  position: relative;
  top: 48%;
  margin: 0 auto;
}

.favourite-section {
  position: relative;
}
.favourite-section ul.fs-links > li {
  position: relative;
}
.favourite-section ul.fs-links > li > a {
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 40px;
  padding: 10px;
  color: var(--primary-1) !important;
  border-bottom: 1px solid var(--primary-1) !important;
  width: 100%;
  display: block;
  text-align: center;
}
.favourite-section ul.fs-links > li.active > a,
.favourite-section ul.fs-links > li > a:focus,
.favourite-section ul.fs-links > li > a:hover {
  background: var(--primary-1) !important;
  color: #fff !important;
}

.c__store-list-data {
  background: transparent;
  box-shadow: 0 0 4px transparent;
  padding: 2px;
  margin: 2px 0;
}
.c__store-list-data1 {
  background: transparent;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  padding: 10px;
  margin: 10px 0;
}

.c__store-list-data1 a {
  display: inline-block;
}
.c__store-list-data1 a img {
  width: 100%;
  margin-bottom: 10px;
}
.c__store-list-data1 a small {
  font-size: 10px;
}
.c__store-list-data1 a .com_name {
  font-size: 15px;
  color: #237eb2;
  line-height: 15px;
}
.c__store-list-data a {
  display: inline-block;
}
.c__store-list-data a img {
  width: 100%;
  margin-bottom: 10px;
}
.c__store-list-data a small {
  font-size: 10px;
}
.c__store-list-data a .com_name {
  font-size: 15px;
  color: #237eb2;
  line-height: 15px;
}
.section-title.csection h1 {
  font-size: 52px;
  display: inline-block;
  border: dashed 1px rgba(255, 255, 255, 0.4);
  margin: 10px;
  padding: 12px 32px;
  background: rgba(255, 255, 255, 0.1);
}
.custom-row {
  text-align: center;
}
.custom-col {
  display: inline-block;
  margin: 25px 2px;
  position: relative;
  top: 4px;
}
.custom-col img {
  width: 80px;
}
.coupon-wrapper .show-code {
  font-size: 14px;
  height: 36px;
  line-height: 36px;
  border-radius: 0;
  background: #93278f;
}
.custom-post-media a {
  background: #fff !important;
  display: inline-block;
  width: 100%;
  padding: 10px;
}
.custom-post-media .title {
  float: left;
  line-height: 12px;
}
.form-control {
  font-size: 15px;
}
.have-account {
  border-top: solid 1px #ccc;
}
.active-alphabet {
  font-size: 22px;
  color: #93278f;
}
.favorite-coupon {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: -35px;
  margin-right: -15px;
}
a.rating-clear {
  display: none;
}

.card {
  border-radius: 10px !important;
}

.card .card-header {
  background-color: var(--white);
}

.category-img {
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  padding: 5px;
  margin-bottom: 25px;
  border-radius: 0.5rem;
  border: solid 1px rgba(238, 238, 238, 0.17);
  box-shadow: 0 0 15px rgb(238 238 238 / 2%);
}
.category-img img {
  min-width: 30px;
  width: 100px;
  margin-bottom: 5px;
}
.list-none {
  list-style: none !important;
}
section.section.page-title-wrapper {
  background: #fafafa !important;
  border-bottom: solid 1px #eee;
}
.promobox h4 {
  font-size: 18px;
  line-height: 19px !important;
}
.p0 {
  padding: 0 !important;
}
.fix-size-weight,
.fix-size-weight > * {
  font-size: 16px !important;
  font-weight: 600 !important;
}
.company-tabs .nav.nav-pills {
  border: none;
  margin: 0;
  width: 100%;
}
.company-tabs .nav.nav-pills li {
  border: none;
  text-align: center;
}

.company-tabs .nav.nav-pills h3 {
  margin: 0;
  padding: 0;
  color: var(--white);
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-title {
  font-size: 18px;
  padding: 0;
}
.company-tabs .nav.nav-pills a {
  padding: 1rem;
  border: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background-color: var(--primary-1);
}
.company-tabs .nav.nav-pills li a.active h3 {
  color: #333;
}
.company-tabs .nav.nav-pills li a.active {
  background-color: var(--white);
  background-color: var(--white);
  border: none;
}
.list-design a {
  background: rgb(255, 255, 255);
  color: rgb(53, 204, 212);
  border-color: rgb(53, 204, 212);
  font-weight: 600;
}
.list-design a:hover,
.list-design a.active {
  background: var(--primary-1);
  color: var(--white);
}
.title-bordered {
  font-size: 25px;
  border-left: 4px solid var(--primary-1);
  padding: 10px;
  line-height: 30px;
  margin: 15px 0px;
  width: 100%;
}
.title-bordered-2 {
  font-size: 20px;
  border-left: 4px solid var(--primary-1);
  padding: 10px;
  line-height: 22px;
  margin: 10px 0px;
  width: 100%;
}
.title-bordered .fa {
  padding-left: 10px;
  position: relative;
  top: 3px;
}

.btn-group-esm > .btn,
.btn-esm {
  padding: 0.25rem 0.5rem;
  font-size: 0.675rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

body.overlay-open .overlay {
  width: 100%;
}
body.overlay-open {
  overflow: hidden !important;
}
.overlay {
  overflow: hidden;
  height: 100%;
  width: 0%;
  position: fixed;
  z-index: 1022;
  top: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.6);
  transition: all 0.3s ease-in-out;
}
.overlay > .overlay-container {
  overflow: auto;
  overflow-x: hidden;
  margin-right: -45%;
  margin-left: auto;
  width: 30%;
  height: 100%;
  background-color: rgba(255, 255, 255, 1);
  padding: 0em 0.5em;
  transition: all 0.7s ease-in-out;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  border-radius: 0.25rem !important;
}

body.overlay-open .overlay > .overlay-container {
  margin-right: 0%;
}
.dropdown-menu {
  overflow-y: auto;
  max-height: 50vh;
  font-size: inherit !important;
  left: auto !important;
  right: 0 !important;
}

.dropdown-item:not(:last-child) {
  border-bottom: 1px dotted #ddd; /* Adjust color as needed */
}


.products .product-grid {
  overflow: hidden;
  background-color: var(--white);
}

.products .product-grid:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.products .product-grid .product-image {
  position: relative;
}

.products .product-grid .product-content {
  margin: 5px 10px;
}

.products .product-grid .product-image a {
  display: block;
}
.products .product-grid .product-image img {
  width: 100%;
}
.list-unstyled li {
  line-height: 30px;
}

.products .product-grid .title a {
  color: #222;
}

.products .product-grid .title a:hover {
  color: var(--primary-1);
}

.products .product-grid .price {
  color: #666;
  font-size: 14px;
  font-weight: 600;
}

.products .buy-now {
  border: 1px solid var(--primary-1);
  display: block;
  font-weight: 600;
  font-size: 14px;
  border-radius: 0.25rem;
  transition: all 0.3s;
  padding: 5px 0px;
  text-align: center;
  background: var(--primary-1);
  color: var(--white);
}

.product-grid .product-discount-label {
  color: var(--white);
  font-size: 12px;
  background-color: #46d0d8;
  left: auto;
  right: 5px;
  border-radius: 20px;
  top: 5px;
  opacity: 0.8;
  display: block;
  position: absolute;
  padding: 2px 7px;
}

.products .product-grid:hover .buy-now {
  border: 1px solid transparent;
  color: var(--white);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  background-color: var(--secondary-1);
}

.products .comparision img {
  margin: 0 auto;
  border-radius: 50%;
  border: 3px solid var(--primary-1);
}
.products .table tr td {
  vertical-align: middle;
}

.products .buy-now:hover {
  color: var(--white);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  background-color: var(--secondary-1);
}

.search-items {
  border-bottom: #ddd 2px solid;
  padding: 1.5rem 0rem !important;
}
.search-items img {
  border-color: var(--primary-1) !important;
  border: 2px solid;
  background-color: var(--white);
  height: 80px;
  width: 100%;
  border-radius: 50px;
}

.company-links {
  margin: 10px 0px;
}

.company-links.nav-overlay {
  width: 100%;
  top: 74px;
  background-color: var(--white);
  border-bottom: 2px solid var(--primary-1);
  position: -webkit-sticky;
  position: sticky;
  z-index: 1019;
  margin: 0;
}

.company-links .list-inline {
  white-space: nowrap;
  overflow-x: auto;
}

.company-links .list-inline li {
  margin: 10px 0px;
}

.company-links .list-inline a {
  padding: 10px 0px;
  font-weight: 600;
}

.company-links .list-inline a:hover {
  color: #000;
  border-bottom: 2px solid var(--primary-1);
}

/* MEDIA QUERIES */

@media screen and (min-width: 1000px) {
}

@media (max-width: 1000px) {
  .search-form .input-group-btn {
    margin-top: 2%;
  }
}

@media only screen and (max-width: 990px) {
  .navbar.sticky-top {
    position: relative;
  }

  .products .product-grid {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .voucher-title {
    min-height: 40px;
  }
  .favourite-section ul.fs-links > li.active a:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -13px;
    border-left: 0;
    border-bottom: 13px solid transparent;
    border-top: 13px solid transparent;
    border-left: 10px solid var(--primary-1);
  }
}

@media (max-width: 768px) {
  .container {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .swiper .home-banners .home-banner-container img {
    height: 100% !important;
  }
  .title-bordered {
    font-size: 22px !important;
  }
  .company-links {
    margin: 0rem;
    padding: 0rem;
  }
  .push-image {
    display: none;
  }
  .favourite-section ul.fs-links {
    width: 100% !important;
    height: 100% !important;
    text-align: center;
  }
  .favourite-section ul.fs-links li {
    display: inline-block;
  }
  .category-navbar {
    top: 15.5rem !important;
  }
  .top-store-navbar {
    top: 13rem !important;
  }
  .category-navbar img {
    display: none;
  }
  .top-store-navbar img {
    display: none;
  }
  .top-store-navbar a h2 {
    padding: 0px 0px;
    margin: 4px 0px;
  }
  .voucher-header h1 {
    font-size: 22px !important;
  }
  .coupon-wrapper .coupon-list .btn {
    font-size: 0.7rem !important;
  }

  .company-description img,
  .company-description iframe {
    max-width: 100% !important;
    border-radius: 0.5rem !important;
    object-fit: contain;
    height: 100% !important;
  }
}

@media (max-width: 600px) {
  .overlay > .overlay-container {
    width: 100%;
  }
  .section-container h1 {
    font-size: 21px !important;
  }
  .expire-voucher-time {
    padding: 3px 0px;
    font-size: 13px;
  }
  .company-links.nav-overlay {
    top: 0px;
  }
}

@media (max-width: 500px) {
  .company-description h2 {
    font-size: 16px;
    font-weight: bold;
  }
  .company-description h3 {
    font-size: 15px;
  }
  .company-description p {
    font-size: 13px;
  }
  .company-description td,
  .company-description td strong,
  .company-description p strong {
    font-size: 14px;
  }
  .company-list ul {
    margin: 0px;
  }
  .company-tabs .nav.nav-tabs h3 {
    font-size: 13px;
  }
  .favourite-section ul.fs-links > li.active > a,
  .favourite-section ul.fs-links > li > a:focus,
  .favourite-section ul.fs-links > li > a:hover {
    font-size: 11px !important;
  }
  .favourite-section ul.fs-links li {
    padding: 0;
    margin: 5px 2px;
  }
  .favourite-section ul.fs-links > li > a {
    font-size: 10px !important;
    padding: 0 5px;
  }
}
