@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Righteous&family=Roboto+Slab:wght@400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap");
body {
  --miContentBackgroundColor: #edf1f7;
  --miCardBackgroundColor: #fff;
  --miCardbg: #fff;
  --miOutsideBorderColor: #edf1f7;
  --mi-inside-border-color: #edf1f7;
  --btnCloseColor: #8f9bb3;
  --fieldBgcolor: #f7f9fc;
  --fieldBorderColor: #e4e9f2;
  --fieldTextColor: #222b45;
  --fieldBgcolorHover: #edf1f7;
  --fieldBorderColorHover: #e4e9f2;
  --fieldBorderColorFocus: #598bff;
  --labelColor: #555;
  --butnBasicBgColor: #edf1f7;
  --butnBasicColor: #222b45;
  --butnPrimaryBgColor: #598bff;
  --butnPrimaryColor: #fff;
  --butnSuccessBgColor: #00A7A0;
  --butnSuccessColor: #fff;
  --butnInfoBgColor: #7A0649;
  --butnInfoColor: #fff;
  --butnWarningBgColor: #ffaa00;
  --butnWarningColor: #fff;
  --butnDangerBgColor: #ff3d71;
  --butnDangerColor: #fff;
  --buttonBasicTransparentBgColor: rgba(143, 155, 179, .16);
  --buttonPrimaryTransparentBgColor: rgba(51, 102, 255, .08);
  --buttonSuccessTransparentBgColor: rgba(0, 214, 143, .08);
  --buttonInfoTransparentBgColor: rgba(0, 149, 255, .08);
  --buttonWarningTransparentBgColor: rgba(255, 170, 0, .16);
  --buttonDangerTransparentBgColor: rgba(255, 61, 113, .08);
  --primaryBorderColor: #36f;
  --successBorderColor: #00d68f;
  --InfoBorderColor: #0095ff;
  --warningBorderColor: #fa0;
  --dangerBorderColor: #ff3d71;
  --basicTextColor: rgba(143, 155, 179, .48);
  --primaryTextColor: #36f;
  --successTextColor: #00d68f;
  --InfoTextColor: #0095ff;
  --warningTextColor: #fa0;
  --dangerTextColor: #ff3d71;
  --popoverBgColor: #222b45;
  --popoverTextColor: #fff;
  --popoverBoxShadow: 0 0.5rem 1rem 0 #1a1f33;
  --popOverHeaderBgColor: #ff3d71;
  --popOverHeaderTextColor: #fff;
  --popOverBodyBgColor: #ff3d71;
  --popOverBodyTextColor: #fff;
  --popoverArrowBorderColor: #212941;
  --basicAlertTextColor: #181E32;
  --primaryAlertTextColor: #181E32;
  --successAlertTextColor: #181E32;
  --InfoAlertTextColor: #181E32;
  --warningAlertTextColor: #181E32;
  --dangerAlertTextColor: #181E32;
  --tabBorderCOlor: #ccc;
  --tabBgCOlor: #F9F9F9;
  --tabTitleColor: #8f9bb3;
  --tabTitleActiveColor: #ff3d71;
  --tabTitleActiveBorderColor: #ff3d71;
  --table-bg-color: #fff;
  --table-text-color: #000;
  --table-border-color: #ccc;
  --table-header-bg-color: #000;
  --table-header-text-color: #fff;
  --accrodion-backgroud-color: #fff;
}

a {
  text-decoration: none !important;
}

.banner {
  padding: 15px;
}
.banner .uk-slideshow-items {
  min-height: 275px !important;
}
.banner .uk-slideshow-items img {
  height: 275px !important;
  width: 100% !important;
}
.banner .uk-slideshow {
  border: 7px solid #fff;
  width: 100%;
}
.banner .offer-of-the-day {
  width: 25%;
  background: white;
  height: 288px;
  overflow: hidden;
  overflow-y: scroll;
}
.banner .offer-of-the-day ul {
  padding-left: 0px;
  margin-bottom: 0px;
}
.banner .offer-of-the-day ul li {
  list-style: none;
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding: 6px;
}
.banner .offer-of-the-day ul li:last-child {
  border-bottom: 0px !important;
}
.banner .offer-of-the-day ul li img {
  width: 115px;
}

.container-fluid {
  padding-right: var(--bs-gutter-x, 2rem) !important;
  padding-left: var(--bs-gutter-x, 2rem) !important;
}

.navbar-brand img {
  width: 160px;
}

.nav-link {
  color: #fff !important;
  font-family: raleway;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
}

.bg_white {
  background-color: #ebeff2 !important;
}

.search-button {
  padding: 0px;
  font-size: 23px;
  background: #116263;
  color: white;
  padding: 0px 14px;
  border-color: #116263;
  margin-left: -7px;
  border-radius: 0px 10px 10px 0px;
}

.main-title {
  font-family: "Righteous", cursive;
  font-size: 20px;
}

.subtitle {
  margin-top: -22px;
  font-family: "Raleway";
  font-weight: 700;
  font-size: 12px;
  color: #555;
  margin-bottom: 35px;
}

.stores {
  margin-top: 40px;
}
.stores .uk-slidenav {
  margin-top: -4px !important;
}
.stores .uk-slideshow-items li {
  background-color: #fff;
}
.stores .header {
  display: flex;
  justify-content: space-between;
}
.stores .header a {
  font-family: "Raleway";
  color: #ff3d71;
  font-size: 13px;
  font-weight: 800;
  margin-top: 5px;
  margin-right: 6px;
}
.stores ul.sts {
  padding-left: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.stores ul.sts li {
  width: 16%;
  margin-right: 1.5%;
  margin-bottom: 34px;
}
.stores ul.sts li img {
  width: 100%;
  height: 75px !important;
}
.stores ul.sts li.store-card, .stores ul.sts li .store-card {
  border-radius: 15px 15px 15px 15px;
  border: 1px solid #ccc;
  height: 146px;
  overflow: hidden;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
  margin-bottom: 25px;
}
.stores ul.sts li.store-card:nth-child(even), .stores ul.sts li .store-card:nth-child(even) {
  margin-bottom: 0px !important;
}
.stores ul.sts li.store-card img, .stores ul.sts li .store-card img {
  border-radius: 5px 5px 0px 0px;
}
.stores ul.sts li.store-card:nth-child(even), .stores ul.sts li .store-card:nth-child(even) {
  margin-bottom: 0px !important;
}
.stores ul.sts li.store-card .favourite, .stores ul.sts li .store-card .favourite {
  width: 20%;
  color: #cd3232;
  border-radius: 15px 0px 0px 15px !important;
}
.stores ul.sts li.store-card .shop-now, .stores ul.sts li .store-card .shop-now {
  width: 80%;
}
.stores ul.sts li.store-card .shop-now .get-code-btn, .stores ul.sts li .store-card .shop-now .get-code-btn {
  background: #cd3232;
  color: #fff;
  border-radius: 0px 15px 15px 0px;
}
.stores ul.sts li.store-card .get-code-btn, .stores ul.sts li .store-card .get-code-btn {
  margin-top: 9.5px;
  font-family: Montserrat;
  font-size: 11px;
  border: 1px solid #cd3232;
  letter-spacing: 1.2px;
  border-radius: 0px;
  font-weight: 500;
}
.stores ul.sts li.store-card p, .stores ul.sts li .store-card p {
  color: #e80c5b;
  font-family: "Montserrat";
  font-size: 13px;
  text-align: center;
  margin: 6px;
  margin-bottom: -4px;
  font-weight: 600;
}

.catgories {
  background-color: #fff;
  text-align: center;
  padding: 20px 0px 20px 0px;
}
.catgories .uk-slidenav {
  margin-top: -5px !important;
  margin-left: 1px !important;
}
.catgories .header {
  display: flex;
  justify-content: space-between;
}
.catgories .header a {
  font-family: "Raleway";
  color: #ff3d71;
  font-size: 13px;
  font-weight: 800;
  margin-top: 5px;
  margin-right: 6px;
}
.catgories ul.cats {
  padding-left: 0px;
  list-style: none;
  background-color: white;
}
.catgories ul.cats li {
  width: 13.41%;
  margin-right: 1.5%;
}
.catgories ul.cats li img {
  border-radius: 10px;
  height: 70px !important;
  width: 100%;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
}
.catgories ul.cats li p {
  font-family: Montserrat;
  font-size: 12px;
  color: #555;
  margin-top: 2px;
  font-weight: 600;
}

.uk-slidenav {
  background: #fff;
  color: #e80c5b !important;
  padding: 13px;
  box-shadow: 0px 4px 8px rgba(10, 22, 70, 0.1490196078);
  border-radius: 16px;
  width: 37px;
  height: 37px;
  border-radius: 50%;
}
.uk-slidenav svg {
  width: 8px;
}
.uk-slidenav polyline {
  stroke-width: 4 !important;
}

.newsletter {
  margin-top: 80px;
  background-color: #900C3F;
  background-image: url(https://creditbank.co.ke/discover-more/wp-content/uploads/2021/05/Blog-Newsletter.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 400px;
}
.newsletter .box {
  width: 60%;
  padding: 60px;
}
.newsletter .box h4 {
  color: #fff;
  font-family: "Righteous";
  font-size: 27px;
}
.newsletter .box p {
  color: #ccc;
  font-size: 18px;
  margin-bottom: 0px !important;
}
.newsletter .box input {
  padding: 16px;
  font-size: 20px;
  font-family: "Righteous";
}
.newsletter .box .input-group-text {
  font-family: "Righteous";
}

.offers {
  margin-top: 50px;
  color: #555 !important;
}
.offers .uk-slidenav {
  margin-top: 6px !important;
}
.offers .header {
  display: flex;
  justify-content: space-between;
}
.offers .header .main-title {
  margin-bottom: 0px;
  margin-top: 11px;
  margin-right: 6px;
}
.offers .header .nav-link {
  font-family: "Righteous";
  font-size: 14px;
}
.offers ul.offs {
  padding-left: 0px;
  list-style: none;
  background-color: white;
}
.offers ul.offs li {
  width: 16%;
  margin-right: 1.5%;
}
.offers ul.offs li img {
  width: 100%;
  height: 75px !important;
}
.offers ul.offs li .offer-card {
  border: 1px solid #ccc;
  padding: 6px;
  margin-bottom: 11px;
  position: relative;
  background-color: #fff;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  margin-bottom: 17px;
}
.offers ul.offs li .offer-card img {
  border-radius: 10px;
}
.offers ul.offs li .offer-card .text .price {
  font-family: monospace;
}
.offers ul.offs li .offer-card .text .offer-text {
  font-family: "Montserrat";
  /* text-transform: uppercase; */
  background: #fff;
  font-size: 13px;
  font-weight: 600;
  color: #ff3d71;
  margin-bottom: 0px;
  margin-top: 6px;
}
.offers ul.offs li .offer-card .text h4 {
  color: #444;
  font-family: "Montserrat";
  font-size: 13px;
  margin: 0px;
  margin-bottom: 0px;
  margin-top: 5px;
  font-weight: 600;
}
.offers ul.offs li .offer-card .text p {
  margin-bottom: 0px;
  margin-top: 2px;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 12px;
  color: #555;
}
.offers ul.offs li .offer-card .text .get-code-btn {
  margin-top: 10px;
  font-family: Montserrat !important;
  font-size: 11px;
  border: 1px solid #cd3232;
  width: 100%;
  background: #cd3232;
  color: #fff;
  letter-spacing: 1.2px;
  font-weight: 500;
  bottom: 4px;
  border-radius: 20px;
}
.offers .tab-content {
  padding: 20px 0px !important;
}

.mi-tab .nav-tabs {
  border-bottom: 0px solid #ccc;
  background: #F9F9F9;
}
.mi-tab .nav-tabs .nav-link {
  background-color: transparent !important;
  cursor: pointer;
  color: #8f9bb3 !important;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  line-height: 1rem;
  text-transform: uppercase !important;
  text-decoration: none;
  border: none;
  font-size: 12px;
  padding: 14px 20px;
}
.mi-tab .nav-tabs .active {
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
  background-color: transparent;
  color: #ff3d71 !important;
  border-bottom: 4px solid #ff3d71 !important;
}
.mi-tab .nav-tabs .nav-item:hover {
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
  background-color: transparent;
  box-shadow: inset 0 -4px 0 #ff3d71;
}
.mi-tab .nav-tabs .nav-item:hover .nav-link {
  color: #ff3d71 !important;
}
.mi-tab .nav-tabs .nav-item.active {
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
  background-color: transparent;
  color: #ff3d71 !important;
  border-bottom: 4px solid #ff3d71 !important;
}
.mi-tab .tab-content {
  background: #fff;
  padding: 20px 30px;
}

.mi-accrodion .accordion-item {
  margin-bottom: 10px;
  border-bottom-width: 0px;
  border-color: #ccc;
  box-shadow: rgba(10, 22, 70, 0.15) 0px 4px 8px;
}
.mi-accrodion .accordion-header {
  border-top: 1px solid #ccc;
}
.mi-accrodion .accordion-header .accordion-button {
  font-family: Montserrat;
  border-bottom: 1px solid #ccc;
  background-color: #ff3d71;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.5rem;
  padding: 1.25rem;
  cursor: pointer;
  outline: none;
  outline-width: 0;
  box-shadow: none;
}
.mi-accrodion .accordion-header .accordion-button.collapsed {
  background-color: var(--accrodion-backgroud-color) !important;
  color: #ff3d71 !important;
}
.mi-accrodion .accordion-header .accordion-button::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  background-image: none !important;
}
.mi-accrodion .accordion-header .accordion-button:not(.collapsed)::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  background-image: none !important;
}
.mi-accrodion .accordion-body {
  background-color: #fff;
  font-family: Montserrat;
}

.footer-content {
  margin-top: 50px;
}
.footer-content h3,
.footer-content h4 {
  font-family: "Righteous";
}
.footer-content blockquote {
  background: #F7F7F7;
  border: 6px solid #fff;
  padding: 23px;
  font-size: 17px;
}
.footer-content blockquote h3, .footer-content blockquote h4 {
  font-size: 17px;
}

footer .main-area {
  background-color: #212529 !important;
  padding: 80px 0px;
}
footer .main-area .footer-card {
  border: 5px solid #555;
  padding: 35px;
}
footer .main-area .footer-card h4 {
  font-family: "Righteous";
  color: #fff;
  margin-bottom: -10px;
}
footer .main-area .footer-card ul {
  padding-left: 0px;
  margin-bottom: 0px;
}
footer .main-area .footer-card ul li {
  color: #ccc;
  font-family: "Raleway";
  list-style: none;
  font-family: "Raleway";
  list-style: none;
  font-size: 15px;
  font-weight: 600;
}
footer .main-area .footer-card ul li a {
  color: #ccc;
}
footer .bottom-area {
  background: #333;
  text-align: center;
  padding: 17px;
  font-family: "Raleway";
  color: #fff;
  font-size: 12px;
}

.page-banner {
  background-image: url("https://static.rakuten.ca/static/images/stores/1170x178-all-stores.png");
  background-size: 100% 100%;
  padding: 40px;
  margin: 10px;
  margin-top: 0px;
  background-color: #ebeff2 !important;
  border: 4px solid #fff;
}
.page-banner h4 {
  font-family: "Righteous";
  color: #fff;
  margin: 0px;
}
.page-banner p {
  margin: 0px;
  color: #fff;
  width: 60%;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}

.contact-page {
  background-color: #ebeff2;
  padding-top: 10px;
  padding-bottom: 50px;
}
.contact-page .contact-image {
  background-image: url("https://i.pinimg.com/originals/86/01/7c/86017c7172c5159e88b861afb7e857ed.jpg");
  background-size: cover;
}
.contact-page .contact-form {
  background: white;
  padding: 22px 30px;
}
.contact-page .contact-text {
  display: flex;
  background: white;
  padding: 15px;
  margin-top: 20px;
}
.contact-page .contact-text img {
  width: 50px;
  margin-right: 15px;
}
.contact-page .contact-text h3 {
  font-size: 15px;
  font-family: Righteous;
  margin: 0px;
  margin-top: 7px;
}
.contact-page .contact-text h4 {
  font-size: 16px;
  font-family: Righteous;
  margin: 0px;
}

.other-page {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 50px;
}
.other-page .page-banner {
  margin: 0px !important;
  margin-bottom: 10px !important;
}
.other-page blockquote {
  background: #fff;
  border: 6px solid #fff;
  padding: 23px;
  font-size: 17px;
}
.other-page blockquote h3,
.other-page blockquote h4 {
  font-size: 17px;
  font-family: Righteous;
}

.store-page {
  background-color: #ebeff2;
  padding-top: 10px;
}
.store-page .store-banner {
  background-image: url("https://static.rakuten.ca/static/images/stores/1170x178-all-stores.png");
  background-size: 100% 100%;
  padding: 40px;
  margin: 10px;
  margin-top: 0px;
  background-color: #ebeff2 !important;
  border: 4px solid #fff;
}
.store-page .store-banner h4 {
  font-family: "Righteous";
  color: #fff;
  margin: 0px;
}
.store-page .store-banner p {
  margin: 0px;
  color: #fff;
  width: 60%;
  font-family: "Raleway";
  font-size: 14px;
}
.store-page .sidenav {
  width: 22%;
  margin-right: 1%;
}
.store-page .sidenav .card-header {
  font-family: "Righteous";
  font-size: 16px;
  padding: 18px 12px;
  background: #fff;
}
.store-page .sidenav .card-body {
  margin-top: 10px;
  background-color: #fff;
  padding: 0px;
}
.store-page .sidenav .card-body ul {
  list-style: none;
  padding-left: 0px;
}
.store-page .sidenav .card-body ul li {
  font-family: "Raleway";
  border-bottom: 1px solid #ccc;
}
.store-page .sidenav .card-body ul li i {
  font-weight: 800;
  margin-right: 8px;
  color: #cd3232;
}
.store-page .sidenav .card-body ul li a {
  color: #555 !important;
  width: 100%;
}
.store-page .sidenav .card-body ul li a p {
  margin-bottom: 0px !important;
  padding: 8px 10px;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
}
.store-page .store-container {
  display: flex;
  padding: 10px;
}
.store-page .stores {
  width: 77%;
  margin-top: 0px;
}
.store-page .stores .header {
  padding: 1%;
  background: white;
}
.store-page .stores .header .uk-search-default {
  width: 60%;
}
.store-page .stores .header .sort {
  width: 20%;
  font-family: "Righteous";
  font-size: 14px;
  border-radius: 0px;
  text-align: center;
}
.store-page .stores .alphabets {
  background: #fff;
  margin-top: 10px;
}
.store-page .stores .alphabets ul {
  padding-left: 0px;
  list-style: none;
  display: flex;
}
.store-page .stores .alphabets li {
  padding: 9px 10px;
  font-family: "Righteous";
  font-size: 14px;
  border-right: 1px solid #ccc;
  cursor: pointer;
}
.store-page .stores .alphabets li:hover {
  background-color: #cd3232;
  color: white;
  transition: 0.2s;
}
.store-page .stores ul.sts {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 1%;
  background: white;
  margin-top: -10px;
}
.store-page .stores ul.sts li {
  width: 18.4% !important;
  margin-bottom: 0px;
  margin-right: 2% !important;
}
.store-page .stores ul.sts li:nth-child(7), .store-page .stores ul.sts li:nth-child(14) {
  margin-right: 1% !important;
}
.store-page .stores ul.sts li:nth-child(5n) {
  margin-right: 0% !important;
}

.category-details-page .sidenav .sidenav-card {
  margin-bottom: 10px;
}
.category-details-page .sidenav .card-header {
  padding: 13px 12px !important;
}
.category-details-page .sidenav .card-body {
  margin-top: 0px;
}
.category-details-page .sidenav .card-body ul {
  margin-top: 0px;
  margin-bottom: 0px;
}
.category-details-page .sidenav .card-body ul li {
  padding: 5px 10px;
}
.category-details-page .sidenav .card-body ul li:nth-child(1) {
  border-top: 1px solid #ccc;
}
.category-details-page .sidenav .card-body .price-range label {
  font-size: 12px;
  text-transform: uppercase;
}
.category-details-page .sidenav .card-body .price-range span, .category-details-page .sidenav .card-body .price-range input {
  font-family: "Righteous";
  font-size: 12px;
}
.category-details-page .sidenav .card-body .search-submit {
  background: #cd3232;
  padding: 2px 9px;
  font-family: "Righteous";
  color: white;
  width: 100%;
  margin-top: 4px;
  margin-bottom: 5px;
}
.category-details-page .offers {
  width: 77%;
  margin-top: 0px;
}
.category-details-page .offers .header {
  padding: 1%;
  background: white;
}
.category-details-page .offers .header .sort {
  width: 20%;
  font-family: "Righteous";
  font-size: 14px;
  border-radius: 0px;
  text-align: center;
}
.category-details-page .offers ul.offs {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 1%;
  background: white;
  margin-top: -10px;
}
.category-details-page .offers ul.offs li {
  width: 18% !important;
  margin-bottom: 0px;
  margin-right: 2% !important;
}
.category-details-page .offers ul.offs li:nth-child(5n) {
  margin-right: 0% !important;
}
.category-details-page .offers ul.offs li .price {
  font-family: "Righteous";
  font-size: 12px;
  display: flex;
  justify-content: space-between;
  margin-top: 3px;
}
.category-details-page .offers ul.offs li .offer-card .discount {
  position: absolute;
  top: 8px;
  left: 8px;
  background: #fff;
  padding: 0px 8px;
  font-size: 12px;
  color: #ff3d71;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  border-radius: 10px;
}
.category-details-page .offers ul.offs li .offer-card .offer-text {
  margin-top: 0px !important;
}
.category-details-page .offs {
  margin-top: 10px !important;
}
.category-details-page .form-check label {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
}

label {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 3.2px;
  color: var(--labelColor);
  font-family: raleway;
}

.mi-field {
  border-radius: 0.25rem !important;
  font-size: 0.9375rem !important;
  font-weight: 600 !important;
  line-height: 1.5rem !important;
  padding: 0.4375rem 1rem !important;
  background-color: var(--fieldBgcolor);
  border-color: var(--fieldBorderColor);
  color: var(--fieldTextColor);
}
.mi-field:focus {
  outline: none;
  outline-width: 0;
  box-shadow: none;
  border: 0.0625rem solid;
  border-color: var(--fieldBorderColorFocus);
}
.mi-field:hover {
  background-color: var(--fieldBgcolorHover);
  border-color: var(--fieldBorderColorHover);
}

.faq-page .nav {
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow: hidden;
  overflow-x: scroll;
}

.mi-content {
  background: var(--miContentBackgroundColor);
  order: 1;
  flex: 1 0;
  min-width: 0;
  min-height: 95vh;
  padding: 15px 10px 15px 10px;
  color: #fff;
  font-family: system-ui;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.25rem;
  flex-wrap: wrap;
  position: relative;
}

.mi-content > * {
  font-family: system-ui !important;
}

.mi-card {
  width: 100%;
  margin-bottom: 20px;
  border: 0px;
  border-radius: 5px;
  overflow: hidden;
  border-color: var(--miOutsideBorderColor);
  background-color: var(--miCardbg);
  padding-right: 0px !important;
  padding-left: 0px !important;
  color: #000 !important;
  box-shadow: 6px -14px 20px #E1E1E2, 3px 3px 20px 0 #8E8E8E;
}
.mi-card .mi-header {
  padding: 12px;
  text-transform: uppercase;
  border-bottom: 1px solid;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  font-family: system-ui !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  line-height: 1.5rem !important;
  border-color: #008A7C;
  position: relative;
  background: #008A7C !important;
  color: #fff !important;
}
.mi-card .mi-header .main-title {
  color: #fff !important;
}
.mi-card .mi-header p {
  font-size: 13px;
  color: #fff;
  margin-bottom: 0px;
}
.mi-card .mi-header .mi-right {
  position: absolute;
  right: 15px;
  top: 6px;
}
.mi-card .mi-header.header-sm {
  padding: 0.7rem 1.5rem !important;
}
.mi-card .mi-header .btn-close {
  color: var(--btnCloseColor) !important;
}
.mi-card .mi-header .mi-search {
  float: right;
  margin-top: -8px;
}
.mi-card .mi-header .sort {
  width: 150px;
}
.mi-card .mi-header .limit {
  width: 125px;
}
.mi-card .mi-header .sort,
.mi-card .mi-header .limit {
  border-radius: 0.25rem;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.5rem;
  padding: 0.4375rem 1rem;
  background-color: var(--fieldBgcolor);
  border-color: var(--fieldBorderColor);
  color: var(--fieldTextColor);
  float: right;
  margin-right: 10px;
}
.mi-card .mi-header .sort:focus,
.mi-card .mi-header .limit:focus {
  outline: none;
  outline-width: 0;
  box-shadow: none;
  border: 0.0625rem solid;
  border-color: var(--fieldBorderColorFocus);
}
.mi-card .mi-header .sort:hover,
.mi-card .mi-header .limit:hover {
  background-color: var(--fieldBgcolorHover);
  border-color: var(--fieldBorderColor);
}
.mi-card .white {
  background-color: white !important;
  color: #008A7C !important;
}
.mi-card .mi-body {
  font-size: 12px;
  font-weight: 500;
  padding: 15px 15px;
}
.mi-card .mi-body .form-group {
  margin-bottom: 10px;
}
.mi-card .mi-body label {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 700;
  color: var(--labelColor);
  font-family: system-ui;
}
.mi-card .mi-body input,
.mi-card .mi-body textarea,
.mi-card .mi-body select {
  border-radius: 0.25rem;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.5rem;
  padding: 9px 1rem;
  background-color: var(--fieldBgcolor) !important;
  border-color: var(--fieldBorderColor) !important;
  color: var(--fieldTextColor) !important;
  outline: none;
  outline-width: 0;
  box-shadow: none;
  border: 0.0625rem solid;
}
.mi-card .mi-body input:focus,
.mi-card .mi-body textarea:focus,
.mi-card .mi-body select:focus {
  outline: none;
  outline-width: 0;
  box-shadow: none;
  border: 0.0625rem solid;
  border-color: var(--fieldBorderColorFocus);
}
.mi-card .mi-body input:hover,
.mi-card .mi-body textarea:hover,
.mi-card .mi-body select:hover {
  background-color: var(--fieldBgcolorHover);
  border-color: var(--fieldBorderColorHover);
}
.mi-card .mi-body .pr-0 {
  padding-right: 0px !important;
}
.mi-card .mi-footer {
  border-top: 0.0625rem solid;
  border-color: var(--mi-inside-border-color);
  padding: 15px;
}

.create .mi-header {
  background-color: var(--miCardBackgroundColor);
  border-color: var(--mi-inside-border-color);
  color: white;
}
.create .mi-footer button {
  padding: 0.6875rem 1.125rem;
  border-style: solid;
  border-width: 0.0625rem;
  text-transform: uppercase;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1rem;
  background-color: #2ce69b;
  border-color: #2ce69b;
  color: #fff;
}

.butn {
  padding: 0.6875rem 1.125rem;
  border-style: solid;
  border-width: 0.0625rem;
  text-transform: uppercase;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1rem;
  font-family: system-ui;
}

.basic {
  background-color: var(--butnBasicBgColor);
  border-color: var(--butnBasicBgColor);
  color: var(--butnBasicColor);
}

.primary {
  background-color: var(--butnPrimaryBgColor) !important;
  border-color: var(--butnPrimaryBgColor) !important;
  color: var(--butnPrimaryColor) !important;
}

.success {
  background-color: var(--butnSuccessBgColor);
  border-color: var(--butnSuccessBgColor);
  color: var(--butnSuccessColor);
}

.info {
  background-color: var(--butnInfoBgColor);
  border-color: var(--butnInfoBgColor) !important;
  color: var(--butnInfoColor);
}

.warning {
  background-color: var(--butnWarningBgColor) !important;
  border-color: var(--butnWarningBgColor) !important;
  color: var(--butnWarningColor) !important;
}

.danger {
  background-color: var(--butnDangerBgColor) !important;
  border-color: var(--butnDangerBgColor) !important;
  color: var(--butnDangerColor) !important;
}

.basic.transparent {
  background-color: var(--buttonBasicTransparentBgColor) !important;
  color: var(--basicTextColor) !important;
}

.primary.transparent {
  background-color: var(--buttonPrimaryTransparentBgColor) !important;
  border-color: var(--primaryBorderColor) !important;
  color: var(--primaryTextColor) !important;
}

.success.transparent {
  background-color: var(--buttonSuccessTransparentBgColor) !important;
  border-color: var(--successBorderColor) !important;
  color: var(--successTextColor) !important;
}

.info.transparent {
  background-color: var(--buttonInfoTransparentBgColor) !important;
  border-color: var(--InfoBorderColor) !important;
  color: var(--InfoTextColor) !important;
}

.warning.transparent {
  background-color: var(--buttonWarningTransparentBgColor) !important;
  border-color: var(--warningBorderColor) !important;
  color: var(--warningTextColor) !important;
}

.danger.transparent {
  background-color: var(--buttonDangerTransparentBgColor) !important;
  border-color: var(--dangerBorderColor) !important;
  color: var(--dangerTextColor) !important;
}

.cashback .text {
  display: flex;
  justify-content: space-around;
}

.small-chart {
  width: 300px !important;
  height: 300px !important;
  margin: 0px auto;
}

.bar-chart {
  height: 275px !important;
}

table {
  border-bottom: 1.5px solid #008A7C !important;
  border-top: 1.5px solid #008A7C !important;
}
table thead {
  border-left-width: 1px;
  border-right-width: 1px;
  border-color: #008A7C;
  background: #008A7C;
  color: #fff;
  text-transform: uppercase;
}
table tbody tr {
  border-color: #ccc !important;
  font-size: 13px;
}

.mi-table thead {
  background: #008A7C;
  color: #fff;
}
.mi-table thead th {
  font-family: Montserrat !important;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bolder;
}
.mi-table tbody tr {
  font-family: system-ui, sans-serif;
  font-size: 14px;
}
.mi-table tbody td {
  position: relative;
}

.tag {
  padding: 6px 12px !important;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 10px;
  border-radius: 0px 18px 18px 0px;
  color: #fff;
  margin-left: 10px;
}

.dataTables_length select {
  padding: 10px !important;
  width: 97px !important;
  margin: 0px 11px !important;
  font-family: system-ui, sans-serif;
}

.dataTables_filter {
  margin-bottom: 15px;
}
.dataTables_filter input {
  padding: 8px !important;
  margin-left: 10px !important;
}

.table > :not(:last-child) > :last-child > * {
  border-bottom-color: #ccc !important;
}

table.dataTable tbody th,
table.dataTable tbody td {
  padding: 13px 10px !important;
}

.paginate_button {
  background: rgba(255, 170, 0, 0.16) !important;
  border: 1px solid #008A7C !important;
  font-family: system-ui, sans-serif !important;
  font-weight: 700 !important;
  border-radius: 50% !important;
}
.paginate_button.previous {
  border-radius: 5px !important;
  margin-right: 10px !important;
}
.paginate_button.next {
  border-radius: 5px !important;
  margin-left: 10px !important;
}
.paginate_button.current {
  background-color: var(--buttonPrimaryTransparentBgColor) !important;
  border-color: var(--primaryBorderColor) !important;
}

#dataTable_info, .dataTables_info {
  font-family: Righteous;
  font-size: 13px;
  margin-top: 35px;
}

#dataTable_paginate {
  margin-top: 30px !important;
}

.dataTables_paginate {
  margin-top: 30px;
}

.mi-right {
  position: absolute;
  right: 10px;
  width: auto !important;
  top: 50% !important;
  transform: translateY(-50%);
}

.cashback_yes i {
  padding: 0px;
  font-size: 19px;
  color: green;
}

.refEarn {
  font-family: "system-ui", sans-serif;
  font-size: 13px !important;
}
.refEarn ul li {
  margin-bottom: 10px;
}

.reffer-box {
  width: 670px;
}

.input-group-text {
  cursor: pointer;
}

.social_media {
  padding-left: 0px;
  display: flex;
  list-style: none;
  width: 100%;
  justify-content: center;
  margin-bottom: 0px;
  padding: 31px 0px;
}
.social_media li {
  border-radius: 50%;
  margin-right: 20px;
}
.social_media li a {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border-width: 1px;
  overflow: hidden;
  color: #fff !important;
}

.reffer-card {
  font-family: system-ui;
  border: 1px solid rgba(204, 204, 204, 0.8);
  font-size: 14px;
  padding: 20px;
}
.reffer-card p {
  margin-bottom: 0px;
}

.eligibility-term {
  list-style: none;
  font-family: Montserrat;
}
.eligibility-term li {
  margin-bottom: 5px;
}
.eligibility-term li::before {
  content: "-";
  margin-right: 10px;
}

.reffer-table {
  margin-top: 15px;
}
.reffer-table .tab-content {
  padding: 20px 5px;
}
.reffer-table .nav-link {
  width: 50%;
}

.share-page ul {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
}
.share-page ul li {
  margin-bottom: 10px;
}

.favourite-page .stores {
  margin-top: 0px !important;
}
.favourite-page .stores ul {
  justify-content: center;
}
.favourite-page .stores ul li {
  width: 18.5% !important;
}
.favourite-page .stores ul li:nth-child(5n) {
  margin-right: 0px !important;
}
.favourite-page .favourites-list {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
}
.favourite-page .favourites-list .shop-now {
  width: 100% !important;
}

.payment-metods ul li {
  width: 25%;
}
.payment-metods ul li .nav-link {
  width: 100%;
}

.openClose {
  color: white;
  margin-left: -9px;
  margin-top: 7px;
}

.how-it-work-card {
  display: flex;
  padding: 15px;
  align-items: center;
}
.how-it-work-card .icon {
  margin-right: 10px;
}
.how-it-work-card h4 {
  color: #fff;
}
.how-it-work-card p {
  color: #fff;
  margin-bottom: 0px;
}

.why-refer h4, .how-it-work-card h4 {
  font-family: "Montserrat";
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 0px;
}
.why-refer p, .how-it-work-card p {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 12px;
  margin-top: 0px;
}

.why-refer .icon {
  margin-right: 10px;
}
.why-refer img {
  width: 100%;
}

.w-8 {
  width: 8% !important;
}

.w-92 {
  width: 92%;
}

.menu-drop {
  right: -15px;
  left: -100px !important;
}

@media screen and (max-width: 550px) {
  .menu-drop {
    right: 10px;
    left: 0px !important;
  }
  .w-8 {
    width: 15% !important;
  }
  .w-92 {
    width: 75% !important;
  }
  .how-it-work-card {
    margin-bottom: 10px;
  }
  /* Your CSS styles for screens up to 950 pixels wide go here */
  .mi-right {
    right: 0px !important;
    display: none;
  }
  .mi-card .mi-header {
    padding: 8px !important;
    font-size: 11px !important;
  }
  .mi-card .mi-header img {
    width: 28px !important;
  }
  .mi-card .mi-header p {
    font-size: 8px;
    line-height: 11px;
  }
  .mi-card .mi-header .butn {
    font-size: 9px !important;
    font-weight: 600;
    padding: 7px;
  }
  table th {
    font-size: 12px !important;
  }
  .payment-metods ul {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
  .payment-metods ul li {
    width: auto !important;
    white-space: nowrap;
  }
  .uk-slidenav {
    display: none;
  }
  .container-fluid {
    padding-right: var(--bs-gutter-x, 0.4rem) !important;
    padding-left: var(--bs-gutter-x, 0.4rem) !important;
  }
  .main-title {
    font-size: 15px !important;
  }
  .header a {
    margin-top: 0px !important;
  }
  .stores ul.sts li {
    width: 39%;
    margin-right: 3.5%;
  }
  .stores ul.sts li .favourite {
    padding: 6px !important;
  }
  .stores ul.sts li:nth-child(6) {
    margin-right: 3.5% !important;
  }
  .stores ul.sts li .store-card {
    height: 136px;
    margin-bottom: 16px;
  }
  .stores ul.sts li .store-card p {
    font-size: 12px !important;
  }
  .offers .header {
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
  }
  .offers .header .nav {
    flex-wrap: inherit !important;
  }
  .offers .header .nav-item:hover {
    box-shadow: none !important;
  }
  .offers .header h4 {
    margin-bottom: 20px !important;
  }
  .offers ul.offs li {
    width: 48%;
    margin-right: 2%;
    margin-left: 0.3%;
  }
  .offers ul.offs .offer-card p {
    font-size: 12px !important;
  }
  .catgories ul.cats li {
    width: 32% !important;
    margin-right: 3.5% !important;
  }
  .catgories ul.cats li img {
    height: 60px !important;
  }
  .newsletter {
    background-image: url("");
  }
  .newsletter .box {
    width: 100%;
    padding: 15px;
  }
  .newsletter .box h4 {
    font-size: 17px;
  }
  .newsletter .box input {
    padding: 10px;
    font-size: 16px;
  }
  .newsletter .box .input-group-text {
    font-size: 12px;
  }
  .newsletter .box p {
    font-size: 12px;
    margin-top: 5px;
  }
  .footer-content blockquote {
    padding: 13px;
  }
  blockquote {
    padding: 13px;
  }
  footer .main-area {
    text-align: center;
    padding: 0px !important;
  }
  footer .col-sm-4 {
    margin-bottom: 35px;
  }
  .banner {
    padding: 5px;
  }
  .banner .uk-slideshow {
    border: 4px solid rgb(255, 255, 255);
    width: 100%;
  }
  .banner .uk-slideshow-items {
    min-height: 128px !important;
  }
  .banner .uk-slideshow-items img {
    height: 128px !important;
  }
  .store-banner {
    background-repeat: no-repeat !important;
    background-position: left !important;
    background-size: cover !important;
  }
  .store-banner p {
    width: 100% !important;
    font-family: Montserrat !important;
    font-size: 14px !important;
  }
  .store-page .store-banner {
    padding: 18px !important;
  }
  .store-page .sidenav {
    width: 0%;
    margin-right: 0;
    display: none;
  }
  .store-page .store-container {
    padding: 0px !important;
  }
  .store-page .store-container .stores {
    width: 100%;
  }
  .store-page .store-container .stores .header {
    padding: 2%;
  }
  .store-page .store-container .stores .header .sort {
    width: 35% !important;
  }
  .store-page .store-container .stores .alphabets ul {
    overflow: hidden;
    overflow-x: scroll;
  }
  .store-page .store-container .stores .alphabets li {
    white-space: nowrap;
  }
  .store-page .store-container .stores ul.sts {
    padding: 2%;
  }
  .store-page .store-container .stores ul.sts li {
    width: 47% !important;
    margin-right: 4% !important;
  }
  .store-page .store-container .stores ul.sts li:nth-child(even) {
    margin-right: 0% !important;
  }
  .page-banner {
    padding: 18px !important;
  }
  .category-details-page .sidenav {
    width: 0%;
    margin-right: 0;
    display: none;
  }
  .category-details-page .offers {
    width: 100%;
  }
  .category-details-page .offers .header {
    padding: 2%;
  }
  .category-details-page .offers .header .sort {
    width: 50% !important;
  }
  .category-details-page .offers ul.offs {
    padding: 2%;
  }
  .category-details-page .offers ul.offs li {
    width: 47.5% !important;
    margin-right: 3% !important;
  }
  .category-details-page .offers ul.offs li:nth-child(even) {
    margin-right: 0% !important;
  }
  .category-details-page .offers ul.offs li:nth-child(5n) {
    margin-right: 3% !important;
  }
  .mi-tab .tab-content {
    background: #fff;
    padding: 20px 5px;
  }
  .mi-accrodion .accordion-header .accordion-button {
    padding: 15px 16px !important;
  }
  .mi-accrodion .accordion-body {
    padding: 12px !important;
  }
  .mi-card .mi-body {
    padding: 8px 6px;
  }
  .input-group-text.butn {
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .mi-tab ul {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .mi-tab ul li {
    white-space: nowrap;
  }
  .favourites-list li {
    margin-bottom: 0px !important;
    width: 48% !important;
    margin-right: 4% !important;
  }
  .favourites-list li .get-code-btn {
    border-radius: 15px !important;
  }
  .favourites-list li:nth-child(2n) {
    margin-right: 0px !important;
  }
  .favourites-list li:nth-child(2n) .store-card p {
    font-size: 11px;
  }
}
.balance-card {
  font-family: "MONTSERRAT" !important;
  font-size: 35px !important;
  text-align: center;
  font-weight: 100 !important;
  color: #008A7C;
  padding: 45px !important;
}

.shop-button {
  display: flex;
  width: 92%;
  margin: 0px auto;
}/*# sourceMappingURL=style.css.map */