@import url(https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css);@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);@charset "UTF-8";

html {
  direction: ltr;
}

/**
#ffe808 = Yellow
#ff1501 = Red
#1f1f1f = Black
#ffffff = White
**/

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2.5em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/**
 * Set up a decent box model on the root element
 */

html {
  box-sizing: border-box;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */

*,
*::before,
*::after {
  box-sizing: inherit;
  outline: 0 !important;
}

/**
 * Basic styles for links
 */

a {
  color: #1f1f1f;
  text-decoration: none;
  outline: 0 !important;
}

a:hover,
a:active,
a:focus {
  color: #1f1f1f;
  text-decoration: none;
}

.py-80 {
  padding: 80px 0 80px 0 !important;
}

@media (min-width: 768px) {
  .py-md-80 {
    padding: 80px 0 80px 0 !important;
  }
}

.shadow-d {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.23);
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.horizontal-gray-line {
  border-top: 1px solid #cccccc;
}

h2 {
  font-family: "Konnect";
}

.blue-text {
  color: #ffe808;
}

.orange-text {
  color: #ff1501;
}

.gray-bg {
  background-color: #f0f0f0;
}

.white-bg {
  background-color: #ffffff;
}

.black-bg {
  background-color: #252525;
}

.blue-bg {
  background-color: #ffe808;
}

.white-gradient-bg {
  flex-grow: 0;
  margin: 40px 0 0;
  padding: 0 0 104px;
  border-top: 1px solid #c8c8c8;
  background-image: linear-gradient(to bottom, #ededed 0%, #f9f9f9 22%, #fff 100%);
}

.yellow-bg {
  background-color: #ffe808;
}

.white-btn {
  border-radius: 30px;
  border-width: 1px;
  border-color: #ffffff;
  border-style: solid;
  color: #ffffff;
  transition: all 0.5s;
}

.white-btn:hover {
  background-color: #ffffff;
  color: #ffe808;
}

.fill-white-btn {
  border-radius: 30px;
  border-width: 1px;
  border-color: #ffffff;
  border-style: solid;
  color: #1f1f1f;
  background-color: #ffffff;
  padding: 10px 60px;
  display: inline-block;
  opacity: 0.9;
  transition: all 0.5s;
}

.fill-white-btn:hover {
  opacity: 1;
  color: #ffffff;
  background-color: #1f1f1f;
  border-color: #1f1f1f;
}

.white-btn-border {
  border-radius: 30px;
  border-width: 1px;
  border-color: #ff2f1d;
  border-style: solid;
  color: #ff2f1d !important;
  background-color: #ffffff;
  padding: 10px 60px;
  display: inline-block;
  transition: all 0.5s;
  font-weight: bold;
  border-color: #ff2f1d;
}

.white-btn-border:hover {
  opacity: 1;
  font-weight: bold;
  color: #ffffff !important;
  background-color: #ff2f1d;
  border-color: #ffffff;
}

.blue-btn {
  border-radius: 30px;
  border-width: 1px;
  border-color: #ff2f1d;
  border-style: solid;
  color: #ffffff;
  background-color: #ff2f1d;
  padding: 10px 60px;
  display: inline-block;
  opacity: 0.9;
  transition: all 0.5s;
}

.blue-btn:hover {
  opacity: 1;
  color: #ff2f1d;
  background-color: #ffffff;
  border-color: #ff2f1d;
}

.blue-btn:focus {
  color: #ff2f1d;
  background-color: #ffffff;
  border-color: #ff2f1d;
}

.orange-btn {
  border-radius: 30px;
  border-width: 1px;
  border-color: #ff2f1d;
  border-style: solid;
  color: #ffffff;
  background-color: #ff2f1d;
  opacity: 0.9;
  color: #ffffff;
  padding: 10px 60px;
  display: inline-block;
  transition: all 0.5s;
}

.orange-btn:hover {
  opacity: 1;
  color: #ffffff;
  background-color: #1f1f1f;
  border-color: #1f1f1f;
}

.orange-btn:focus {
  color: #ffffff;
  background-color: #1f1f1f;
  border-color: #1f1f1f;
}

.black-btn {
  border-radius: 30px;
  border-width: 1px;
  border-color: #ff2f1d;
  border-style: solid;
  color: #ff2f1d;
  background-color: #ffffff;
  border-style: solid;
  padding: 10px 60px;
  display: inline-block;
  transition: all 0.5s;
}

.black-btn:hover {
  background-color: #ff2f1d;
  color: #ffffff;
}

.tooltipster-light {
  border-radius: 2px;
  border: none;
  background: #fff;
  color: #000;
}

.tooltipster-default {
  border: none;
  background-color: #636363 !important;
  border-radius: 0px !important;
}

.tipr_content {
  font-family: "Konnect" !important;
}

.head-title {
  margin-top: 30px;
  margin-bottom: 30px;
}

.head-title h3.top-title {
  font-size: 26px;
  font-family: "Konnect";
  margin-bottom: 0;
  display: inline-block;
  font-weight: bold;
}

@media (max-width: 767px) {
  .head-title h3.top-title {
    font-size: 18px;
  }
}

.head-title a {
  color: #ff1501;
  font-size: 20px;
  margin-left: 15px;
  margin-right: 15px;
  font-family: "Konnect";
}

@media (max-width: 767px) {
  .head-title a {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .mr-top-0-small {
    margin-top: 0;
  }

  h2 {
    font-size: 28px;
  }

  .mobile-p-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .head-title {
    margin-bottom: 15px;
  }

  .hide-sm-size {
    display: none;
  }

  .hide-under-small {
    display: none !important;
  }
}

.desktop-only {
  display: none;
}

@media only screen and (min-width: 768px) {
  .desktop-only {
    display: flex;
  }
}

@media only screen and (max-width: 520px) {
  h2 {
    font-size: 22px;
  }
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.95, 0.95, 0.95);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  70% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.95, 0.95, 0.95);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  70% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.store-tabs.scroll-to-fixed-fixed {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 165px;
}

.bootstrap-select button.btn.dropdown-toggle {
  border: 1px solid #ccc !important;
  background: transparent !important;
  border-radius: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0;
  margin: 0;
  font-size: 2rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 0;
  margin-top: 10px;
}

.bootstrap-select .dropdown-menu li a {
  font-size: 16px;
  background: transparent;
  color: #000;
  border-bottom: 1px solid #ccc;
  padding: 10px 20px;
}

.bootstrap-select .dropdown-menu li:last-child a {
  border-bottom: 1px solid none;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 20px;
  top: 10px;
  font-size: 13px;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  position: absolute;
  bottom: -11px;
  left: 9px;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  bottom: -12px;
  left: 10px;
}

.dropdown-toggle::after {
  display: inline-block;
  content: "\F107" !important;
  border: none !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.dropup .dropdown-toggle::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: #000;
}

.mfp-bg {
  background: rgba(0, 0, 0, 0.7) !important;
  opacity: 1;
}

.white-tooltip {
  background: #ffffff !important;
  padding: 10px 15px;
  border-radius: 2px;
}

.protip-skin-default--scheme-pro[data-pt-position=top-left] .protip-arrow,
.protip-skin-default--scheme-pro[data-pt-position=top] .protip-arrow,
.protip-skin-default--scheme-pro[data-pt-position=top-right] .protip-arrow {
  border-top-color: #ffffff !important;
}

.protip-skin-default--scheme-pro[data-pt-position=right-top] .protip-arrow,
.protip-skin-default--scheme-pro[data-pt-position=right] .protip-arrow,
.protip-skin-default--scheme-pro[data-pt-position=right-bottom] .protip-arrow {
  border-right-color: #ffffff !important;
}

.white-tooltip-large {
  background: #ffffff !important;
  padding: 25px 30px;
  border-radius: 2px;
  box-shadow: 0px 0px 24px 4px rgba(0, 0, 0, 0.3);
}

.white-tooltip-large[data-pt-position=right-top] .protip-arrow {
  margin: 15px 0 0 0;
  border-width: 12px 12px 12px 0;
}

.protip-skin-default--scheme-pro.protip-container {
  font-family: "Roboto", sans-serif;
}

.form-check {
  padding: 0 1.25rem;
}

.content-wrap a {
  color: blue;
  text-decoration: underline;
  display: inherit !important;
}

/**
 * Basic typography style for copy text
 */

body {
  color: #1f1f1f;
  font-family: "Konnect";
  width: 100%;
  overflow-x: hidden;
}

::-moz-selection {
  background-color: #ff2f1d;
  color: #ffffff;
}

::selection {
  background-color: #ff2f1d;
  color: #ffffff;
}

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

::-webkit-scrollbar-track {
  background: #d2d2d2;
}

::-webkit-scrollbar-thumb {
  background: #888;
}

::-webkit-scrollbar-thumb:hover {
  background: #ff2f1d;
}

input,
button,
textarea {
  font-family: "Konnect";
}

/**
 * Clear inner floats
 */

.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */

.container {
  max-width: 1200px;
  /* 1 */
  width: 100%;
  /* 1 */
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */

.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

header#header {
  z-index: 9;
  position: relative;
}

.Top-header-wrap {
  display: inline-block;
  background: #ff2f1d;
}

.Top-header-wrap .mobile.sign-up {
  padding: 5px 20px;
  font-size: 12px;
  color: #ffffff !important;
}

.Top-header-wrap .mobile.sign-up:hover {
  color: #ffffff !important;
}

.logo-wrap a {
  display: inline-block;
}

.logo-wrap a img {
  height: 55px;
  width: auto;
}

.logo-wrap a .mobile {
  padding: 5px 11px 0 11px;
  vertical-align: baseline;
  height: 30px;
  margin: 5px 0;
}

.user-details.dropdown .ammount {
  font-size: 22px;
}

.user-details .ammount {
  padding: 5px 10px;
  border-radius: 8px;
}

.login-signup-wrap,
.language-wrap,
.region-wrap {
  display: inline-block;
  vertical-align: middle;
}

.login-signup-wrap a {
  font-size: 16px;
  display: inline-block;
}

.login-signup-wrap a.sign-in {
  padding: 10px 20px;
  color: #ff2f1d;
}

.login-signup-wrap a.sign-up {
  padding: 10px 20px;
  color: #ff2f1d;
}

.login-signup-wrap .btn {
  border-radius: 30px;
  border-width: 1px;
  border-color: #ff2f1d;
  border-style: solid;
  background-color: #ff2f1d !important;
  color: #ffffff !important;
}

.Top-header-wrap .container {
  align-items: center;
  position: relative;
}

.language-wrap span {
  display: inline-block;
}

.language-wrap .fa-globe {
  line-height: 20px;
}

.language-wrap p {
  margin: 0px 12px 0;
  font-size: 16px;
}

.language-wrap a {
  color: #ffffff;
}

.login-header .language-wrap a {
  color: #ffffff;
}

.main {
  margin: 0;
  padding: 0;
}

.main-menu-ul {
  display: flex;
  justify-content: space-between;
}

.main-menu-ul > li {
  padding: 12px 0;
  list-style: none;
  position: relative;
}

.main-menu-ul > li a {
  color: #303030;
  font-weight: 400;
  font-size: 15px;
}

.main-menu-ul > li a:hover {
  color: #ff1501;
}

.main-menu-ul > li.active a {
  color: #ff1501;
}

.main-menu-ul .dropdown-menu-li span.fa-angle-down {
  font-size: 22px;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: -2px;
}

body.login-header {
  background-color: #f0f0f0;
}

body.login-header .fa-language {
  color: #ffffff;
}

.language-wrap span {
  display: inline-block;
}

.language-wrap .fa-language {
  margin-bottom: -2px;
  color: #ffffff;
}

.language-wrap p {
  margin: 0px 12px 0;
  font-size: 16px;
  color: #ffffff;
}

.language-wrap > ul {
  position: absolute;
  background: transparent;
  box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.2);
  transition: 0.5s all;
  display: none;
}

.language-wrap > ul li {
  list-style: none;
  padding: 8px;
  background: #fff;
  margin-top: 0px;
}

.language-wrap:hover > ul {
  display: block;
}

.login-header {
  background-color: #ff2f1d;
}

.login-header .user-details {
  display: inline-block;
  margin-right: 15px;
}

@media (max-width: 767px) {
  .login-header .user-details {
    margin-right: 5px;
  }
}

.login-header .user-details span {
  margin: 0 6px 0;
  font-size: 16px;
  color: #ffffff;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .login-header .user-details span {
    font-size: 12px;
  }
}

.login-header .user-details .fa-angle-down {
  vertical-align: middle;
}

.search-bar-wrap {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.search-box {
  display: flex;
  max-width: 435px;
  width: 435px;
}

@media (max-width: 767px) {
  .search-box {
    max-width: 330px;
  }
}

.search-box form {
  display: flex;
  max-width: 435px;
  width: 435px;
}

.search-box input {
  display: inline-block;
  border: 1px solid #cccccc;
  background: #ffffff;
  max-width: 385px;
  width: 100%;
  border-radius: 2px 0 0 2px;
  color: #888888;
  height: 40px;
  box-shadow: none !important;
  font-size: 15px;
  padding: 0 30px;
}

.search-box button {
  background: #f2f2f2;
  border-radius: 0 2px 2px 0;
  border: 1px solid #cccccc;
  border-left: 0;
  width: 50px;
  height: 40px;
  color: #888888;
  box-shadow: none !important;
}

.Top-header-wrap:not(.login-header) .search-box form {
  border-radius: 2px;
  margin-bottom: 0;
}

.search-dropdown {
  background: #ffffff;
  border: 1px solid #cccccc;
  position: absolute;
  top: calc(100% - 1px);
  width: 100%;
  left: 0;
  display: none;
}

.search-tabs {
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
}

.search-tabs li {
  height: 48px !important;
}

.search-tabs a {
  padding: 10px 12px !important;
}

.search-tabs a::after {
  left: 0;
  right: 0;
}

.search-all-stores ul li {
  border-left: 1px solid #cccccc !important;
  border-right: 1px solid #cccccc !important;
}

.result-wrap {
  padding: 20px;
}

.result-wrap li {
  list-style: none;
  padding: 5px 0;
}

.result-wrap li:hover {
  background-color: #f0f0f0;
  cursor: pointer;
}

.result-wrap li a {
  font-size: 15px;
  color: #000000;
}

.result-wrap li a span {
  float: right;
  color: #ff1501;
}

.result-wrap .see-all {
  color: #ff1501;
  margin-top: 10px;
  display: inline-block;
  width: 100%;
}

.product-result {
  border-top: 1px solid #cccccc;
}

.search-full-wrapprt {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: #ffffff;
  z-index: 99;
}

.search-full-wrapprt .mobile-search-result-wrap .search-dropdown {
  position: unset;
  border: none;
  max-height: 40vh;
  overflow-y: auto;
}

.from-search-from-wrapper {
  border-bottom: 1px solid #cccccc;
}

.from-search-from-wrapper form {
  display: flex;
}

.from-search-from-wrapper input {
  height: 40px;
  border: none;
  width: 100%;
}

.from-search-from-wrapper .search-back > span {
  width: 50px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
}

.from-search-from-wrapper button[type=reset] {
  height: 40px;
  width: 30px;
  margin-right: 15px;
  background: none;
  border: none;
}

.hot-deals-dropdown {
  position: absolute;
  z-index: 6;
  background: #fff;
  width: 250px;
  border: 1px solid #cccccc;
  top: 100%;
  border: 1px solid #cccccc;
  left: -30px;
  display: none;
}

.hot-deals-dropdown ul {
  padding: 10px 20px;
}

.hot-deals-dropdown li {
  list-style: none;
  padding: 8px 0px;
}

.hot-deals-dropdown li a {
  font-size: 15px;
  display: block;
}

#header.fixedheader .hot-deals-dropdown {
  box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.2);
}

.dropdown-ul {
  position: absolute;
  z-index: 6;
  background: #fff;
  width: 250px;
  top: 100%;
  display: none;
  border: 1px solid white;
  box-shadow: -5px 7px 9px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 0 25px;
}

.dropdown-ul .main-cat-li {
  list-style: none;
  padding: 11px 0;
}

.dropdown-ul .main-cat-li > a {
  font-size: 15px;
  color: black;
  position: relative;
  display: block;
  padding: 0px 20px;
}

.dropdown-ul .main-cat-li > a:after {
  content: "\F105";
  display: block;
  width: 10px;
  height: 10px;
  clear: both;
  position: absolute;
  right: 15px;
  top: -1px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 18px;
}

.dropdown-ul .main-cat-li > a:before {
  content: "";
  display: block;
  clear: both;
  width: calc(100% - 30px);
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.dropdown-ul .see-all {
  color: #ff1501;
  display: inline-block;
  padding: 15px 20px;
  width: 100%;
}

#header.fixedheader .dropdown-ul {
  box-shadow: -5px 7px 9px rgba(0, 0, 0, 0.2);
}

.mega-menu-content-wrap {
  width: 50%;
  float: left;
}

.Inner-mega-menu {
  position: absolute;
  left: 100%;
  background: #ffffff;
  border: 1px solid white;
  top: -1px;
  width: 850px;
  height: calc(100% + 2px);
  padding: 25px 15px;
  display: none !important;
  box-shadow: 5px 7px 8px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 25px 0;
}

.Inner-mega-menu .inner-cat-wrap {
  margin-bottom: 30px;
}

.Inner-mega-menu .inner-cat-wrap .sph4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.Inner-mega-menu .inner-cat-wrap li {
  list-style: none;
  padding: 5px;
}

.Inner-mega-menu .inner-cat-wrap li a {
  font-size: 15px;
}

.Inner-mega-menu .inner-cat-wrap li span {
  color: #ff1501;
  font-weight: bold;
  display: block;
}

.Inner-mega-menu .inner-cat-wrap li a span {
  display: block;
  font-size: 14px;
  color: #ffe808;
}

#header.fixedheader .Inner-mega-menu {
  box-shadow: 5px 7px 8px rgba(0, 0, 0, 0.2);
}

.mega-menu-store figure {
  margin: 0;
}

.mega-menu-store figure figcaption {
  margin-top: 8px;
  font-size: 15px;
}

.mega-menu-store figure figcaption span {
  color: #ff1501;
  font-weight: bold;
}

.dropdown-menu-li:hover .dropdown-ul {
  display: block;
}

.main-cat-li:hover .Inner-mega-menu {
  display: flex !important;
}

.dropdown-menu-li:hover .hot-deals-dropdown {
  display: block;
}

.Profile-dropdown {
  position: absolute;
  z-index: 3;
  width: 260px;
  top: 100%;
  border-top: none;
  display: none;
  padding-top: 20px;
  border-radius: 8px;
  left: auto;
  right: 0;
}

.Profile-dropdown ul:first-child {
  background: #fff;
  padding: 10px 20px;
  border: 1px solid #cccccc;
  border-radius: 8px 8px 0 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 4px 32px rgba(0, 0, 0, 0.05);
}

.Profile-dropdown ul {
  background: #fff;
  padding: 10px 20px;
  border: 1px solid #cccccc;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 4px 32px rgba(0, 0, 0, 0.05);
}

.Profile-dropdown li {
  list-style: none;
  padding: 12px 15px;
  font-weight: 600;
}

.Profile-dropdown li a {
  font-size: 15px;
  display: block;
  transition: all 0.5s;
}

.Profile-dropdown li:hover a {
  color: #ff1501;
}

.Profile-dropdown li.active {
  background: #ff1501;
  border-radius: 100px;
}

.Profile-dropdown li.active a {
  color: white;
}

.Profile-dropdown li.active span {
  color: white;
}

.Profile-dropdown li.yajny-plus {
  background: #FBFBFB;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}

.Profile-dropdown li.yajny-plus a {
  text-align: center;
}

#header.fixedheader .Profile-dropdown ul {
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.2);
}

.Profile-dropdown:before {
  content: "";
  position: absolute;
  display: block;
  top: 13px;
  width: 15px;
  height: 15px;
  background: #fff;
  border: 1px solid #cccccc;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: -1;
  right: 24px;
}

.Profile-dropdown:after {
  content: "";
  position: absolute;
  display: block;
  top: 20px;
  width: 19px;
  height: 2px;
  border: 0;
  background: #fff;
  right: 22px;
}

.user-details {
  position: relative;
  cursor: pointer;
}

.user-details:hover .Profile-dropdown {
  display: block;
}

#header {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100% !important;
  z-index: 999 !important;
  background: #fff;
}

#header.fixedheader {
  box-shadow: 0 7px 7px rgba(0, 0, 0, 0.2);
}

.top-search-row {
  position: relative;
  z-index: 2;
  background: #ffffff;
}

.menu-wrapper-row {
  transition: 0.5s all;
  border-bottom: 1px solid #cccccc;
}

.without-login-hidden {
  margin-top: -100px;
  width: 100%;
}

.onload-header .menu-wrapper-row {
  width: auto;
  margin-top: 0;
  box-shadow: 0 7px 7px rgba(0, 0, 0, 0.2);
}

#header.fixedheader .menu-wrapper-row {
  margin-top: 0;
  background: #fff;
}

#header.fixedheader:hover .top-search-row {
  box-shadow: none;
}

#header.fixedheader .top-search-row {
  box-shadow: 0 7px 7px rgba(0, 0, 0, 0.2);
}

#header:not(.fixedheader) .top-search-row {
  box-shadow: none;
}

#header.login-header-main:not(.fixedheader) {
  box-shadow: none;
}

#header.login-header-main:not(.fixedheader) .menu-wrapper-row {
  border-bottom: 1px solid #cccccc;
}

.onboarding {
  margin-top: 133px;
  margin-bottom: 125px;
}

@media (max-width: 767px) {
  .onboarding {
    margin-top: 47px;
    margin-bottom: 0;
  }
}

.from-wrapper {
  max-width: 500px;
  width: 100%;
  position: absolute;
  z-index: 5;
  background: #ffffff;
  border-radius: 25px;
  right: 15px;
  top: 25px;
  padding: 25px;
  box-shadow: 8px 1px 32px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.from-inner-wrap h3 {
  font-size: 18px;
  color: #000000;
  display: block;
  text-align: center;
  font-weight: 400;
  margin-bottom: 20px;
}

.select-bonus {
  display: flex;
}

.select-bonus input[type=radio] {
  display: none;
}

.select-bonus .content-wrap {
  opacity: 0.5;
  cursor: pointer;
}

.select-bonus input[type=radio]:checked ~ .content-wrap {
  opacity: 1;
}

.select-bonus .select-wrap {
  cursor: pointer;
  width: 50%;
  text-align: center;
  border-left: 1px solid #cccccc;
}

.select-bonus .select-wrap:first-child {
  border: none;
}

.select-bonus .select-wrap p {
  font-size: 13px;
  margin: 15px 0;
}

.select-bonus .select-wrap span.fa.fa-check-circle {
  font-size: 24px;
}

.sign-in-with ul li {
  display: block;
  margin-top: 15px;
}

.sign-in-with ul li a {
  padding: 12px 20px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  border-radius: 4px;
  font-size: 16px;
  width: 100%;
}

.sign-in-with ul li a img {
  float: left;
}

.sign-in-with ul li .facebook-with,
.sign-in-with ul li .fb-with {
  background: #3b5998;
  color: white;
}

.sign-in-with ul li .facebook-with:hover,
.sign-in-with ul li .facebook-with:focus,
.sign-in-with ul li .fb-with:hover,
.sign-in-with ul li .fb-with:focus {
  background-color: #4165a5;
  color: #ffffff;
}

.sign-in-with ul li .whatsapp-with {
  background: #25D366;
  color: white;
}

.sign-in-with ul li .whatsapp-with:hover,
.sign-in-with ul li .whatsapp-with:focus {
  background-color: #2ae46e;
  color: #ffffff;
}

.sign-in-with ul li .comment-with,
.sign-in-with ul li .SMS-with {
  background: #c21c1c;
  color: white;
}

.sign-in-with ul li .comment-with:hover,
.sign-in-with ul li .comment-with:focus,
.sign-in-with ul li .SMS-with:hover,
.sign-in-with ul li .SMS-with:focus {
  background-color: #da2828;
  color: #ffffff;
}

.sign-in-with ul li .envelope-with {
  background: #3a73ee;
  color: white;
}

.sign-in-with ul li .envelope-with:hover,
.sign-in-with ul li .envelope-with:focus {
  background-color: #4780fa;
  color: #ffffff;
}

.sign-in-with ul li .google-with {
  border: 1px solid #000000;
  color: #000000;
}

.sign-in-with ul li .google-with:hover,
.sign-in-with ul li .google-with:focus {
  color: #888;
  border-color: #888;
}

.sign-in-with p {
  font-size: 14px;
  color: #888888;
  text-align: center;
  width: 100%;
  margin: 15px 0;
}

.option-or {
  text-align: center;
  font-size: 14px;
  color: #888;
  position: relative;
  text-align: center;
  width: 100%;
  display: block;
}

.option-or:before {
  content: "";
  position: absolute;
  border-bottom: 1px solid #cccccc;
  top: 7px;
  width: 45%;
  color: #333;
  line-height: 29px;
  top: 12px;
  border-color: #ddd;
  left: 0;
  margin-right: 12px;
}

.option-or:after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #cccccc;
  top: 7px;
  width: 45%;
  color: #333;
  line-height: 29px;
  top: 12px;
  border-color: #ddd;
  right: 0;
  margin-left: 12px;
}

.vertical-or {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: space-around;
  font-size: 14px;
  color: #888;
  position: relative;
}

.vertical-or:before {
  content: "";
  position: absolute;
  height: 40%;
  width: 1px;
  background: #ddd;
  top: 5%;
  left: 50%;
}

.vertical-or:after {
  content: "";
  position: absolute;
  height: 40%;
  width: 1px;
  background: #ddd;
  bottom: 5%;
  left: 50%;
}

.sign-up-form {
  margin-top: 20px;
}

.sign-up-form input[type=text],
.sign-up-form input[type=password],
.sign-up-form .form-control {
  display: inline-block;
  border: 1px solid #cccccc;
  background: #ffffff;
  max-width: 100%;
  width: 100%;
  border-radius: 2px 0 0 2px;
  color: #888888;
  height: 40px;
  box-shadow: none !important;
  font-size: 15px;
  padding: 0 30px;
  margin-bottom: 5px;
  background-size: auto;
  background-position: center right 18px;
  background-repeat: no-repeat;
}

.sign-up-form input[type=email] {
  background-image: url(/images/email-icon.jpg?ed76f2cecea2cf576bef70d49154249a) !important;
}

.sign-up-form input[type=password] {
  background-image: url(/images/lock-icon.jpg?a810a5d825b751f8d274bbea1a16f479) !important;
}

.sign-up-form .refer_option {
  display: none;
}

.sign-up-form .submit-btn {
  padding: 15px 0;
  text-align: center;
  width: 100%;
  font-weight: bold;
}

.sign-up-form p {
  margin: 15px 0 0 0;
  color: #ff2f1d;
  text-align: center;
  cursor: pointer;
}

#register-home-modal-form .refer_option {
  display: none;
}

input#referrer_code {
  display: none;
}

input#referrer_code[type=text] {
  background-image: url(/images/referral.png?dd1e91e6336050f2835185e773be6f76) !important;
}

.terms-con p {
  margin-top: 15px;
  font-size: 12px;
  text-align: center;
  color: #888888;
  position: relative;
}

.terms-con p a {
  text-decoration: underline !important;
  color: #888888;
}

.terms-con p .tipr_container_below {
  width: 100%;
  left: 0;
  right: 0;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

@media (max-width: 767px) {
  .terms-con p {
    display: inline-block !important;
  }
}

div#cpatcha {
  margin-bottom: 15px;
}

.Main-slider-wrapper {
  margin-bottom: 100px;
}

.Main-slider-wrapper .img-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 2;
}

.Main-slider-wrapper .img-wrap img {
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .Main-slider-wrapper {
    margin-bottom: 0;
    background-position: center;
    background-size: cover;
  }

  .item {
    padding-bottom: 50px;
  }
}

.menu-bar span,
.search-icon span {
  font-size: 24px;
}

.login-header .menu-bar span,
.login-header .search-icon span {
  color: #1f1f1f;
}

a.my-acc-menu span {
  float: right;
  color: #0394e8;
}

@media only screen and (max-width: 767px) {
  #header.fixedheader .top-search-row {
    box-shadow: none !important;
  }

  #header .horizontal-gray-line {
    border-bottom: 1px solid #cccccc;
  }

  .search-dropdown {
    display: block;
  }

  .fixedheader {
    box-shadow: none !important;
    border-bottom: 0px solid #cccccc;
  }

  .from-wrapper {
    max-width: 100%;
    width: 100%;
    position: unset;
    box-shadow: none;
  }

  .from-inner-wrap h3 {
    font-size: 15px;
  }

  .sign-in-with ul li a {
    padding: 9px 15px;
  }

  .menu-bar,
  .search-icon {
    display: inline-block;
  }

  .hide-menu-search .menu-bar {
    display: inline-block;
  }

  .hide-menu-search .search-icon {
    display: inline-block;
  }

  .menu-wrapper-row {
    display: none !important;
  }

  .Main-slider-wrapper .item {
    height: 275px !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .Main-slider-wrapper .item .content-wrapper {
    padding-top: 0;
    text-align: center;
  }

  .Top-header-wrap .right-wrap {
    display: none !important;
  }

  .Top-header-wrap .left-wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .Top-header-wrap .hide-menu-search {
    justify-content: space-between;
  }

  .login-signup-menu a {
    width: 125px;
    text-align: center;
  }

  .login-signup-menu .white-btn {
    border-color: white;
  }

  .login-signup-menu .white-btn:hover {
    color: black !important;
  }
}

@media only screen and (max-width: 520px) {
  .from-wrapper {
    padding: 20px;
  }

  .login-signup-menu h3 {
    font-size: 14px;
    margin-bottom: 18px;
  }

  .option-or:before {
    width: 45%;
  }

  .option-or:after {
    width: 45%;
  }

  .sign-up-form .submit-btn {
    padding: 10px 0;
    text-align: center;
    width: 100%;
  }
}

.container-fluid.AB-main-wrapper {
  position: fixed;
  z-index: 999;
  background: #000000;
}

.AB-wrapper {
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}

.AB-wrapper p {
  margin-bottom: 0;
}

.ab-wrap1 {
  background: #fff;
  padding: 10px 20px;
}

.ab-wrap1 h3 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.ab-wrap1 p {
  font-size: 13px;
}

.AB-row-top {
  background-color: #000;
  padding: 10px 0;
  position: relative;
  z-index: 2;
}

.b-wrap-2 {
  display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f2f2f2;
  padding: 0 30px;
}

.b-wrap-2 .ab-wrap-inner-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60%;
}

.b-wrap-2 .ab-wrap-inner-1 p {
  width: 50%;
  font-size: 15px;
}

.b-wrap-2 .ab-wrap-inner-1 .btn-wrap {
  width: 50%;
}

.b-wrap-2 .ab-wrap-inner-1 a {
  background: #fff;
  border-radius: 30px;
  padding: 8px 15px;
  border: 1px solid #000;
  display: inline-block;
}

.b-wrap-2 .ab-wrap-inner-1 a:hover {
  background: #000;
  color: #fff;
}

.b-wrap-2 .ab-wrap-inner-2 {
  width: 40%;
  position: relative;
}

.b-wrap-2 .ab-wrap-inner-2 h3 {
  font-size: 15px;
  margin-bottom: 0;
}

.b-wrap-2 .ab-wrap-inner-2 p {
  font-size: 13px;
}

.b-wrap-2 .ab-wrap-inner-2 p a {
  color: #ff2f1d;
}

.b-wrap-2 .ab-wrap-inner-2 p:hover {
  text-decoration: underline;
}

.b-wrap-2 .ab-wrap-inner-2:before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  left: -26px;
  border-left: 1px solid #ccc;
}

.mobile-get-app {
  display: none;
}

.mobile-app-top-bar {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-right: 90px;
}

.mobile-app-top-bar .app-logo {
  width: 50px;
  margin: 0 6px;
}

.mobile-app-top-bar .close-btn-wrp {
  width: 25px;
  color: #fff;
  text-align: center;
}

.mobile-app-top-bar .app-content h3 {
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 0;
}

.mobile-app-top-bar .app-content p {
  font-size: 12px;
  color: #ffffff;
  margin-bottom: -4px;
  line-height: 16px;
}

.mobile-app-top-bar .app-content .rating span.fa {
  display: inline-block;
  color: #fca117;
  font-size: 14px;
}

.mobile-app-top-bar .app-content .rating .review-count {
  font-size: 11px;
  color: #ffffff;
}

.mobile-app-top-bar .get-app-btn {
  position: absolute;
  right: 20px;
}

.mobile-app-top-bar .get-app-btn a {
  padding: 8px 25px;
  background: #fff;
  display: block;
  border-radius: 30px;
}

@media only screen and (max-width: 767px) {
  .mobile-get-app {
    display: block;
  }
}

@media only screen and (max-width: 420px) {
  .mobile-get-app .container {
    padding: 0 3px;
  }

  .mobile-app-top-bar .get-app-btn {
    right: 25px;
  }

  .mobile-app-top-bar .app-content h3 {
    font-size: 13px;
  }

  .mobile-app-top-bar .app-content p {
    font-size: 10px;
  }

  .mobile-app-top-bar .app-content .rating span.fa {
    font-size: 11px;
  }

  .mobile-app-top-bar .app-logo {
    width: 40px;
    margin: 0 4px;
  }

  .mobile-app-top-bar .get-app-btn a {
    padding: 8px 20px;
  }

  .mobile-app-top-bar {
    padding-right: 69px;
  }
}

.sign-in-mobile,
.congrates-main {
  text-align: center;
}

.sign-in-mobile p,
.congrates-main p {
  font-size: 16px;
  color: #000;
  margin: 10px 0;
  text-align: center;
  width: 100%;
}

.sign-in-mobile p a,
.congrates-main p a {
  margin-left: 5px;
  color: #ff1501 !important;
}

.login-signup-mobile-tabs {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .login-signup-mobile-tabs {
    margin-top: 0;
  }
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: transparent;
  border-color: transparent;
}

ul.nav.nav-tabs.login-signup-mobile-tabs {
  background: #fff;
  display: flex;
}

ul.nav.nav-tabs.login-signup-mobile-tabs .nav-item {
  width: 50%;
}

ul.nav.nav-tabs.login-signup-mobile-tabs .nav-item a.nav-link {
  font-size: 15px;
  padding: 10px 4px;
  text-align: center;
  position: relative;
  text-transform: uppercase;
}

ul.nav.nav-tabs.login-signup-mobile-tabs .nav-item a.nav-link.active:after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
  border-bottom: 2px solid #000;
  position: absolute;
  top: 100%;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: transparent;
}

.login-signup-mobile-tab-content .from-wrapper {
  max-width: 100%;
  width: 100%;
  position: unset;
  box-shadow: none;
}

div#loginsignup-modal {
  max-width: 800px;
  background: #fff;
  z-index: 99;
  margin: 50px auto;
  position: relative;
}

.modal-head {
  padding: 10px 20px;
}

.modal-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-head .member-link {
  padding-right: 10px;
}

.modal-head .member-link a {
  color: #ffe808;
}

.modal-banner {
  background: #ffe808;
  padding: 30px 40px;
  text-align: center;
}

.modal-banner h2 {
  color: #ffffff;
}

.modal-banner h4 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
}

.modal-middel-container {
  width: 100%;
  display: flex;
  padding: 10px 0;
}

.modal-middel-container .step-main-wrap {
  width: 50%;
  padding: 20px 40px;
}

.step-main-wrap h3 {
  font-size: 18px;
  text-align: center;
}

.step-main-wrap span {
  text-align: center;
  display: block;
}

.step-one.step-main-wrap {
  border-right: 1px solid #ccc;
}

.slect-wrap label {
  padding: 10px 30px;
  width: 100%;
}

.slect-wrap label h4 {
  font-size: 16px;
  font-weight: 400;
  margin-left: 36px;
}

.slect-wrap label > div {
  display: flex;
  align-items: center;
}

.slect-wrap label input[type=radio] {
  margin-right: 25px;
  margin-left: 10px;
}

.step-main-wrap .from-wrapper {
  width: 100%;
  position: static;
  box-shadow: none;
  padding: 0;
}

.why-join {
  padding: 40px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.why-join h3 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 25px;
}

.why-join > div {
  display: flex;
}

.why-join > div .join {
  width: 33.33%;
  justify-content: center;
  padding: 0px 30px;
  display: flex;
}

.why-join > div .join span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #000;
  display: inline-block;
  border-radius: 50%;
  margin-right: 18px;
}

.why-join > div .join p {
  font-size: 16px;
  width: calc(100% - 45px);
}

.buzz-feed {
  padding: 30px 50px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.buzz-feed h3 {
  font-size: 24px;
  font-style: italic;
}

.buzz-feed img {
  padding-left: 25px;
}

.footer-modal {
  text-align: center;
  padding: 40px 40px 25px;
  background: #ccc;
}

.footer-modal p {
  font-size: 12px;
}

.footer-modal p a {
  color: #ffe808 !important;
  display: inline;
  text-decoration: underline !important;
}

#loginsignup-modal button.mfp-close {
  bottom: 0 !important;
  top: auto;
  color: #000;
}

.simple-from-wrapper {
  box-shadow: none;
  position: relative;
  padding: 30px;
  border-radius: 0;
  top: 0;
}

.simple-from-wrapper .sign-in-with p {
  font-size: 13px !important;
}

.signin-joinnow .from-inner-wrap h4 {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 20px;
  font-size: 20px;
}

.forget-pass p:hover {
  text-decoration: underline;
}

.signin-joinnow {
  margin: 40px auto;
  width: 400px;
  position: relative;
}

.signin-joinnow button.mfp-close {
  top: 5px;
  right: 5px;
  font-size: 30px;
}

.medium-large {
  width: 500px;
}

.deals-main {
  background: #fff;
  margin-bottom: 15px;
  border: 1px solid #cccccc;
}

.store-bonus {
  display: block;
  text-align: center;
  margin-top: 30px;
}

.store-bonus h3 {
  font-size: 28px;
  margin-top: 21px;
  margin-bottom: 25px;
}

.cb {
  color: #ff2f1d;
}

.cb-bonus {
  color: #ffe808;
}

.congrates-modal {
  max-width: 400px;
  margin: 0 auto;
  background-color: #ffffff;
  position: relative;
}

.congrates-main {
  padding: 50px;
  text-align: center;
}

.congrates-main h3 {
  font-size: 38px !important;
  color: #ff2f1d;
  margin-bottom: 15px;
}

.green-btn {
  background-color: #23ae4a;
  color: #fff;
}

.start-shopint-btn {
  padding: 15px 30px;
  border: none;
}

.chrome-extension-modal {
  max-width: 550px;
  margin: 0 auto;
  background-color: #ffffff;
  position: relative;
}

.tab-slider .nav-tabs li a.nav-link {
  width: 10px !important;
  height: 10px !important;
  background: #ccc !important;
  display: inline-block;
  margin: 6px !important;
  padding: 0;
  border-radius: 50% !important;
}

.tab-slider .nav-tabs li a.nav-link.active {
  background: #000 !important;
}

.tab-slider .nav-tabs {
  text-align: center;
  border: none !important;
  justify-content: center;
  padding-top: 20px;
}

.tab-slider .tab-pane h3 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 36px;
}

.tab-slider .tab-pane .img-wrapper {
  text-align: center;
  position: relative;
}

.tab-slider .tab-pane .img-wrapper img {
  position: relative;
  z-index: 2;
}

.tab-slider .tab-pane .img-wrapper:after {
  content: "";
  display: block;
  width: 100%;
  height: 74%;
  background: #f3f3f3;
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.tab-slider div#myTabContent {
  padding-top: 60px;
}

.extension-add-btn-larg {
  text-align: center;
  padding-bottom: 30px;
  padding-top: 20px;
}

.extension-add-btn-larg a {
  padding: 12px 70px;
  background-color: #ffe808;
  font-size: 16px;
  display: inline-block;
  color: #ffffff;
}

.chrome-extension-modal .term-and-cond {
  padding-bottom: 25px;
}

.chrome-extension-modal .term-and-cond p {
  font-size: 14px;
  text-align: center;
  margin: 0 auto;
}

.chrome-extension-modal .term-and-cond p a {
  text-decoration: underline;
}

.mg-reset-otp {
  line-height: 44px;
}

.mg-reset-otp a {
  color: #ff1501;
}

.fa-SMS:before {
  content: "\F075";
}

.glow {
  color: #ff0018 !important;
  text-align: center;
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #fff;
  }

  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #ff0018;
  }
}

.marquee-ar {
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  height: 25px;
  width: 100%;
}

.marquee-ar a {
  display: inline-block;
  animation: marquee 15s linear infinite reverse;
}

.marquee-ar a:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.marquee-en {
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  height: 25px;
  width: 100%;
}

.marquee-en a {
  display: inline-block;
  -webkit-animation: marquee 15s linear infinite;
          animation: marquee 15s linear infinite;
}

.marquee-en a:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translate(100vw, 0px);
            transform: translate(100vw, 0px);
  }

  100% {
    -webkit-transform: translate(-100%, 0px);
            transform: translate(-100%, 0px);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translate(100vw, 0px);
            transform: translate(100vw, 0px);
  }

  100% {
    -webkit-transform: translate(-100%, 0px);
            transform: translate(-100%, 0px);
  }
}

#menu.mm-opened {
  background: white;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

#menu.mm-opened .mm-title {
  color: black !important;
  text-align: left;
  font-size: 14px;
}

#menu.mm-opened .mm-navbar {
  border-bottom: 1px solid #fff;
  display: contents;
  color: black !important;
  text-align: left;
  font-size: 14px;
}

#menu.mm-opened .mobile-menu-logo {
  width: 100% !important;
  text-align: center;
}

#menu.mm-opened .mobile-menu-logo img {
  height: 35px;
  width: auto;
}

#menu.mm-opened ul.mm-listview li {
  background-color: white;
  border-color: white;
  color: black;
}

#menu.mm-opened ul.mm-listview li .login-signup-menu {
  text-overflow: unset !important;
  white-space: normal !important;
  padding: 20px 0 !important;
  display: block;
  text-align: center !important;
}

#menu.mm-opened ul.mm-listview li .login-signup-menu h3 {
  font-size: 16px;
  margin-bottom: 20px;
  color: black;
}

#menu.mm-opened ul.mm-listview li .login-signup-menu a {
  margin: 0 10px;
  padding: 8px 0;
  color: white;
  font-weight: bold;
  display: inline-block;
  background-color: #ff2f1d;
  border-color: #ff2f1d;
}

#menu.mm-opened ul.mm-listview li .login-signup-menu a:hover {
  background-color: white;
  color: #ff2f1d;
}

#menu.mm-opened ul.mm-listview li :not(.mm-divider):after {
  right: 50px;
  left: auto;
}

#menu.mm-opened ul.mm-listview li a {
  color: black;
  font-weight: bold;
}

#menu.mm-opened ul.mm-listview li a:hover {
  color: #ff2f1d;
}

#menu.mm-opened ul.mm-listview li .mm-next.mm-fullsubopen + span {
  padding: 10px 10px 10px 20px !important;
  margin: 0 !important;
}

#menu.mm-opened ul.mm-listview li .active {
  background-color: #ff2f1d;
  display: inline-block;
  line-height: 14px;
  border-radius: 0 15px 15px 0;
}

#menu.mm-opened ul.mm-listview li .active a {
  color: white;
}

#menu.mm-opened ul.mm-listview .mm-panel {
  background-color: white !important;
  border-color: white !important;
  color: black;
}

#menu.mm-opened ul.mm-listview span {
  color: black;
  font-weight: bold;
}

#menu.mm-opened ul.mm-listview a.mm-next {
  background: none !important;
}

#menu.mm-opened ul.mm-listview .mm-logout {
  display: inline-block;
  background-color: #ff2f1d;
  border-color: #ff2f1d;
  color: white;
  margin: 10px;
  padding: 10px;
  border-radius: 25px;
}

#menu.mm-opened ul.mm-listview .mm-logout:hover {
  background-color: white;
  color: #ff2f1d;
}

#menu.mm-opened .menu-user-details .user-name {
  color: black;
  font-size: 18pt;
  font-weight: bolder;
}

#menu.mm-opened .menu-user-details .user-confirmed-balance {
  font-size: 18pt;
  color: #ff2f1d;
}

.mm-page {
  z-index: inherit;
}

#mm-0 {
  padding-top: 0px;
}

#mm-0 .mm-navbar {
  display: none;
}

.mm-hasnavbar-top-1 .mm-panels {
  top: 60px;
}

span.close-menu {
  position: absolute;
  padding: 0;
  color: #fff !important;
  z-index: 2;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 24px;
  cursor: pointer;
  width: auto;
  right: 20px;
}

.verify-otp {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
}

.verify-otp #get_code .submit-btn {
  line-height: 0.9;
  padding: 10px;
  font-size: 1rem;
  font-weight: 400;
  color: white;
  background-color: #ff2f1d;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  opacity: 1;
}

.verify-otp #time {
  margin: auto 10px;
  font-size: 1rem;
  font-weight: 400;
  color: black;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 15px;
  width: 30px;
}

.verify-otp .header-img {
  width: 200px;
  height: auto;
}

.verify-otp .title {
  font-size: 30px;
  font-weight: bold;
}

.verify-otp .info-text {
  font-size: 20px;
  color: #888888;
}

.verify-otp .info-text #mobile {
  color: #ff2f1d;
}

.verify-otp #resetOTPWrap a {
  background-color: #888888;
  border-color: #888888;
}

.verify-otp #resetOTPWrap a:hover,
.verify-otp #resetOTPWrap a:focus {
  background-color: white;
  border-color: #ff2f1d;
}

.otp .form-control {
  transition: none;
  width: 40px;
  height: 40px;
  text-align: center;
}

.otp .form-control:focus {
  color: #888888;
  background-color: white;
  border-color: #ff2f1d;
  outline: 0;
}

.otp .form-control.form-control-solid {
  font-size: 20px;
  background-color: white;
  border-color: #888888;
  color: #ff2f1d;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.otp .form-control.form-control-solid:active,
.otp .form-control.form-control-solid.active,
.otp .form-control.form-control-solid:focus,
.otp .form-control.form-control-solid.focus {
  background-color: white;
  border-color: #888888;
  color: #ff2f1d;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.top-search-row {
  color: #FF2F1D !important;
}

.top-search-row #topBarMain {
  background-color: #FFFFFF;
}

.top-search-row .bg-red {
  background: #FF2F1D !important;
  height: 25px;
}

.top-search-row .wallet-badge {
  color: #FFFFFF !important;
  background-color: #ff2f1d;
  border: #ff2f1d solid 1px;
  border-radius: 16px;
}

.top-search-row .user-details span {
  color: #ff2f1d;
}

.top-search-row .logout {
  background-color: #ff2f1d;
  color: #FFFFFF;
  border-color: #ff2f1d;
  border-radius: 18px;
}

.top-search-row .logout span {
  color: #FFFFFF;
}

.top-search-row .logout:hover {
  background-color: #ffffff;
  color: #ff2f1d;
}

.top-search-row .logout:hover span {
  color: #ff2f1d;
}

.top-search-row .search-box input {
  border: 1px solid #ff2f1d;
}

.top-search-row .search-box button {
  background: #ff2f1d;
  border-radius: 0 5px 5px 0;
  border: 1px solid #ff2f1d;
  color: #f2f2f2;
}

.top-search-row .see-all i {
  color: #ff1501;
}

.top-search-row .dropdown-menu-li a:hover {
  color: #ff1501;
}

.top-search-row .hot-deals-dropdown {
  width: 172px;
  border-radius: 8px;
  padding: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 4px 32px rgba(0, 0, 0, 0.05);
}

.top-search-row .hot-deals-dropdown li {
  padding: 8px 0;
}

.top-search-row .hot-deals-dropdown img {
  margin: 0 8px;
}

.main-menu-ul > li a {
  color: #666666;
}

.dropdown-menu-li:hover > i {
  color: #FF2F1D;
}

.dropdown-menu-li span {
  color: #666666;
}

.Inner-mega-menu {
  border-color: white;
}

.Main-manu-wrapper .main-menu-ul li,
.Main-manu-wrapper .main-menu-ul a {
  color: #666666;
}

.Main-manu-wrapper .main-menu-ul .dropdown-ul {
  border: none;
}

#header .dropdown-ul {
  border-color: white;
}

.login-signup-wrap .black-btn {
  background-color: #ff2f1d !important;
}

.login-signup-wrap .black-btn:hover {
  color: #ff2f1d !important;
}

.all-store-menu-image {
  border: 1px solid #eee;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.all-store-menu-image img {
  width: 80%;
}

footer {
  background-color: #1f1f1f;
}

.widget-wrap {
  margin-bottom: 20px;
}

.widget-wrap .sph3 {
  display: block;
  color: #888888;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 16px;
}

.widget-wrap p {
  color: #888888;
  font-size: 13px;
  margin-top: 5px;
  margin-bottom: 0;
}

.widget-wrap p span {
  display: inline-block;
  margin-right: 5px;
}

.widget-wrap li {
  margin-bottom: 5px;
}

.widget-wrap li a {
  color: #ffffff;
  font-size: 14px;
}

.widget-wrap .langluages li a {
  width: 140px;
  display: inline-block;
}

.widget-wrap .langluages li a i {
  float: right;
  margin-top: 6px;
}

.footer-main-wrapper {
  padding-top: 40px;
  padding-bottom: 25px;
  display: flex;
  flex-flow: wrap;
}

.footerw-widget {
  width: 20%;
  padding-right: 25px;
}

.copy-right p {
  color: #ffffff;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}

.copy-right a {
  color: #888888;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

.footer-bottom-bar {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #cccccc;
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100%;
}

.copy-right {
  display: flex;
  align-items: center;
  color: #888888;
}

.web-copy-date {
  color: #888888;
}

@media (max-width: 767px) {
  .web-copy-date {
    margin-top: 10px;
  }
}

.social-icons-wrap ul li {
  display: inline-block;
  margin-right: 15px;
}

.social-icons-wrap ul li:last-child {
  margin-right: 0px;
}

.social-icons-wrap ul li a {
  display: inline-block;
}

.social-icons-wrap ul li a span {
  background-color: #cccccc;
  color: #1f1f1f;
  font-size: 20px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  transition: all 0.5s;
}

.social-icons-wrap ul li a:hover span {
  background-color: #ffe808;
  color: #ff1501;
}

.foo-content ul li a {
  transition: all 0.5s;
}

.foo-content ul li a:hover {
  color: #ff1501;
}

@media only screen and (max-width: 767px) {
  .footerw-widget {
    width: 100%;
    padding-right: 0px;
  }

  .footerw-widget .widget-wrap {
    margin-bottom: 0;
    border-bottom: 1px solid #cccccc;
  }

  .footerw-widget .foo-content {
    display: none;
    padding: 5px 15px 20px;
  }

  .footerw-widget .widget-wrap .sph3 {
    padding: 15px;
    margin-bottom: 0;
    font-size: 14px;
    cursor: pointer;
  }

  .footerw-widget .widget-wrap .sph3:after {
    content: "\F067";
    display: block;
    width: 20px;
    clear: both;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 13px;
    float: right;
    margin-right: -12px;
  }

  .footerw-widget .widget-wrap.active .sph3:after {
    content: "\F068";
  }

  .footer-bottom-bar {
    width: 100%;
    flex-direction: column-reverse;
    align-items: center;
    border-top: none;
  }

  .footer-bottom-bar .copy-right {
    margin-top: 20px;
    flex-direction: column;
    padding: 0;
  }
}

@media only screen and (max-width: 767px) and (max-width: 767px) {
  .footer-bottom-bar .copy-right {
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .footer-bottom-bar .copy-right a {
    margin-left: 0;
    margin-top: 10px;
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .footer-main-wrapper {
    padding-top: 40px;
    padding-bottom: 0;
  }
}

.mfp-close {
  cursor: pointer;
}

#get-app-dialog {
  position: relative;
}

#get-app-dialog .mfp-close {
  position: absolute;
  right: 2px;
  width: 25px;
  height: 25px;
  background: #fff;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  top: 3px;
  cursor: pointer;
  opacity: 1;
}

#get-app-dialog {
  background-color: #000000;
  padding: 10px;
  width: 250px;
  height: auto;
  display: block;
  margin: 0 auto;
  position: relative;
}

#get-app-dialog .borderd-wrap {
  border: 5px solid #fff;
  padding: 10px;
  width: 100%;
}

#get-app-dialog .lg-wrap {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#get-app-dialog .lg-wrap img {
  width: 50px;
}

#get-app-dialog .lg-wrap .rat-name h3 {
  font-size: 15px;
  color: #ffffff;
  margin-bottom: 0;
}

#get-app-dialog .lg-wrap .rat-name span {
  color: #fca117;
  margin: 1px;
  display: inline-block;
}

#get-app-dialog .lg-content {
  margin-top: 0;
  text-align: center;
  padding: 25px;
}

#get-app-dialog .lg-content p {
  font-size: 16px;
  color: #ffffff;
}

#get-app-dialog .lg-content a {
  padding: 8px 20px;
  color: #ffffff;
  display: inline-block;
}

.login-sign-btm-bar {
  display: none;
}

@media only screen and (max-width: 767px) {
  .login-sign-btm-bar {
    position: fixed;
    bottom: 0;
    background: #ffe808;
    width: 100%;
    padding: 10px;
    text-align: center;
  }

  .login-sign-btm-bar p {
    color: #ff1501;
    margin-bottom: 10px;
  }

  .login-sign-btm-bar a {
    padding: 6px 20px;
    font-size: 14px;
    display: inline-block;
    width: 120px;
  }
}

.add-extension-bottom {
  box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.15);
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #f6f6f6;
  z-index: 999;
  transition: 0.5s all;
}

.add-extension-bottom.hidden {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.add-extension-bottom.hidden .appy-coupan-image img {
  top: 0 !important;
}

.add-extension-bottom.hidden .close-btn-up .fa {
  font-size: 28px;
}

.add-extension-bottom.hidden .close-btn-up .fa:before {
  content: "\F106";
}

.add-extension-bottom .add-extension-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.add-extension-bottom .close-btn-up {
  position: absolute;
  bottom: 100%;
  left: 20px;
  background: #9a9a9a;
  padding: 10px 12px 6px;
  cursor: pointer;
  border-radius: 30px 30px 0 0;
  color: #fff;
  width: 35px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.add-extension-content .save-content h3 {
  font-size: 19px;
  margin-bottom: 2px;
}

.add-extension-content .save-content p {
  font-size: 13px;
  margin-bottom: 0;
}

.add-extension-content .appy-coupan-image {
  width: 180px;
  position: relative;
}

.add-extension-content .appy-coupan-image img {
  top: -55px;
  position: absolute;
  left: 0;
  transition: 0.5s all;
}

.add-extension-content .add-btn a {
  padding: 8px 20px;
  display: inline-block;
  color: #fff;
}

.add-extension-content .term-and-cond p {
  font-size: 13px;
}

.add-extension-content .term-and-cond p a {
  text-decoration: underline;
  color: #252525;
}

.add-extension-content .term-and-cond {
  width: 180px;
}

.add-extension-content .term-and-cond p {
  margin-bottom: 0;
}

.extension-rateing {
  display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

.extension-rateing .img-wr {
  padding: 0 10px;
}

.extension-rateing .rating span {
  color: #000;
  font-size: 15px;
}

.extension-rateing p {
  font-size: 13px;
  margin-bottom: 0;
}

.modal-extension-rateing {
  padding-top: 20px;
  padding-bottom: 20px;
}

.scrolltop {
  display: none;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  bottom: 50px;
  right: 15px;
}

.scroll {
  position: absolute;
  right: 0;
  bottom: 75px;
  background: #ff1501;
  color: white;
  padding: 16px 20px;
  text-align: center;
  margin: 0 0 0 0;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.scroll:hover .fa {
  padding-top: -10px;
}

.scroll .fa {
  font-size: 30px;
  margin-top: -5px;
  margin-left: 1px;
  border-radius: 100%;
}

.Bg-image {
  display: none;
}

.Main-slider-wrapper {
  background-size: cover;
  background-position: center top;
  background-image: linear-gradient(to bottom, black, #ff2f1d);
}

.Main-slider-wrapper .container {
  position: relative;
}

.Main-slider-wrapper .item {
  height: 550px;
  position: relative;
  background-size: cover;
  background-position: center;
}

.Main-slider-wrapper .item:after {
  content: "";
  display: block;
  clear: both;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.9;
  z-index: -1;
}

.Main-slider-wrapper .item .content-wrapper {
  position: relative;
  z-index: 2;
  padding-top: 200px;
  max-width: 40%;
}

@media (max-width: 767px) {
  .Main-slider-wrapper .item .content-wrapper {
    max-width: 100%;
  }
}

.Main-slider-wrapper .item .content-wrapper .primary-heading {
  color: white;
  font-weight: bolder;
  font-size: 50px;
  letter-spacing: 2px;
}

@media (max-width: 767px) {
  .Main-slider-wrapper .item .content-wrapper .primary-heading {
    font-size: 35px;
  }
}

.Main-slider-wrapper .item .content-wrapper .secondary-heading {
  color: white;
  font-size: 20px;
}

@media (max-width: 767px) {
  .Main-slider-wrapper .item .content-wrapper .secondary-heading {
    font-size: 16px;
  }
}

.Main-slider-wrapper .item .content-wrapper p {
  font-size: 18px;
  color: #ff1501;
  font-weight: 400;
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
  .content-wrapper h2 {
    margin-bottom: 10px !important;
  }

  .content-wrapper p {
    font-size: 15px;
  }

  .Main-slider-wrapper .item {
    height: auto !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .Main-slider-wrapper .item .content-wrapper {
    padding-top: 0px;
  }
}

@media only screen and (max-width: 520px) {
  .Main-slider-wrapper .item .content-wrapper p {
    font-size: 15px;
  }

  .h-it-w .imag-wrap {
    width: auto;
    max-width: 154px;
    padding: 65px 0;
  }

  .h-it-w .content-wrap h4 {
    font-size: 16px;
  }

  .h-it-w .content-wrap {
    margin-left: 15px;
    padding-top: 20px;
  }

  .h-it-w .content-wrap p {
    font-size: 14px;
  }
}

.after-login-bannner {
  width: 100%;
  float: left;
}

.after-login-bannner .slick-list {
  border-radius: 0 0 15px 15px;
}

.banner-shop-store {
  float: right;
  width: 180px;
}

.banner-shop-store ul {
  border: 1px solid #cccccc;
  border-top: none;
  border-radius: 0 0 15px 15px;
}

.banner-shop-store li {
  list-style: none;
  border-top: 1px solid #cccccc;
  padding: 8px;
  text-align: center;
  background: #fff;
}

.banner-shop-store li img {
  max-height: 39px;
  height: auto;
  width: auto;
}

.banner-shop-store li:first-child {
  border-top: none;
}

.banner-shop-store li:last-child {
  border-radius: 0 0 15px 15px;
}

.banner-shop-store .note {
  font-size: 9px;
  color: #888888;
  line-height: 14px;
  display: inline-block;
  text-align: center;
}

.banner-wrap {
  position: relative;
  position: relative;
  background-size: cover;
  background-position: center;
}

.banner-wrap:after {
  content: "";
  display: block;
  clear: both;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to left, rgba(255, 232, 8, 0.8) 0%, rgba(255, 21, 1, 0.8) 100%);
  background: -webkit-linear-gradient(to left, rgba(0, 161, 255, 0.8) 0%, rgba(224, 161, 48, 0.8) 100%);
}

.banner-wrap .banner-content {
  position: relative;
  z-index: 2;
  padding-top: 50px;
  padding-bottom: 30px;
}

.banner-wrap .banner-content h2 {
  display: block;
  text-align: center;
  color: #ffffff;
}

.banner-wrap .banner-content ul {
  text-align: center;
  display: flex;
  margin: 35px auto 35px;
  width: auto;
  justify-content: center;
}

.banner-wrap .banner-content li {
  display: flex;
  list-style: none;
  margin: 0 20px;
}

.banner-wrap .banner-content li span {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #ffffff;
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  border-radius: 50%;
  text-align: center;
  margin-right: 15px;
}

.banner-wrap .banner-content li p {
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
  font-size: 18px;
}

.banner-wrap .banner-content .learn-more {
  width: 100%;
  text-align: center;
}

.banner-wrap .banner-content .learn-more a {
  padding: 10px 30px;
  display: inline-block;
}

.banner-slider button.slick-arrow {
  bottom: 0;
  cursor: pointer;
  position: absolute;
  top: -10px;
  border: none;
  padding: 0;
  z-index: 99;
  background: none;
  width: auto;
  outline: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-slider button.slick-arrow img {
  width: 50px;
}

.banner-slider button.slick-arrow.slick-prev {
  left: -15px;
  width: 30px;
  height: 116px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.banner-slider button.slick-arrow.slick-prev .fa {
  display: none;
  font-size: 42px;
  color: #fff !important;
}

.banner-slider button.slick-arrow.slick-next {
  right: -15px;
  width: 30px;
  height: 116px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.banner-slider button.slick-arrow.slick-next .fa {
  display: none;
  font-size: 42px;
  color: #fff !important;
}

.slider-counter {
  position: absolute;
  top: 61%;
  right: 3px;
  z-index: 222;
  font-size: 15px;
  color: #888888;
}

.banner-slider .slide-style-2 > a,
.banner-slider .banner-wrap > a {
  height: 100%;
  margin: 0 auto;
}

.slide-style-2 {
  display: flex !important;
  align-items: center;
  position: relative;
}

.slide-style-2 .sliderImage {
  width: 100%;
  height: auto;
}

.slide-style-2 .sliderImage img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.slide-style-2 .sliderContent {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  text-align: left;
  padding: 40px 30px 20px 30px;
}

.slide-style-2 .sliderContent .store-img {
  margin-bottom: 10px;
}

.slide-style-2 .sliderContent h3 {
  font-size: 30px;
  font-weight: 300;
}

.slide-style-2 .sliderContent p.cash-back {
  display: inline-block;
  color: #ff2f1d;
  margin-bottom: 10px;
}

.slide-style-2 .sliderContent p.code {
  display: inline-block;
  margin-bottom: 10px;
  font-weight: bold;
}

.slide-style-2 .sliderContent a.btn-wrap {
  padding: 10px 25px;
  display: inline-block;
  margin-bottom: 10px;
}

.slide-style-2 .sliderContent .slide-note {
  font-size: 13px;
  color: #000000;
}

.slide-style-2 .sliderContent span.slide-note {
  position: absolute;
  bottom: 10px;
  left: 30px;
}

@media only screen and (max-width: 767px) {
  .banner-shop-store {
    display: none;
  }

  .after-login-bannner {
    width: 100%;
    float: none;
  }

  .banner-wrap .banner-content li p {
    font-size: 12px;
  }

  .banner-wrap .banner-content .learn-more a {
    padding: 7px 20px;
    display: inline-block;
    font-size: 12px;
  }

  .banner-wrap .banner-content ul {
    margin: 15px auto 5px;
    flex-wrap: wrap;
  }

  .banner-wrap .banner-content li {
    width: auto;
    margin-bottom: 10px;
  }

  .banner-wrap .banner-content {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container-login-bannner {
    padding: 0;
  }

  .banner-slider button.slick-arrow img {
    width: 10px;
    display: none;
  }

  .banner-slider button.slick-arrow {
    height: 65px !important;
    background: transparent !important;
  }

  .banner-slider button.slick-arrow .fa {
    display: inline-block !important;
  }

  .slider-counter {
    top: auto;
    bottom: 10px;
    color: #ffffff;
    right: 9px;
  }

  .banner-wrap .banner-content h2 {
    font-size: 16px;
  }

  .banner-wrap .banner-content li span {
    width: 25px;
    height: 25px;
    line-height: 25px;
    background: #fff;
    color: #000;
    font-size: 13px;
    font-weight: 700;
    border-radius: 50%;
    text-align: center;
    margin-right: 10px;
  }

  .banner-slider .slide-style-2,
  .banner-slider .banner-wrap {
    height: auto !important;
  }

  .slide-style-2 .sliderContent h3 {
    font-size: 16px;
  }

  .slide-style-2 .sliderContent .store-img {
    margin-bottom: 4px;
    width: 70px;
  }

  .slide-style-2 .shap-angle:after {
    width: 20%;
  }

  .slide-style-2 .sliderContent {
    width: 50%;
    padding: 20px 12px;
  }

  .slide-style-2 .sliderContent p.cash-back {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .slide-style-2 .sliderContent p.code {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .slide-style-2 .sliderContent a.btn-wrap {
    display: none;
  }

  .slide-style-2 .sliderContent span.slide-note {
    bottom: 4px;
    left: 10px;
    font-size: 10px;
  }
}

.store-inner-banner {
  height: 200px;
}

.inner-banner-wrap {
  position: relative;
}

.inner-banner-wrap:after {
  content: "";
  display: block;
  clear: both;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}

.inner-banner-wrap .bg-img-wrap {
  display: flex;
  width: 100%;
  height: 100%;
}

.inner-banner-wrap .bg-img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fav-btn {
  display: none;
}

.fav-btn a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #fff;
  color: #00a1ff;
  display: inline-block;
  font-size: 18px;
  border-radius: 4px;
}

.store-cat-abel {
  background: #fff;
  position: relative;
  z-index: 2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 10px;
  margin-top: 20px;
  display: inline-block;
  margin-left: 15px;
  position: absolute;
  left: 0;
  top: 0;
}

.store-cat-abel label {
  display: flex;
  margin-bottom: 0;
  align-items: center;
}

.store-cat-abel label i {
  width: 20px;
  height: 16px;
  box-sizing: content-box;
  padding-top: 10px;
  position: relative;
  background: #ffe808;
  color: #ffffff;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-align: center;
  text-transform: uppercase;
  margin-right: 10px;
}

.store-cat-abel label i:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 10px solid #ffffff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.store-cat-abel label p {
  margin-bottom: 0;
  color: #000000;
}

.store-cat-abel label p span {
  color: #ffe808;
}

@media only screen and (max-width: 767px) {
  .store-inner-banner {
    height: 110px;
  }

  .store-inner-banner .fav-btn {
    color: #ff1501;
    display: inline-block;
    font-size: 18px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 2;
    border-radius: 4px;
  }

  .inner-banner-wrap {
    margin-top: 0;
  }

  .store-cat-abel {
    display: none;
  }

  .slide-style-2 .sliderContent {
    width: 50%;
    padding: 0px 12px !important;
    height: auto;
  }
}

.brand-wrap {
  max-width: 650px;
  width: 100%;
  margin: 50px 0;
  margin-bottom: 150px;
}

.brand-wrap ul li {
  list-style: none;
  margin: 0 15px;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.brand-wrap .brand-slider button.slick-arrow {
  bottom: 0;
  cursor: pointer;
  opacity: 0.8;
  position: absolute;
  top: -10px;
  border: none;
  padding: 0;
  z-index: 99;
  background: none;
  width: auto;
  outline: none !important;
}

.brand-wrap .brand-slider button.slick-arrow .fa {
  font-size: 36px !important;
  color: #9a9a9a;
  width: 15px;
  line-height: 30px;
  outline: none !important;
}

.brand-wrap .brand-slider button.slick-arrow.slick-prev {
  left: 0;
}

.brand-wrap .brand-slider button.slick-arrow.slick-prev .fa {
  margin-right: 8px;
}

.brand-wrap .brand-slider button.slick-arrow.slick-next {
  right: 0;
}

.brand-wrap .brand-slider button.slick-arrow.slick-next .fa {
  margin-left: 8px;
}

.brand-wrap .brand-slider button.slick-arrow.slick-disabled {
  display: none !important;
}

.offer-wrapper-top {
  margin-bottom: 40px;
}

.wrapper-content-box {
  align-self: center;
  max-width: 430px;
  margin: 0;
}

.wrapper-content-box p {
  font-size: 18px;
  margin-bottom: 0 !important;
}

.offer-wrapper {
  max-width: 350px;
}

.offer-wrapper figure {
  margin: 0;
}

.offer-wrapper figure .content {
  padding: 30px 15px 25px;
  position: relative;
}

.offer-wrapper figure .content p {
  margin-bottom: 0 !important;
}

.offer-wrapper span.name-label {
  position: absolute;
  box-shadow: 0px 1px 10px #ccc !important;
  display: inline-block;
  line-height: 50px;
  font-size: 22px;
  padding: 10px 3px;
  border-radius: 3px;
  top: -50px;
  background: #ffffff;
}

.cashback-offer {
  padding-top: 65px;
  padding-bottom: 65px;
}

.paypal-image-wraper {
  margin: 0;
}

.paypal-wrapper {
  padding-top: 50px;
}

.paypal-wrapper .wrapper-content-box {
  margin-top: 50px;
}

.how-it-wrok-head {
  width: 100%;
  text-align: center;
  margin-top: 25px;
  margin-top: 25px;
}

.h-it-w {
  display: flex;
  padding: 0 20px;
  padding-top: 30px;
}

.h-it-w .imag-wrap {
  width: 100%;
  max-width: 110px;
  display: flex;
  align-items: flex-end;
}

.h-it-w .content-wrap {
  margin-left: 30px;
  padding-top: 20px;
  width: calc(100% - 100px);
}

.h-it-w .content-wrap h4 {
  font-size: 18px;
}

.h-it-w .content-wrap p {
  font-size: 16px;
}

.h-it-w:nth-child(even) {
  background: #f0f0f0;
}

.h-it-w h4 {
  font-weight: bold;
}

.Join-wrapper {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}

.Join-wrapper h2 {
  margin-bottom: 25px;
  font-size: 48px;
  color: #ff2f1d;
}

.Join-wrapper .sph4 {
  display: block;
  color: #494949;
  font-size: 20px;
  margin-bottom: 25px;
}

.Join-wrapper a {
  border-style: solid;
  padding: 10px 70px;
  display: inline-block;
  margin: 0 20px;
}

.Join-wrapper a.join-now-btn {
  color: white !important;
}

.Join-wrapper li {
  display: inline;
}

.Join-wrapper .simple-btn {
  border: none;
  color: #ff1501;
  margin-top: 20px;
}

.testimoinal-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.testimoinal-section h2 {
  text-align: center;
  margin-bottom: 40px;
}

.testimoinal-section .slider-nav {
  text-align: center;
}

.testimoinal-section .test-content h3 {
  font-size: 16px;
  text-align: center;
  font-weight: 400;
}

.testimoinal-section .slider-nav {
  margin: 40px 0 0;
}

.testimoinal-section .slider-nav .img-wrap {
  text-align: center;
}

.testimoinal-section .slider-nav .img-wrap img {
  display: inline-block;
}

.testimoinal-section .slider-nav .slick-track {
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transform: translate(0) !important;
          transform: translate(0) !important;
}

.testimoinal-section .slider-nav .slick-slide img {
  opacity: 0.3;
  transition: 1s all;
  cursor: pointer;
}

.testimoinal-section .slider-nav .slick-slide.slick-current img {
  opacity: 1;
}

.full-width-container {
  height: 300px;
  width: 100%;
  background-color: #0b0b0b;
}

@media (max-width: 767px) {
  .full-width-container {
    height: 200px;
  }
}

.full-width-container .container-fluid {
  height: 100%;
  align-items: center;
}

.full-width-container .full-width-main-wrap {
  display: flex;
  justify-content: space-between;
}

.full-width-container .full-width-main-wrap .full-width-block {
  height: 230px;
  width: 260px;
  display: inline-table;
  background: white;
  border-radius: 25px 80px 25px 25px;
}

@media (max-width: 767px) {
  .full-width-container .full-width-main-wrap .full-width-block {
    height: 130px;
    width: 150px;
    border-radius: 15px 50px 15px 15px;
  }
}

.full-width-container .full-width-main-wrap .img-wrap {
  border: #0b0b0b 1px solid;
  background-color: white;
  height: 130px;
  width: 130px;
  margin-top: 20px;
  float: right;
  margin-right: 25px;
}

@media (max-width: 767px) {
  .full-width-container .full-width-main-wrap .img-wrap {
    height: 65px;
    width: 65px;
    margin-right: 10px;
  }
}

.full-width-container .full-width-main-wrap .img-wrap img {
  width: 100%;
  height: auto;
}

.full-width-container .full-width-main-wrap .img-text-wrap {
  width: 75%;
  text-align: start;
  margin-top: 100px;
  font-weight: bold;
  line-height: 35px;
  padding-left: 20px;
}

.full-width-container .full-width-main-wrap .img-text-wrap strong {
  font-size: 28px;
}

@media (max-width: 767px) {
  .full-width-container .full-width-main-wrap .img-text-wrap {
    font-size: 9px;
    margin-top: 50px;
    padding-left: 10px;
  }

  .full-width-container .full-width-main-wrap .img-text-wrap strong {
    font-size: 22px;
  }
}

.stores-with-categories-main-wrap {
  margin-bottom: 15px;
  display: inline-flex;
}

.stores-with-categories-main-wrap .store-with-categories-card {
  width: 340px;
  height: 280px;
  display: inline-table;
  flex-shrink: 0;
  border-radius: 25px 80px 25px 25px;
}

@media (max-width: 767px) {
  .stores-with-categories-main-wrap .store-with-categories-card {
    width: 160px;
    height: 250px;
    border-radius: 20px 50px 20px 20px;
  }
}

.stores-with-categories-main-wrap .store-with-categories-card .img-wrap {
  border: #0b0b0b 1px solid;
  background-color: white;
  height: 150px;
  width: 150px;
  margin-top: 20px;
  float: right;
  margin-right: 25px;
}

@media (max-width: 767px) {
  .stores-with-categories-main-wrap .store-with-categories-card .img-wrap {
    height: 100px;
    width: 100px;
    margin-top: 10px;
    margin-right: 10px;
  }
}

.stores-with-categories-main-wrap .store-with-categories-card .img-wrap img {
  width: 100%;
  height: auto;
}

.stores-with-categories-main-wrap .store-with-categories-card .img-text-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: start;
  font-weight: bold;
  justify-content: flex-end;
  padding: 0 20px;
  line-height: 55px;
}

@media (max-width: 767px) {
  .stores-with-categories-main-wrap .store-with-categories-card .img-text-wrap {
    font-size: 14pt;
    line-height: 30px;
    padding: 15px;
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
}

.stores-with-categories-main-wrap .store-with-categories-card .img-text-wrap .line-1 {
  font-size: 20pt;
}

@media (max-width: 767px) {
  .stores-with-categories-main-wrap .store-with-categories-card .img-text-wrap .line-1 {
    font-size: 16pt;
    line-height: 23px;
  }
}

.stores-with-categories-main-wrap .store-with-categories-card .img-text-wrap .line-2 {
  font-size: 45pt;
}

@media (max-width: 767px) {
  .stores-with-categories-main-wrap .store-with-categories-card .img-text-wrap .line-2 {
    font-size: 37pt;
  }
}

.stores-with-categories-main-wrap .store-with-categories-card .img-text-wrap .line-3 {
  font-size: 20pt;
}

@media (max-width: 767px) {
  .stores-with-categories-main-wrap .store-with-categories-card .img-text-wrap .line-3 {
    font-size: 16pt;
    line-height: 23px;
  }
}

.stores-with-categories-main-wrap .categories-main-wrap {
  display: grid;
}

.stores-with-categories-main-wrap .categories-main-wrap .category-block-wrap {
  display: flex;
  justify-content: flex-start;
}

.stores-with-categories-main-wrap .categories-main-wrap .category-block-wrap .category-block {
  width: 220px;
  height: 280px;
  display: inline-table;
  border-radius: 25px;
  background: black;
  position: relative;
}

.stores-with-categories-main-wrap .categories-main-wrap .category-block-wrap .category-block:hover .category-img {
  opacity: unset;
}

.stores-with-categories-main-wrap .categories-main-wrap .category-block-wrap .category-block:hover .img-text-wrap {
  padding: 0 20px 30px 20px;
}

@media (max-width: 767px) {
  .stores-with-categories-main-wrap .categories-main-wrap .category-block-wrap .category-block {
    width: 190px;
    height: 100%;
    border-radius: 15px;
  }
}

.stores-with-categories-main-wrap .categories-main-wrap .category-block-wrap .category-block .category-img {
  width: 220px;
  height: 280px;
  border-radius: 25px;
  opacity: 0.4;
}

@media (max-width: 767px) {
  .stores-with-categories-main-wrap .categories-main-wrap .category-block-wrap .category-block .category-img {
    width: 190px;
    height: 100%;
    border-radius: 15px;
    opacity: unset;
  }
}

.stores-with-categories-main-wrap .categories-main-wrap .category-block-wrap .category-block .img-text-wrap {
  width: 100%;
  height: 100%;
  text-align: start;
  font-weight: bold;
  padding: 0 20px 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: absolute;
  z-index: 1;
  top: 0;
  color: white;
  transition: all 400ms ease-in-out;
}

.stores-with-categories-main-wrap .categories-main-wrap .category-block-wrap .category-block .img-text-wrap .line-1 {
  font-size: 12pt;
}

@media (max-width: 767px) {
  .stores-with-categories-main-wrap .categories-main-wrap .category-block-wrap .category-block .img-text-wrap .line-1 {
    font-size: 10pt;
    line-height: 23px;
  }
}

.stores-with-categories-main-wrap .categories-main-wrap .category-block-wrap .category-block .img-text-wrap .line-2 {
  font-size: 45pt;
  line-height: 45px;
}

@media (max-width: 767px) {
  .stores-with-categories-main-wrap .categories-main-wrap .category-block-wrap .category-block .img-text-wrap .line-2 {
    font-size: 37pt;
  }
}

.stores-with-categories-main-wrap .categories-main-wrap .category-block-wrap .category-block .img-text-wrap .line-3 {
  font-size: 12pt;
}

@media (max-width: 767px) {
  .stores-with-categories-main-wrap .categories-main-wrap .category-block-wrap .category-block .img-text-wrap .line-3 {
    font-size: 10pt;
    line-height: 23px;
  }
}

.recommended-stores-main-wrap li {
  display: inline-table;
  height: 150px;
  width: 120px;
}

@media (max-width: 767px) {
  .recommended-stores-main-wrap li {
    height: 100px;
    width: 75px;
  }
}

.recommended-stores-main-wrap .img-wrap {
  border: #0b0b0b 1px solid;
  background-color: white;
  width: 120px;
  height: 120px;
}

.recommended-stores-main-wrap .img-wrap img {
  display: block;
  width: 100%;
  height: auto;
}

.recommended-stores-main-wrap .img-text-wrap {
  display: inline-block;
  color: #ff2f1d;
  font-size: 12px;
  font-weight: bold;
}

.recommended-stores-main-wrap .img-text-wrap i {
  font-size: 14px;
}

@media (max-width: 767px) {
  .recommended-stores-main-wrap {
    font-size: 9px;
  }
}

.recommended-stores-main-wrap .arrow img {
  margin-bottom: 35px;
}

.promo-main-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.promo-main-wrap.top-store-justify {
  justify-content: flex-start;
}

.promo-main-wrap.top-store-justify li {
  margin: 10px 10px;
}

.topstore-main-wrap {
  display: flex;
  justify-content: unset;
  flex-wrap: wrap;
}

.promo-block {
  list-style: none;
  text-align: center;
  border: 2px solid #cccccc;
  width: 185px;
  height: 160px;
  padding: 20px 0;
  background: #ffffff;
  transition: 0.3s all;
  margin-bottom: 10px;
  display: inline-table;
  border-radius: 15px;
  flex-shrink: 0;
}

.promo-block span {
  width: 100%;
  display: block;
  text-align: center;
}

.promo-block .img-wrap {
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.promo-block .img-wrap img {
  width: auto;
  height: 40px;
}

.promo-block span.rebate-was {
  font-size: 14px;
  padding: 7px 0;
  color: #888888;
  height: 33px;
  overflow: hidden;
}

.promo-block span.rebate-now {
  font-size: 16px;
  margin-bottom: 8px;
  color: #ff1501;
  font-weight: bold;
  height: 22px;
  overflow: hidden;
}

.promo-block .all-store {
  font-size: 14px;
  color: #888888;
  margin-bottom: 10px;
}

.promo-block:hover {
  border: 2px solid #ff2f1d;
}

.promo-block .btn-anchor {
  padding: 8px 15px;
  font-size: 14px;
  display: inline-block;
  margin-top: 16px;
  color: #000000;
  border-color: #000000;
}

.promo-block .btn-anchor:hover {
  background-color: #ff2f1d;
  color: #ffffff;
  border-color: #ff2f1d;
}

.coupon-box {
  padding: 25px 10px 20px 10px;
  position: relative;
  border: 0;
  margin-top: 0.5rem;
  height: 245px;
  transition: all 400ms ease-in-out;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.02);
}

.coupon-box:hover {
  box-shadow: 5px 5px 5px 0 #cecece;
}

.coupon-box .coupon-name {
  margin-bottom: 0.5rem;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

@media (max-width: 380px) {
  .coupon-box .coupon-name {
    font-size: 14px;
  }
}

.coupon-box:hover {
  border: 0;
}

.coupon-box .right-notch,
.coupon-box .left-notch,
.coupon-box .top-notch {
  position: absolute;
  background: #f0f0f0;
}

.coupon-box .right-notch,
.coupon-box .left-notch {
  width: 20px;
  height: 40px;
  top: calc(50% - 20px);
}

.coupon-box .top-notch {
  width: 40px;
  height: 20px;
  top: -2px;
  left: calc(50% - 20px);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.coupon-box .right-notch {
  right: -2px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}

.coupon-box .left-notch {
  left: -2px;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
}

.coupon-box .span-div {
  margin-top: 0.5rem;
  justify-content: center;
  min-height: 88px;
}

.coupon-box .span-div p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
}

.coupon-box.mobile {
  width: 150px;
  padding-bottom: 10px;
  height: 200px;
}

@media (max-width: 380px) {
  .coupon-box.mobile {
    margin: 5px;
  }
}

.couponsPage .dashed-border-top {
  border-top: 2px dashed lightgray;
}

.couponsPage .stores-slide {
  padding: 2rem;
  background: #ffffff;
  border-radius: 10px;
}

.feature-store {
  background: #ff2f1d;
  padding-top: 10px;
}

.feature-store .img-wrap {
  border-radius: 20px;
  margin: 0 auto;
  width: 80%;
  background: #ffffff;
  padding: 35px 0;
}

.feature-store .all-store {
  color: #ffffff;
}

.feature-store span.rebate-now {
  color: #ffffff;
  height: auto;
}

.feature-store span.rebate-now .upto {
  font-size: 22px;
}

.feature-store span.rebate-now .cashback-amount {
  font-size: 44px;
  font-weight: 500;
}

.copy-share .promo-block {
  height: auto;
}

.copy-share .promo-block a {
  display: block;
}

.copy-share .promo-block a .rebate-was,
.copy-share .promo-block a .all-store {
  display: none;
}

.copy-share .promo-block a .rebate-now {
  color: #ff1501;
}

.promo-main-wrap.slider-wrap .promo-block {
  padding: 8px 0;
  height: 110px;
  margin-right: 10px;
  margin-bottom: 0px;
  width: 160px;
}

.promo-main-wrap.slider-wrap .promo-block span.rebate-now {
  font-size: 14px;
  margin-bottom: 0;
  color: #ff1501;
}

.promo-main-wrap.slider-wrap .shop-more-promo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: transparent;
}

.promo-main-wrap.slider-wrap .shop-more-promo p {
  margin-bottom: 10px;
}

.promo-main-wrap.slider-wrap .shop-more-promo a {
  padding: 8px 25px;
  font-size: 14px;
}

.promo-main-wrap.slider-wrap .slick-track {
  margin-left: 10px;
}

.with-dxwidth .dxwidth {
  width: 370px;
  display: flex;
}

.with-dxwidth .dxwidth .promo-right-wrap {
  width: 50%;
}

.with-dxwidth .dxwidth .promo-left-wrap {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.with-dxwidth .dxwidth .promo-left-wrap a {
  width: 150px;
  height: 150px;
  display: flex;
  box-shadow: 1px 3px 8px 0px rgba(0, 0, 0, 0.15);
  justify-content: center;
  align-items: center;
}

.with-dxwidth .promo-block {
  height: 220px;
}

.Top-promos-main-wrapper {
  background-color: #fff;
}

.best-offer-wrap {
  background-image: url(/images/special-offier-bg.png?4f3b3299163b18d23d8c61e394c7715c);
  height: 100% !important;
  background-position: center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.best-offer-wrap h3 {
  color: #ff1501;
  font-size: 24px;
  text-align: center;
  position: relative;
  z-index: 2;
  font-family: "Konnect";
  font-weight: 600;
}

.best-offer-wrap:after {
  content: "";
  display: block;
  clear: both;
  width: 104%;
  height: 104%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
  z-index: 1;
  background-color: #ffe808;
}

.Top-promos-wrapper {
  padding: 0 40px;
  width: 100%;
}

.Top-promos-wrapper li {
  list-style: none;
}

.Top-promos-wrapper .promos-wrap {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.Top-promos-wrapper .promos-wrap h3 {
  margin-bottom: 23px;
  color: #000000;
  font-size: 18px;
}

.Top-promos-wrapper .promos-wrap:hover h3 {
  color: #ff1501;
}

.Top-promos-wrapper .promos-wrap .img-wrapper {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  background: #ffe808;
}

.Top-promos-wrapper .promos-wrap .img-wrapper img {
  max-height: 50px;
  width: auto;
  max-width: 100%;
}

.Top-promos-wrapper .promos-wrap .dis span {
  display: block;
  text-align: center;
}

.Top-promos-wrapper .promos-wrap .dis span.rebate-was {
  font-size: 14px;
  padding: 7px 0;
  color: #888888;
}

.Top-promos-wrapper .promos-wrap .dis span.rebate-now {
  font-size: 16px;
  color: #ff1501;
  font-weight: bold;
}

.Top-promos-wrapper * {
  outline: none;
}

span.rebate-now.no-cashback {
  color: #888888 !important;
  font-weight: 400 !important;
}

.Top-promos-wrapper button.slick-arrow {
  bottom: 0;
  cursor: pointer;
  height: 80px;
  margin: auto;
  opacity: 0.8;
  position: absolute;
  top: -10px;
  border: none;
  background: #fff !important;
  width: 40px;
  padding: 0;
  z-index: 99;
  outline: none !important;
}

.Top-promos-wrapper button.slick-arrow .fa {
  font-size: 36px !important;
  color: #9a9a9a;
  width: 15px;
  line-height: 30px;
  outline: none !important;
}

.Top-promos-wrapper button.slick-arrow.slick-prev {
  left: 0;
  border-radius: 0px 40px 40px 0;
  box-shadow: 2px 0 6px 0 rgba(0, 0, 0, 0.24);
}

.Top-promos-wrapper button.slick-arrow.slick-prev .fa {
  margin-right: 8px;
}

.Top-promos-wrapper button.slick-arrow.slick-next {
  right: 0;
  border-radius: 40px 0 0 40px;
  box-shadow: -2px 0 6px 0 rgba(0, 0, 0, 0.24);
}

.Top-promos-wrapper button.slick-arrow.slick-next .fa {
  margin-left: 8px;
}

.Top-promos-wrapper button.slick-arrow.slick-disabled {
  display: none !important;
}

@media only screen and (min-width: 768px) {
  .Top-promos-main-wrapper .Top-promos-wrappe {
    position: relative;
  }

  .Top-promos-main-wrapper .best-offer-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .Top-promos-main-wrapper .best-offer-wrap-20 {
    width: 230px !important;
    max-width: 230px !important;
    position: relative;
    overflow: hidden;
  }

  .Top-promos-main-wrapper .Top-promos-wrappe-80 {
    width: calc(100% - 230px) !important;
    max-width: calc(100% - 230px) !important;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-p-0 .head-title {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 15px;
  }

  .brand-wrap {
    margin-bottom: 50px;
  }

  .Top-promos-wrappe-80 {
    width: 100%;
  }

  .Top-promos-wrapper {
    padding: 0;
  }

  .Top-promos-wrapper .promos-wrap {
    margin: 0 25px;
    position: relative;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .Top-promos-wrapper .promos-wrap:after {
    content: "";
    display: block;
    border-left: 1px solid #cccccc;
    clear: both;
    height: 75%;
    position: absolute;
    right: -25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  .Top-promos-wrapper .promos-wrap h3 {
    font-size: 16px;
    font-weight: 400;
  }

  .Top-promos-wrapper .promos-wrap .img-wrapper {
    width: 120px;
    height: 120px;
    padding: 20px;
    margin-left: 7px;
    margin-right: 7px;
  }

  .Top-promos-wrapper .slick-arrow {
    display: none !important;
  }
}

@media only screen and (max-width: 520px) {
  .brand-wrap {
    max-width: 650px;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }

  .brand-wrap ul li {
    margin: 0 22px;
  }

  .brand-wrap .brand-slider button.slick-arrow {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-top: -10px;
  }

  .brand-wrap .brand-slider button.slick-arrow.slick-prev {
    left: 4px;
  }

  .brand-wrap .brand-slider button.slick-arrow.slick-next {
    right: 4px;
  }
}

.featured-deails-main-wrapper {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(225px, 1fr));
  grid-gap: 10px;
}

.featured-deails-main-wrapper .tipr_container_above {
  margin-left: 2% !important;
}

.premium-store {
  width: 225px;
  text-align: center;
  padding-bottom: 10px;
  border: 1px solid #cccccc;
  background: #ffffff;
}

.premium-store .f-deals-cont .cash-back,
.premium-store .f-deals-cont .expire-date {
  height: 22px;
}

.premium-store .f-deals-cont a {
  height: 44px;
  overflow: hidden;
}

.premium-store .f-deals-cont p.code-copy {
  height: 27px;
}

.premium-store a {
  display: block;
}

.premium-store:hover {
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}

.premium-store .top-discount-wrap {
  background: #ffe808;
  height: 150px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ff1501;
  padding: 0 10px;
}

.premium-store .top-discount-wrap h4 {
  font-size: 24px;
  font-family: "Konnect";
  font-weight: bold;
}

.premium-store .store-image-wrap {
  margin: -25px auto 15px;
  background: #fff;
  border: 1px solid #cccccc;
  width: 150px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.premium-store span.cash-back {
  font-size: 16px;
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
  color: #ff1501;
}

.premium-store:hover span.cash-back {
  color: #ff2f1d;
}

.premium-store p {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
}

.premium-store .expire-date {
  font-size: 16px;
  color: #888888;
}

.premium-store .expire-date small {
  vertical-align: middle;
  display: inline-block;
}

.premium-store .expire-date i {
  margin-right: 10px;
  margin-left: 10px;
  vertical-align: middle;
  display: inline-block;
}

.premium-store .code-wrap {
  display: block;
}

p.code-copy {
  font-size: 14px;
  color: #888888;
  margin-top: 12px;
}

.expire-today {
  color: #ff2f1d !important;
}

p.code-copy.tooltipstered span,
.code-copy.ng-binding {
  padding: 4px 5px;
  background: #636363;
  margin-left: 4px;
  color: #ffffff;
  cursor: pointer;
  position: relative;
  display: inline-block;
}

.home-left-right-wrap {
  margin-top: 50px;
}

.hot-deals-main-wraper {
  width: 100%;
  float: left;
}

.home-aside {
  width: 28%;
  float: right;
}

.hot-deals-main-wraper {
  background-color: #ffffff;
}

.boxed-heading-wrap {
  padding: 20px;
  border: 1px solid #cccccc;
}

.boxed-heading-wrap .top-title {
  font-size: 18px;
  font-family: "Konnect";
  margin-bottom: 0;
  display: inline-block;
}

.boxed-heading-wrap span.top-title.no-offers {
  font-size: 14px;
}

.boxed-heading-wrap > a {
  color: #ff1501;
  font-size: 18px;
  margin-left: 15px;
  font-family: "Konnect";
  float: right;
}

.deals {
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}

.ad .sliderImage img {
  border-radius: 20px;
}

@media (max-width: 767px) {
  .ad .sliderImage img {
    border-radius: 12px;
  }
}

.sliderImage img.img-fluid.lozad {
  height: 1px;
}

.sliderImage img.img-fluid.lozad[data-loaded=true] {
  height: auto;
}

.recommended-deals .recommended-deal .deal-image {
  position: relative;
  width: 246px;
  height: 155px;
}

.recommended-deals .recommended-deal .deal-image .deal-image-link img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

.recommended-deals .recommended-deal .store-image {
  position: absolute;
  width: 62px;
  height: 62px;
  bottom: 15px;
  left: 20px;
  background: white;
  border-radius: 50%;
}

.recommended-deals .arrow {
  top: 77.5px !important;
}

.hot-deals {
  width: 100%;
  display: inline-flex;
  padding: 28px 18px;
  justify-content: space-between;
  border-bottom: 1px solid #cccccc;
}

.hot-deals .store-image {
  width: auto;
  height: 70px;
  -o-object-fit: fill;
     object-fit: fill;
  padding: 13px 0;
  display: inline-table;
  flex: none;
  margin-right: 10px;
}

.hot-deals .store-image img {
  width: auto;
  height: 40px;
}

.hot-deals .store-image i {
  margin-right: 5px;
}

.hot-deals .hot-deal-content h4 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
}

.hot-deals .hot-deal-content h1,
.hot-deals .hot-deal-content h2,
.hot-deals .hot-deal-content h3 {
  font-size: 18px;
}

.hot-deals .hot-deal-content .coupon-title {
  cursor: pointer;
  font-weight: bold;
}

.hot-deals .hot-deal-content .coupon-desc {
  display: none;
}

.hot-deals .hot-deal-content .coupon-desc ul {
  margin-bottom: 16px;
  list-style: unset;
  padding-left: 40px;
}

.hot-deals .hot-deal-content .coupon-desc a {
  color: #007bff;
  text-decoration: underline;
}

.hot-deals .cb_enclose {
  white-space: nowrap;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
}

.hot-deals span.cash-back {
  font-size: 44px;
  display: block;
  color: #ff1501;
  font-weight: bold;
}

.hot-deals .expire-date {
  font-size: 18px;
  color: #888888;
}

.hot-deals .expire-date small {
  vertical-align: middle;
  display: inline-block;
}

.hot-deals .expire-date i {
  margin-right: 10px;
  margin-left: 10px;
  vertical-align: middle;
  display: inline-block;
}

.hot-deals .code-coupon-copy {
  display: block;
}

.hot-deals .cashback_amount {
  margin-left: 25px;
  margin-right: 25px;
}

.hot-deals .shop-now {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.hot-deals .shop-now a {
  padding: 10px 25px;
  display: inline-block;
}

.hot-deals .shop-now a:hover {
  border-color: #ff2f1d;
  background-color: #ff2f1d;
  color: #ffffff;
}

.hot-deals .code-wrap {
  display: inline-block;
}

.hot-deals .deals-header {
  display: inline-flex;
}

.hot-deals .hot-deal-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-left: 5px;
}

.hot-deals .get-code-shop-mobile {
  display: inline-flex;
  margin-top: 10px;
}

.hot-deals.mobile {
  padding: 10px;
}

.hot-deals.mobile .shop-now a {
  padding: 10px 20px;
}

.hot-deals.mobile .hot-deal-content {
  font-size: 12px;
}

.hot-deals.mobile .hot-deal-content .rebate-now {
  font-size: 12px;
}

.hot-deals.mobile .store-image {
  height: auto;
  display: block;
}

.hot-deals.mobile .store-image img {
  width: 60px;
  height: auto;
}

.fa_custom {
  color: #ff1501 !important;
}

.aside-wrap-box {
  background-color: #fff;
  margin-bottom: 15px;
}

.sidebar-fixed {
  background: transparent !important;
}

.sidebar-fixed > div {
  background-color: #fff;
}

.daily-deails {
  padding: 15px;
  border: 1px solid #cccccc;
  border-top: none;
}

.daily-deails a {
  display: flex;
}

.daily-deails .store-deals {
  width: 100px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.daily-deails .bash-back-wrap span {
  display: block;
}

.daily-deails .bash-back-wrap span.rebate-was {
  font-size: 14px;
  padding: 3px 0;
  color: #888888;
}

.daily-deails .bash-back-wrap span.rebate-now {
  font-size: 16px;
  color: #ffe808;
}

.daily-deails .bash-back-wrap {
  width: 100%;
  text-align: center;
}

.featured-store {
  padding: 12px;
  border: 1px solid #cccccc;
}

@media (max-width: 767px) {
  .featured-store {
    padding: 20px;
  }

  .featured-store .store-cat-head {
    margin-bottom: 20px;
  }

  .featured-store .aside-content-wrap {
    padding: 0;
  }
}

.featured-store .achor {
  margin-top: 10px;
}

.featured-store .achor span {
  margin-top: 0;
}

.featured-store a {
  display: block;
}

.featured-store a:hover {
  color: #ff1501;
}

.featured-store a img {
  width: 100%;
}

.featured-store a span {
  margin-top: 10px;
  font-size: 16px;
  display: block;
  color: #ff1501;
}

.featured-store .store-img {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #cccccc;
}

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

.aside-rating-wrap {
  padding: 30px 25px;
  border: 1px solid #cccccc;
}

.top-rating h3 {
  font-size: 18px;
  color: #000;
}

.top-rating .rating {
  display: inline-block;
  vertical-align: middle;
}

.top-rating .rate-total {
  display: inline-block;
  font-size: 18px;
  vertical-align: middle;
  margin-left: 10px;
}

.top-rating .rating span {
  font-size: 20px;
  color: #000000;
}

.top-rating p {
  color: #ffe808;
  display: block;
  margin-top: 5px;
  font-size: 14px;
}

.user-rating {
  border-top: 1px solid #cccccc;
  padding-top: 15px;
  padding-bottom: 15px;
}

.user-rating h3 {
  font-size: 16px;
  color: #000;
  margin-bottom: 5px;
}

.user-rating .rating {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 5px;
}

.user-rating .rating span {
  font-size: 17px;
  color: #000000;
}

.user-rating p {
  color: #000000;
  display: block;
  font-size: 14px;
  margin-bottom: 0;
}

.double-CashCash ul {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  border-left: 1px solid #cccccc;
}

.double-CashCash li {
  width: 33.33%;
  padding: 20px 10px;
  list-style: none;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  display: flex;
  justify-content: center;
  align-items: center;
}

.double-CashCash li a img {
  width: 100%;
}

.info-wrap-footer {
  margin-top: 30px;
}

.info-wrap-footer a {
  color: blue;
  text-decoration: underline;
}

.info-wrap {
  padding-top: 25px;
  padding-bottom: 40px;
  text-align: center;
}

.info-wrap p {
  font-size: 12px;
  color: #888888;
  margin-bottom: 10px;
}

.info-wrap p a {
  color: #ff1501;
}

/** Multi Item Carouse **/

multi-item-carousel {
  background: #ffffff;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 20px;
  width: 20px;
  background-size: 100%, 100%;
  border-radius: 50%;
  background-color: red;
}

.carousel-control-next-icon:after {
  color: white;
}

.carousel-control-prev-icon:after {
  color: white;
}

.mobile-tab-content {
  margin-top: 35px;
}

@media (max-width: 767px) {
  .mobile-tab-content {
    margin-top: 15px;
  }
}

.mobile-tab-content .sectionTitle h6,
.mobile-tab-content .sectionTitle a {
  margin-top: 0.35rem;
}

.mobile-tab-content .horizontal-scroll {
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.mobile-tab-content .horizontal-scroll::-webkit-scrollbar {
  display: none;
}

.mobile-tab-content .featured-stores ul {
  width: 70%;
}

.mobile-tab-content .featured-stores ul li {
  background: #ff2f1d;
  padding: 0 !important;
  border-radius: 10px;
  display: block;
}

.mobile-tab-content .featured-stores ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobile-tab-content .featured-stores ul li a .category-name {
  width: auto !important;
  padding: 15px 12px;
  background: #ffffff;
  border-radius: 9px 0 0 9px;
}

.mobile-tab-content .featured-stores .cash-back {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
}

.mobile-tab-content .featured-stores .cash-back sup {
  font-size: 14px;
  font-weight: 400;
}

.mobile-tab-content .top-stores .promo-block {
  height: auto;
}

.mobile-tab-content .top-stores ul li {
  padding: 20px 15px;
}

.mobile-tab-content .top-stores ul li .btn-anchor {
  background: #ff2f1d;
  color: #ffffff;
  border-color: #ff2f1d;
}

.mobile-tab-content .top-stores ul li .btn-anchor:focus,
.mobile-tab-content .top-stores ul li .btn-anchor:hover {
  background: black;
}

.mobile-tab-content .couponsTable {
  border-bottom: 0;
}

.mobile-tab-content .couponsTable .store-image {
  height: auto;
}

.mobile-tab-content .couponsTable .couponTitle {
  line-height: normal;
  font-size: 15px;
  padding-left: 1rem;
}

.mobile-tab-content .stores-slide {
  padding: 1rem;
}

.mobile-tab-content .couponCategoriesTable ul {
  background: #ffffff;
}

.mobile-tab-content .couponCategoriesTable ul li {
  width: 60%;
  display: inline-flex;
  border-right: 1px solid gray;
  margin: 20px 0;
}

.mobile-tab-content .couponCategoriesTable ul li:last-child {
  border-right: 0;
}

.mobile-tab-content .couponCategoriesTable ul .category-wrap {
  margin: 0 auto;
}

.mobile-tab-content .couponCategoriesTable ul .category-wrap .img-wrapper img {
  border-radius: 50%;
  margin: 0 auto;
  display: block;
}

.mobile-tab-content .couponCategoriesTable ul .category-wrap .dis h3 {
  text-align: center;
  white-space: normal;
  min-height: 70px;
  line-height: 70px;
}

.mobile-tab-content .couponCategoriesTable ul .category-wrap .dis h3 span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}

.mobile-tab-content #hpCoupons .hot-deals {
  border-radius: 10px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: transparent;
  border-color: transparent;
}

ul.nav.nav-tabs.store-tabs {
  background: #fff;
  display: flex;
  width: 100%;
}

ul.nav.nav-tabs.store-tabs .nav-item {
  width: 50%;
}

ul.nav.nav-tabs.store-tabs .nav-item a.nav-link {
  font-size: 15px;
  padding: 10px 4px;
  text-align: center;
  position: relative;
  text-transform: uppercase;
}

ul.nav.nav-tabs.store-tabs .nav-item a.nav-link.active:after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
  border-bottom: 2px solid #000;
  position: absolute;
  top: 100%;
}

@media (max-width: 767px) {
  body:not(.login-header) ul.nav.nav-tabs.store-tabs {
    border-top: 1px solid #DEE2E6;
    margin-bottom: 15px;
  }
}

.store-tab-content .hot-deals-main-wraper {
  width: 100%;
  float: none;
}

.store-tab-content .hot-deals-main-wraper {
  background-color: transparent;
}

.store-tab-content .deals {
  border: none;
}

.store-tab-content .footer-main-wrapper {
  padding-top: 40px;
  padding-bottom: 0;
}

.store-tab-content .hot-deals {
  padding: 10px 15px;
  display: grid;
  position: relative;
  margin: 10px 0;
  background: #ffffff;
  border: 1px solid #cccccc;
}

.store-tab-content .hot-deals .hot-deal-content {
  width: 100%;
  padding-top: 0px;
}

.store-tab-content .hot-deals .hot-deal-content h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  font-size: 15px;
  margin-bottom: 5px;
}

.store-tab-content .hot-deals .shop-now a {
  padding: 8px 20px;
  display: inline-block;
  font-size: 14px;
}

.store-tab-content .shop-now {
  position: absolute;
  right: 15px;
}

@media (max-width: 726px) {
  .store-tab-content .shop-now {
    top: 20px;
  }
}

.store-tab-content .hot-deals span.cash-back {
  font-size: 14px;
}

.store-tab-content .hot-deals .expire-date {
  font-size: 16px;
}

.store-tab-content .hot-deals .store-image {
  width: 140px;
  height: 45px;
  margin-bottom: 20px;
}

.store-tab-content .hot-deals .store-image img {
  width: auto;
  height: 40px !important;
  max-width: 100%;
}

.store-tab-content .aside-rating-wrap {
  background: #ffffff;
}

.store-tab-content .expire-date small strong {
  color: #000000;
  margin-right: 5px;
}

.store-tab-content .promo-main-wrap {
  margin-top: 10px;
}

.store-tab-content .promo-main-wrap .promo-block {
  width: 100%;
  height: 75px;
  padding: 10px 14px;
}

.store-tab-content .promo-main-wrap .promo-block a {
  text-align: right;
  display: flex;
  justify-content: space-between;
}

.store-tab-content .promo-main-wrap .promo-block a .content {
  text-align: right;
}

.store-tab-content .promo-main-wrap .promo-block .rebate-now {
  text-align: right;
  margin-bottom: 0;
  font-size: 14px;
}

.store-tab-content .promo-main-wrap .promo-block span.rebate-was {
  text-align: right;
  padding: 3px 0;
}

.promo-top-cat {
  list-style: none;
  padding: 10px 15PX;
  background: #fff;
  margin-top: 15px;
  border: 1px solid #cccccc;
}

.promo-top-cat li {
  margin-bottom: 5px;
}

.top-store-mobile a.add-fav {
  position: absolute;
  top: 19px;
  color: #00a1ff;
}

.add-fav-store-search {
  margin-top: 10px;
}

.add-fav-store-search form {
  width: 100%;
}

.add-fav-store-search input {
  border: 1px solid #cccccc;
  border-radius: 2px;
  display: inline-block;
  background: #ffffff;
  max-width: 100%;
  width: 100%;
  color: #888888;
  height: 40px;
  box-shadow: none !important;
  font-size: 15px;
  padding: 0 15px;
  background-size: 20px;
  background-position: center right 18px;
  background-repeat: no-repeat;
}

.add-fav-store-search input[type=text] {
  background-image: url(/images/search-icon-gray.png?22fcdd74748fdd5ee3f9ca9c9c397662) !important;
}

.add-fav-store-search p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 22px;
}

.add-fav-store-search p span {
  color: #ffe808;
}

.head-title.tab-title {
  margin-top: 0px;
  margin-bottom: 15px;
}

.head-title.tab-title h3 {
  font-size: 16px;
}

.favorites-store-tab .promo-block {
  position: relative;
  padding-left: 50px !important;
}

.favorites-store-tab a.add-fav {
  color: #ffe808;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.from-wrapper .error {
  font-size: 14px;
  color: #ff2f1d;
}

.user-leaderboard .nav-link.active {
  color: #ff2f1d;
}

#copyCoupon {
  text-align: center;
}

#copyCoupon #CouponCode {
  padding: 10px;
  border: 2px dashed;
}

.welcomePage img {
  max-width: 100%;
}

.welcomePage .welcomeCover .item {
  height: 720px;
}

.welcomePage .welcomeCover .item:after {
  background: url("/images/welcome-cover.png") no-repeat;
}

.welcomePage .welcomeCover .item .content-wrapper h1,
.welcomePage .welcomeCover .item .content-wrapper p {
  color: #ffffff;
}

.welcomePage .welcomeCover .from-wrapper {
  border-radius: 20px;
  right: 40px;
}

.welcomePage #phone {
  background-image: url("/images/phone.svg") !important;
  background-size: 21px;
}

.welcomePage .dashed-border-top {
  border-top: 2px dashed #ff2f1d;
}

.welcomePage .howItWorks .steps {
  border-radius: 20px;
  text-align: center;
  background: #ffffff;
  box-shadow: 0px -8px 11px 5px rgba(0, 0, 0, 0.23);
  margin-top: 10px;
}

.welcomePage .sign-in-with ul li a {
  text-align: left;
}

.welcomePage .sign-in-with ul li a img {
  margin-right: 10px;
  float: left;
}

.welcomePage.mobile .welcomeCover {
  background: url("/images/welcome-cover.png") no-repeat;
}

.welcomePage.mobile .sign-in-with ul li {
  margin-top: 10px;
}

.welcomePage.mobile .sign-in-with ul li a {
  border-radius: 6px;
  text-align: left;
}

.welcomePage.mobile .sign-in-with ul li a img {
  margin-right: 10px;
  float: left;
}

.welcomePage.mobile .sign-up-form {
  margin-top: 10px;
}

.welcomePage.mobile .sign-up-form input[type=text],
.welcomePage.mobile .sign-up-form input[type=password],
.welcomePage.mobile .sign-up-form .form-control {
  padding: 0 10px;
  margin-bottom: 10px;
  font-size: 14px;
  border-radius: 6px;
  background-position: center right 10px;
}

.welcomePage.mobile .max-w-90 {
  max-width: 90%;
}

.welcomePage .cashback-cards h1,
.welcomePage .cashback-cards h2 {
  font-weight: bold;
}

.altibbiPage .from-wrapper {
  border-radius: 20px;
}

.altibbiPage h1 {
  color: #5cb8ba;
}

.altibbiPage h2,
.altibbiPage h3 {
  color: #173e86;
}

.altibbiPage img {
  max-width: 100%;
}

.altibbiPage #phone {
  background-image: url("/images/phone.svg") !important;
  background-size: 21px;
}

.coupon-code {
  background: #ffffff;
  padding: 14px 10px 13px 10px;
  font-size: 20px;
  border: 2px dashed #ff2f1d;
  position: relative;
  line-height: 1.2;
  font-weight: 600;
  display: inline-block;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 10px;
  margin-bottom: 2px;
  margin-top: 0.5rem;
  min-width: 170px;
  width: 100%;
}

@media (max-width: 380px) {
  .coupon-code {
    font-size: 15px;
    padding: 14px 10px 14px 10px;
    min-width: 130px;
  }
}

.coupon-code .code-text {
  width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: right;
}

.coupon-code .get-code {
  background-color: #ff2f1d;
  position: absolute;
  top: -2px;
  color: #FFFFFF;
  font-size: 16px;
  padding: 18px 14px 18px 14px;
  transition: all 0.5s ease;
  min-width: 55%;
  width: auto;
  left: -2px;
  text-align: left;
  border-radius: 10px 0 0 10px;
}

@media (max-width: 380px) {
  .coupon-code .get-code {
    font-size: 12px;
    padding: 18px 5px 18px 5px;
  }
}

@media (max-width: 380px) {
  .coupon-code .get-code {
    left: -4px;
  }
}

.coupon-code .get-code:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-bottom: 55px solid transparent;
  position: absolute;
  top: 0;
  right: -44px;
  border-left: 44px solid #ff2f1d;
}

@media (max-width: 380px) {
  .coupon-code .get-code:after {
    border-bottom: 50px solid transparent;
  }
}

.no-scrollbar {
  scrollbar-width: none;
  overflow: auto;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.has-arrows {
  position: relative;
}

.has-arrows .arrow {
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  background: transparent;
  position: absolute;
  border: 0;
  padding: 0;
}

.has-arrows .arrow.prev {
  left: -25px;
}

.has-arrows .arrow.next {
  right: -25px;
}

@media (max-width: 767px) {
  .has-arrows .arrow {
    display: none;
  }
}

#topStoreList .blue-btn {
  padding: 7px;
}

.install-app-btn {
  background-color: black;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 55px;
  display: flex;
  padding: 0 20px;
  z-index: 99;
}

@media (max-width: 380px) {
  .install-app-btn {
    padding: 5px 20px;
  }
}

.install-app-btn .title-wrap {
  color: white;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  align-self: center;
  text-align: left;
}

.install-app-btn .title-wrap .main-title {
  font-size: 16px;
  font-weight: bold;
}

@media (max-width: 380px) {
  .install-app-btn .title-wrap .main-title {
    font-size: 12px;
  }
}

.install-app-btn .title-wrap .sub-title {
  font-size: 10px;
}

.install-app-btn .install-btn {
  display: flex;
  align-items: center;
  margin-left: auto;
}

@media (max-width: 380px) {
  .install-app-btn .install-btn #install-app {
    text-align: center;
    line-height: 12px;
  }
}

.welcome-modal-img {
  display: inline-flex;
  width: 370px;
  height: auto;
}

@media (max-width: 767px) {
  .welcome-modal-img {
    width: 250px;
  }
}

.welcome-modal-text {
  display: inline-flex;
  flex-direction: column;
  margin-top: 50px;
}

@media (max-width: 767px) {
  .welcome-modal-text {
    margin-top: 25px;
  }
}

.welcome-modal-text .text-main-title {
  font-size: 27px;
  color: #ff2f1d;
}

@media (max-width: 767px) {
  .welcome-modal-text .text-main-title {
    font-size: 21px;
  }
}

.welcome-modal-text .text-sub-title {
  font-size: 17px;
  color: #888888;
}

@media (max-width: 767px) {
  .welcome-modal-text .text-sub-title {
    font-size: 11px;
  }
}

.out-welcome-bonus {
  display: grid;
  justify-items: center;
}

.out-welcome-bonus .welcome-bonus-wrapper {
  display: inline-flex;
  background-color: #ff2f1d;
  border-radius: 20px;
  align-items: center;
}

.out-welcome-bonus .welcome-bonus-wrapper .bonus-logo {
  width: 40px;
  height: auto;
}

@media (max-width: 767px) {
  .out-welcome-bonus .welcome-bonus-wrapper .bonus-logo {
    display: none;
  }
}

.out-welcome-bonus .welcome-bonus-wrapper .bonus-text {
  font-size: 22px;
  color: white;
  text-align: start;
}

@media (max-width: 767px) {
  .out-welcome-bonus .welcome-bonus-wrapper .bonus-text {
    text-align: center;
  }
}

#welcome-bonus-modal .modal-content {
  border-radius: 30px !important;
}

#welcome-bonus-modal button.close {
  position: absolute;
  z-index: 99999;
  right: 0;
}

#welcome-bonus-modal .fa-circle {
  color: white;
}

#welcome-bonus-modal .fa-times-circle {
  color: #ff2f1d;
}

.black-friday-wrapper {
  background-color: #f0f0f0;
}

.black-friday-wrapper .top-notch {
  background: #f0f0f0;
}

.black-friday-wrapper .coupon-box {
  box-shadow: none;
}

.black-friday-wrapper .blue-btn {
  padding: 0 5px !important;
  line-height: 30px !important;
}

.black-friday-wrapper .header-image {
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: auto;
  margin: auto;
  margin-bottom: 3rem;
}

@media (max-width: 767px) {
  .black-friday-wrapper .header-image {
    width: 75%;
  }
}

.square-card-block {
  width: 220px;
  height: 220px;
  display: inline-table;
  border-radius: 25px;
}

@media (max-width: 767px) {
  .square-card-block {
    width: 190px;
    height: 190px;
    border-radius: 15px;
  }
}

.square-card-block .img-text-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

.square-card-block .img-text-wrap .text-wrap {
  position: absolute;
  font-weight: bold;
  font-size: 18px;
  line-height: 35px;
  bottom: 15px;
  left: 15px;
}

.square-card-block .img-text-wrap .img-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 25px;
  background-color: #888888;
}

@media (max-width: 767px) {
  .square-card-block .img-text-wrap .img-wrap {
    border-radius: 15px;
  }
}

.square-card-block .img-text-wrap .img-wrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  left: 0;
  top: 0;
}

.card-block {
  width: 220px;
  height: 280px;
  display: inline-table;
  border-radius: 25px;
}

@media (max-width: 767px) {
  .card-block {
    width: 190px;
    height: 230px;
    border-radius: 15px;
  }
}

.card-block .img-text-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

.card-block .img-text-wrap .text-wrap {
  position: absolute;
  font-weight: bold;
  font-size: 18px;
  line-height: 35px;
  top: 160px;
  left: 15px;
  right: 15px;
  color: white;
  text-shadow: 0 1px 2px #0000001f;
  text-align: left;
}

@media (max-width: 767px) {
  .card-block .img-text-wrap .text-wrap {
    top: 120px;
    font-size: 16px;
  }
}

.card-block .img-text-wrap .store-image {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 15px;
  left: 20px;
  background: white;
  border-radius: 50%;
}

.card-block .img-text-wrap .img-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 25px;
  background-color: #888888;
}

@media (max-width: 767px) {
  .card-block .img-text-wrap .img-wrap {
    border-radius: 15px;
  }
}

.card-block .img-text-wrap .img-wrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  left: 0;
  top: 0;
}

#flash-sale .head-title,
#lucky-hour .head-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  background-color: #ff1501;
  border: #ff2f1d 1px solid;
  border-radius: 30px;
  padding: 10px;
}

@media (max-width: 767px) {
  #flash-sale .head-title,
  #lucky-hour .head-title {
    left: 50% !important;
    -webkit-transform: translateX(-50%) !important;
            transform: translateX(-50%) !important;
  }
}

#flash-sale .head-title span,
#lucky-hour .head-title span {
  font-weight: normal;
  padding-left: 80px;
}

@media (max-width: 767px) {
  #flash-sale .head-title span,
  #lucky-hour .head-title span {
    padding-left: 30px;
  }
}

#flash-sale {
  padding: 30px 0;
}

#flash-sale .head-title {
  color: white;
  z-index: 1;
  margin: 0;
  top: -55px;
  left: 15px;
}

.countdown-container {
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid white;
  border-radius: 12px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 32px;
  font-family: "Cairo", sans-serif;
  margin: 10px auto;
  direction: ltr;
}

.countdown-title {
  color: #1f1f1f;
  font-size: 40px;
  font-weight: 700;
  display: flex;
}

.countdown-section {
  display: flex;
}

.countdown-text {
  color: #7c7c7c;
  font-size: 16px;
  font-weight: 500;
  margin-left: 16px;
}

.countdown-bottom {
  display: flex;
  flex-direction: row;
}

.countdown-calendar {
  margin-right: 32px;
}

.calendar-background {
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  -webkit-filter: drop-shadow(-2px 6px 2px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(-2px 6px 2px rgba(0, 0, 0, 0.16));
}

.calendar-overlay {
  width: 120px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}

.calendar-number {
  color: white;
  font-size: 72px;
  font-weight: 700;
  line-height: 126px;
  text-shadow: 0 1px 2px #0000001f;
}

.calendar-label {
  color: #ff2f1d;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  margin-top: 8px;
}

@media (max-width: 990px) {
  .countdown-container {
    flex-direction: column;
  }

  .countdown-title {
    font-size: 24px;
    font-weight: 700;
    justify-content: center;
  }

  .countdown-bottom {
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
  }

  .countdown-calendar {
    margin: 0 16px;
  }
}

@media (max-width: 426px) {
  .countdown-container {
    padding: 16px;
  }

  .countdown-top {
    width: 80%;
  }

  .countdown-title {
    font-size: 20px;
    font-weight: 700;
  }

  .countdown-section {
    align-items: flex-start;
  }

  .countdown-calendar {
    margin: 0 4px;
  }

  .calendar-background {
    width: 80px;
    height: 80px;
    display: flex;
  }

  .calendar-overlay {
    width: 80px;
    height: 40px;
  }

  .calendar-number {
    font-size: 48px;
    line-height: 83px;
  }

  .calendar-label {
    font-size: 12px;
    margin-top: 8px;
  }
}

@media (max-width: 321px) {
  .calendar-background {
    width: 70px;
    height: 70px;
    display: flex;
  }

  .calendar-number {
    font-size: 48px;
    line-height: 72px;
  }

  .calendar-overlay {
    width: 70px;
    height: 35px;
  }
}

.black-friday-wrapper .countdown-container {
  background-color: white !important;
}

#cashback-calculator {
  top: 0;
  position: fixed;
  height: 100%;
  width: 60%;
  z-index: 1000;
  background-color: white;
  right: -100%;
}

#cashback-calculator .calculator-header .header-text {
  position: absolute;
  top: 50px;
  margin: auto;
  font-size: 40px;
  color: white;
  font-weight: bold;
  left: 25px;
}

@media (max-width: 767px) {
  #cashback-calculator .calculator-header .header-text {
    top: 20px;
    font-size: 18px;
    left: 15px;
  }
}

#cashback-calculator .calculator-header .header-close {
  position: absolute;
  top: 70px;
  margin: auto;
  color: white;
  width: 20px;
  cursor: pointer;
  right: 40px;
}

@media (max-width: 767px) {
  #cashback-calculator .calculator-header .header-close {
    top: 25px;
    width: 15px;
    right: 20px;
  }
}

#cashback-calculator .calculator-body {
  display: flex;
  justify-content: space-evenly;
}

@media (max-width: 767px) {
  #cashback-calculator .calculator-body {
    flex-direction: column;
  }
}

#cashback-calculator .calculator-items {
  height: 300px;
  text-align: center;
}

#cashback-calculator .calculator-items a.blue-btn,
#cashback-calculator .calculator-items button {
  padding: 5px 15px;
}

#cashback-calculator .calculator-items #calculatorItems {
  width: 100%;
  max-height: 250px;
  overflow: auto;
  display: inline-block;
}

#cashback-calculator .calculator-items .table thead {
  background: linear-gradient(270deg, #FBFBFB 0%, #F2F2F2 99.38%);
}

#cashback-calculator .calculator-items .table td {
  vertical-align: middle;
}

#cashback-calculator .calculator-items .container {
  display: flex;
  align-content: center;
  justify-content: center;
  overflow-y: auto;
}

#cashback-calculator .calculator-items .container .empty-items {
  align-items: center;
}

#cashback-calculator .calculator-items .container .empty-items .title {
  font-size: 22px;
  font-weight: bold;
}

#cashback-calculator .calculator-items .container .empty-items .sub-title {
  color: #ff2f1d;
}

#cashback-calculator .calculator-form {
  border: white 1px solid;
  border-radius: 10px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.02), 0 1px 4px rgba(0, 0, 0, 0.04);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

@media (max-width: 767px) {
  #cashback-calculator .calculator-form {
    margin: 10px 0 !important;
  }
}

#cashback-calculator .calculator-form .select-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
}

#cashback-calculator .calculator-form .input-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
}

#cashback-calculator .calculator-form .error {
  color: #ff2f1d;
  font-size: 12px;
}

#cashback-calculator .calculator-form .form-buttons {
  justify-content: center;
}

#cashback-calculator .calculator-form .form-buttons button {
  padding: 10px 25px;
}

@media (max-width: 767px) {
  #cashback-calculator .calculator-totals {
    margin: 0 !important;
  }
}

#cashback-calculator .calculator-totals .title {
  font-weight: 500;
  line-height: 1.2;
  font-size: 1.5rem;
  width: 100%;
  text-align: initial;
}

@media (max-width: 767px) {
  #cashback-calculator .calculator-totals .title {
    padding: 0;
  }
}

#cashback-calculator .calculator-totals .label-value {
  font-weight: bold;
}

#cashback-calculator .calculator-totals .total-cashback {
  color: #1acd67;
}

@media (max-width: 767px) {
  #cashback-calculator .calculator-totals {
    margin-top: 10px;
  }

  #cashback-calculator .calculator-totals .total-amount,
  #cashback-calculator .calculator-totals .total-cashback,
  #cashback-calculator .calculator-totals .total-after-cashback {
    font-size: 14px;
    padding: 0 !important;
  }
}

#cashback-calculator .disclaimer {
  text-align: start;
  border: 1px solid #F2F2F2;
  border-radius: 8px;
  box-sizing: border-box;
}

#cashback-calculator .disclaimer .disclaimer-title {
  font-weight: bold;
}

#cashback-calculator .disclaimer .disclaimer-title i {
  color: #ff2f1d;
}

#cashback-calculator .disclaimer .disclaimer-item {
  font-size: 12px;
}

#cashback-calculator .disclaimer .disclaimer-item span {
  color: #ff2f1d;
}

@media (max-width: 767px) {
  #cashback-calculator .disclaimer {
    padding: 0 !important;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  #cashback-calculator {
    width: 100%;
    height: 90%;
    top: auto;
    bottom: -100%;
    left: 0;
    right: 0;
    overflow-y: auto;
  }
}

#cashback-calculator .calculator-card {
  display: flex;
  align-items: center;
}

#cashback-calculator .calculator-card .img-wrap {
  background-color: white;
  width: 60px;
  height: 60px;
}

#cashback-calculator .calculator-card .img-wrap img {
  display: block;
  width: inherit;
  height: auto;
}

#cashback-calculator .calculator-card .sub-card {
  display: flex;
  align-items: center;
}

#cashback-calculator .calculator-card .sub-card .action-buttons {
  font-size: 12px;
}

#cashback-calculator .calculator-card .sub-card .action-buttons a {
  font-size: 12px;
}

@media (max-width: 767px) {
  #cashback-calculator .calculator-card .sub-card .action-buttons a {
    margin: 0 !important;
  }
}

#cashback-calculator .calculator-card .sub-card .details {
  font-size: 12px;
  display: flex;
  flex-direction: column;
  text-align: start;
  padding-left: 20px;
}

@media (max-width: 767px) {
  #cashback-calculator .calculator-card .sub-card .details {
    padding: 0 !important;
  }
}

#cashback-calculator .calculator-card .sub-card .details i {
  color: #ff2f1d;
}

#cashback-calculator .calculator-card .sub-card .details .label-red {
  color: #ff2f1d;
}

.calculator-btn {
  display: inline-block;
}

.calculator-btn .btn.btn-rounded {
  border-radius: 50px;
  background-color: #ff2f1d;
  color: white;
}

#cashback-calculator-bg {
  z-index: 998;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: #888888;
  opacity: 0.5;
}

#loyalty-landing {
  text-align: start;
}

#loyalty-landing img.img-bullets {
  margin: 20px 20px 0;
  width: 42px;
  height: 42px;
}

@media (max-width: 767px) {
  #loyalty-landing img.img-bullets {
    width: 26px;
    height: 26px;
  }
}

#loyalty-landing .welcome {
  padding: 50px 25px;
  position: relative;
}

@media (max-width: 767px) {
  #loyalty-landing .welcome {
    text-align: center;
    padding: 10px 20px 80px;
  }
}

#loyalty-landing .welcome .yajny-plus-container {
  position: absolute;
  padding: 40px 30px;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.02);
  z-index: 1;
  bottom: -112px;
  right: 40px;
}

@media (max-width: 767px) {
  #loyalty-landing .welcome .yajny-plus-container {
    padding: 25px 10px;
    bottom: auto;
    right: auto;
    left: auto;
  }

  #loyalty-landing .welcome .yajny-plus-container img {
    width: 265px;
    height: 115px;
  }
}

#loyalty-landing .welcome .section-1 {
  margin: 15px 0;
  line-height: 48px;
  font-size: 48px;
  font-weight: 700;
  color: #FF6C4A;
}

@media (max-width: 767px) {
  #loyalty-landing .welcome .section-1 {
    line-height: 30px;
    font-size: 20px;
  }
}

#loyalty-landing .welcome .section-2 {
  margin: 15px 0;
  line-height: 64px;
  font-size: 64px;
  font-weight: 700;
  color: #ff2f1d;
}

@media (max-width: 767px) {
  #loyalty-landing .welcome .section-2 {
    line-height: 28px;
    font-size: 24px;
  }
}

#loyalty-landing .welcome .section-3 {
  margin: 15px 0;
  line-height: 48px;
  font-size: 32px;
  font-weight: 400;
  color: #7F7F7F;
}

@media (max-width: 767px) {
  #loyalty-landing .welcome .section-3 {
    line-height: 20px;
    font-size: 14px;
  }
}

#loyalty-landing .about {
  display: flex;
  width: 100%;
  height: auto;
  background: linear-gradient(180deg, #FF6C4A 0%, #FF6343 0.01%, #FF3A25 75%, #FF2F1D 100%);
  position: relative;
}

@media (max-width: 767px) {
  #loyalty-landing .about {
    padding-top: 80px;
  }
}

#loyalty-landing .about img.pattern {
  position: absolute;
  height: -webkit-fill-available;
  right: 0;
}

@media (max-width: 767px) {
  #loyalty-landing .about img.pattern {
    width: 130px;
  }
}

#loyalty-landing .about .body {
  padding: 50px 25px;
}

@media (max-width: 767px) {
  #loyalty-landing .about .body {
    padding: 10px 20px;
  }
}

#loyalty-landing .about .body .title {
  margin: 15px 0;
  line-height: 56px;
  font-size: 56px;
  font-weight: 700;
  color: white;
}

@media (max-width: 767px) {
  #loyalty-landing .about .body .title {
    line-height: 28px;
    font-size: 24px;
  }
}

#loyalty-landing .about .body .content {
  width: 75%;
  margin: 15px 0;
  line-height: 40px;
  font-size: 20px;
  font-weight: 700;
  color: white;
}

@media (max-width: 767px) {
  #loyalty-landing .about .body .content {
    width: 100%;
    line-height: 20px;
    font-size: 14px;
  }
}

#loyalty-landing .intro-1 {
  display: flex;
  justify-content: space-between;
  padding: 50px 25px;
}

@media (max-width: 767px) {
  #loyalty-landing .intro-1 {
    flex-direction: column-reverse;
    padding: 10px 20px;
  }
}

#loyalty-landing .intro-1 .title {
  display: flex;
  width: 100%;
  padding: 0 70px;
}

@media (max-width: 767px) {
  #loyalty-landing .intro-1 .title {
    padding: 0;
    text-align: center;
  }
}

@media (max-width: 767px) {
  #loyalty-landing .intro-1 .title img.img-bullets {
    display: none;
  }
}

#loyalty-landing .intro-1 .title .content {
  width: 100%;
}

#loyalty-landing .intro-1 .title .content .section-1,
#loyalty-landing .intro-1 .title .content .section-2 {
  margin: 15px 0;
  line-height: 56px;
  font-size: 56px;
  font-weight: 700;
  color: #ff2f1d;
}

@media (max-width: 767px) {
  #loyalty-landing .intro-1 .title .content .section-1,
  #loyalty-landing .intro-1 .title .content .section-2 {
    line-height: 30px;
    font-size: 20px;
  }
}

#loyalty-landing .intro-1 .title .content .section-3 {
  margin: 15px 0;
  line-height: 48px;
  font-size: 32px;
  font-weight: 400;
  color: #7F7F7F;
}

@media (max-width: 767px) {
  #loyalty-landing .intro-1 .title .content .section-3 {
    line-height: 20px;
    font-size: 14px;
  }
}

#loyalty-landing .intro-2 {
  display: flex;
  padding: 50px 25px 0 50px;
  justify-content: space-between;
}

@media (max-width: 767px) {
  #loyalty-landing .intro-2 {
    padding: 10px 20px;
  }
}

#loyalty-landing .intro-2 .body {
  display: flex;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto 0;
}

#loyalty-landing .intro-2 .body .content {
  margin: 15px 0;
  line-height: 56px;
  font-size: 56px;
  font-weight: 700;
  color: #ff2f1d;
}

@media (max-width: 767px) {
  #loyalty-landing .intro-2 .body .content {
    line-height: 30px;
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  #loyalty-landing .intro-2 img.img-shape {
    display: none;
  }
}

#loyalty-landing .program-card {
  display: flex;
}

@media (max-width: 767px) {
  #loyalty-landing .program-card {
    flex-direction: column !important;
  }
}

#loyalty-landing .program-card .content-card {
  width: 50%;
  padding: 50px 115px;
}

@media (max-width: 767px) {
  #loyalty-landing .program-card .content-card {
    width: 100%;
    padding: 10px 20px;
  }
}

#loyalty-landing .program-card .content-card .title {
  margin: 15px 0;
  line-height: 48px;
  font-size: 40px;
  font-weight: 700;
}

@media (max-width: 767px) {
  #loyalty-landing .program-card .content-card .title {
    line-height: 28px;
    font-size: 24px;
    text-align: center;
  }
}

#loyalty-landing .program-card .content-card .sub-title {
  margin: 15px 0;
  line-height: 24px;
  font-size: 16px;
  color: #7F7F7F;
}

@media (max-width: 767px) {
  #loyalty-landing .program-card .content-card .sub-title {
    line-height: 20px;
    font-size: 14px;
    text-align: center;
  }
}

#loyalty-landing .program-card .content-card .condition {
  display: flex;
  margin: 15px 0;
}

#loyalty-landing .program-card .content-card .condition i {
  margin: 0 5px;
}

#loyalty-landing .program-card .content-card .condition .condition-title {
  line-height: 24px;
  font-size: 16px;
}

@media (max-width: 767px) {
  #loyalty-landing .program-card .content-card .condition .condition-title {
    line-height: 24px;
    font-size: 16px;
  }
}

#loyalty-landing .program-card .content-card .condition-text {
  margin: 15px 0;
  line-height: 24px;
  font-size: 16px;
  color: #7F7F7F;
}

@media (max-width: 767px) {
  #loyalty-landing .program-card .content-card .condition-text {
    line-height: 20px;
    font-size: 14px;
  }
}

#loyalty-landing .program-card .content-card .summary {
  display: flex;
  justify-content: space-evenly;
  text-align: center;
}

#loyalty-landing .program-card .content-card .summary .summary-orders-count .amount,
#loyalty-landing .program-card .content-card .summary .summary-order-amount .amount {
  line-height: 120px;
  font-size: 80px;
}

@media (max-width: 767px) {
  #loyalty-landing .program-card .content-card .summary .summary-orders-count .amount,
  #loyalty-landing .program-card .content-card .summary .summary-order-amount .amount {
    line-height: 65px;
    font-size: 42px;
  }
}

#loyalty-landing .program-card .content-card .summary .summary-orders-count .text,
#loyalty-landing .program-card .content-card .summary .summary-order-amount .text {
  line-height: 24px;
  font-size: 16px;
}

@media (max-width: 767px) {
  #loyalty-landing .program-card .content-card .summary .summary-orders-count .text,
  #loyalty-landing .program-card .content-card .summary .summary-order-amount .text {
    line-height: 24px;
    font-size: 16px;
  }
}

#loyalty-landing .program-card .graphic-card {
  width: 50%;
  position: relative;
}

@media (max-width: 767px) {
  #loyalty-landing .program-card .graphic-card {
    width: 100%;
  }
}

#loyalty-landing .program-card .graphic-card .graphic-background {
  width: 100%;
  height: 100%;
  display: inline-flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  #loyalty-landing .program-card .graphic-card .graphic-background {
    -webkit-transform: none !important;
            transform: none !important;
  }
}

#loyalty-landing .program-card .graphic-card img.crown-half {
  height: 70%;
  margin-top: auto;
}

@media (max-width: 767px) {
  #loyalty-landing .program-card .graphic-card img.crown-half {
    width: 120px;
  }
}

@media (max-width: 767px) {
  #loyalty-landing .program-card .graphic-card img.pattern {
    width: 130px;
  }
}

#loyalty-landing .program-card .graphic-card .graphic-card-content {
  position: absolute;
  top: 36.46%;
}

@media (max-width: 767px) {
  #loyalty-landing .program-card .graphic-card .graphic-card-content {
    text-align: center;
    top: 25% !important;
    left: 0 !important;
    right: 0 !important;
  }
}

#loyalty-landing .program-card .graphic-card .graphic-card-content .diamonds {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  #loyalty-landing .program-card .graphic-card .graphic-card-content .diamonds {
    justify-content: center;
    width: 50%;
    margin: 15px auto;
  }

  #loyalty-landing .program-card .graphic-card .graphic-card-content .diamonds .diamond {
    width: 18px;
    height: 16px;
    margin: 0 5px;
  }
}

#loyalty-landing .program-card .graphic-card .graphic-card-content .text {
  line-height: 160px;
  font-size: 160px;
  font-weight: 700;
  color: white;
}

@media (max-width: 767px) {
  #loyalty-landing .program-card .graphic-card .graphic-card-content .text {
    line-height: 64px;
    font-size: 64px;
  }
}

#loyalty-landing .get-started {
  position: relative;
  height: 380px;
}

@media (max-width: 767px) {
  #loyalty-landing .get-started {
    height: 170px;
  }
}

#loyalty-landing .get-started img.img-shape {
  width: 373px;
  height: 228px;
  bottom: 0;
  right: 0;
}

#loyalty-landing .get-started img.pattern {
  height: -webkit-fill-available;
  left: 0;
}

#loyalty-landing .get-started img {
  position: absolute;
}

@media (max-width: 767px) {
  #loyalty-landing .get-started img {
    display: none;
  }
}

#loyalty-landing .get-started .content {
  text-align: center;
  position: absolute;
  top: 25%;
  left: 25%;
}

@media (max-width: 767px) {
  #loyalty-landing .get-started .content {
    position: static;
    padding: 0 15px;
  }
}

#loyalty-landing .get-started .content .text {
  margin: 15px 0;
  line-height: 64px;
  font-size: 64px;
  font-weight: 700;
  color: #ff2f1d;
}

@media (max-width: 767px) {
  #loyalty-landing .get-started .content .text {
    line-height: 30px;
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  #loyalty-landing .get-started .content .shop-now {
    width: 100%;
  }

  #loyalty-landing .get-started .content .shop-now a {
    width: 100%;
  }
}

#loyalty-landing .terms .body {
  display: flex;
}

#loyalty-landing .terms .body .title {
  margin: 15px 0;
  line-height: 56px;
  font-size: 56px;
  font-weight: 700;
  color: #ff2f1d;
}

@media (max-width: 767px) {
  #loyalty-landing .terms .body .title {
    line-height: 30px;
    font-size: 20px;
  }
}

#loyalty-landing .terms .items {
  padding: 0 100px;
}

@media (max-width: 767px) {
  #loyalty-landing .terms .items {
    padding: 0 30px;
  }
}

#loyalty-landing .terms .items .term {
  display: flex;
  margin: 10px 0;
}

#loyalty-landing .terms .items .term i {
  color: #ff2f1d;
  margin: 0 10px;
}

#loyalty-landing .terms .items .term .text {
  line-height: 24px;
  font-size: 16px;
  font-weight: 400;
  color: #7F7F7F;
}

@media (max-width: 767px) {
  #loyalty-landing .terms .items .term .text {
    line-height: 18px;
    font-size: 14px;
  }
}

#register-code #code {
  border-top-left-radius: 50rem;
  border-bottom-left-radius: 50rem;
}

#register-code #applyRegisterCodeBtn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.mobile-modal {
  position: fixed;
  z-index: 999;
  background-color: white;
  width: 100%;
  height: 90%;
  top: auto;
  bottom: -100%;
  left: 0;
  right: 0;
  overflow-y: auto;
}

.mobile-modal .mobile-modal-header-text {
  padding: 20px 10px;
  background: #FBFBFB;
  font-size: 20px;
  line-height: 30px;
  color: #494949;
  border-bottom: 1px solid #C8C8C8;
  text-align: start;
}

.mobile-modal .mobile-modal-header-close {
  position: absolute;
  top: 70px;
  margin: auto;
  color: #ff2f1d;
  width: 20px;
  cursor: pointer;
  right: 40px;
}

@media (max-width: 767px) {
  .mobile-modal .mobile-modal-header-close {
    top: 25px;
    width: 15px;
    right: 20px;
  }
}

.mobile-modal .mobile-modal-body {
  padding: 5px;
  text-align: start;
}

.store-deal-content {
  width: 80%;
}

.store-deals .shop-now {
  width: 20%;
  text-align: right;
}

.see-more-btn-wrapp {
  border: 1px solid #cccccc;
  border-top: 0;
}

.store-image-wrap img {
  height: 40px;
  width: auto;
}

.store-cat-banner {
  background-size: cover;
  height: 250px;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0px 3px 8px -3px rgba(0, 0, 0, 0.3);
}

.sotre-cat-search {
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

@media (max-width: 767.98px) {
  .sotre-cat-search {
    border-top: 1px solid #cccccc;
  }
}

.s-f-subtitle {
  font-size: 14px;
  font-weight: 500;
}

.st-filter {
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  font-size: 15px;
}

.st-filter::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #ebebeb;
}

.st-filter::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid #888;
  background-color: #888;
}

.st-filter .custom-control {
  padding-bottom: 10px;
  padding-left: 27px;
}

.st-filter .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #000000;
  background-color: #000000;
}

.st-filter .custom-control-input:active ~ .custom-control-label::before {
  border: #adb5bd solid 1px;
}

.st-filter .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
  border: #000 solid 1px;
}

.custom-control-label {
  cursor: pointer;
}

.custom-control-label:after {
  cursor: pointer;
}

.arrilot-widget-container:not(:first-child) .st-filter-wrap .st-filter-head {
  padding-top: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: bold;
  border-top: 1px solid #ccc;
}

@media (max-width: 767.98px) {
  .arrilot-widget-container:not(:first-child) .st-filter-wrap .st-filter-head {
    margin-top: 20px;
  }
}

.st-filter-head .sph4 {
  margin-bottom: 15px;
  font-weight: bold;
  display: block;
}

.help-search.sotre-cat-search input.form-control {
  height: 48px;
}

.help-search.sotre-cat-search span.fa.fa-search {
  right: 17px;
  padding: 16px;
}

.over-banner-wrapper {
  padding-bottom: 20px;
}

.stores-content-wrap {
  width: 70%;
  float: right;
  float: right;
  position: relative;
}

.deals-main-wrap {
  background: #fff;
}

@media (max-width: 767px) {
  .deals-main-wrap .hot-deals {
    background-color: #ffffff;
    border: 1px solid #cccccc !important;
    margin-bottom: 15px;
  }
}

.left-aside-wrap {
  width: 28.5%;
  float: left;
}

.aside-border-none {
  border: none;
}

.tooltipster-light .tooltipster-arrow-top span {
  left: 15px;
  right: auto !important;
}

.aside-wrap-box {
  position: relative;
}

.aside-wrap-box .fav-tag a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: inline-block;
  box-shadow: 0px -1px 13px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  font-size: 20px;
  position: absolute;
  left: 20px;
  top: -22px;
  background: #fff;
}

.aside-wrap-box .shop-now-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 10px;
  border: 1px solid #cccccc;
}

.aside-wrap-box .shop-now-wrap span.rebate-was {
  font-weight: 500;
  font-size: 16px;
  padding: 15px 0;
  color: #888888;
}

.aside-wrap-box .shop-now-wrap span.cash-back {
  font-weight: 500;
  margin-bottom: 15px;
  color: #ff1501;
}

.aside-wrap-box .shop-now-wrap a {
  padding: 10px 80px;
  display: inline-block;
  color: #ffffff;
  font-weight: 500;
}

.aside-wrap-box .shop-now-wrap a:hover {
  color: #ff2f1d;
}

.aside-wrap-box .shop-now-wrap a:focus {
  color: #ff2f1d;
}

.aside-wrap-box .shop-now-wrap .img-wrap img {
  max-height: 50px;
  width: auto;
  height: auto;
  max-width: 100%;
}

.shopNowcontent h3 {
  font-size: 20px;
}

.shopNowcontent p {
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 8px;
}

.shopNowcontent a {
  padding: 0 !important;
  color: #ffe808 !important;
  text-transform: uppercase;
  margin-top: 5px !important;
}

.aside-content-wrap {
  padding: 18px;
}

.aside-content-wrap h4 {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
}

.aside-content-wrap .more-less p {
  color: #000000;
  font-size: 15px;
  overflow: hidden;
}

.aside-content-wrap .content-wrap.short-dis {
  max-height: 45px;
  overflow: hidden;
}

.aside-content-wrap .more-less.full-content .content-wrap.short-dis {
  max-height: inherit;
}

.aside-content-wrap p {
  font-size: 14px;
}

.aside-content-wrap span {
  margin-top: 5px;
}

.aside-content-wrap a {
  font-size: 16px;
  margin-top: 5px;
}

.aside-content-wrap .more-less.full-content a {
  bottom: -18px !important;
}

.aside-content-wrap h5 {
  font-size: 17px;
  font-weight: 400;
  margin-top: 5px;
}

.aside-content-wrap h5 span {
  color: #ffe808;
}

.aside-content-wrap h6 {
  font-size: 17px;
  margin-top: 10px;
}

.cash-back-cate li {
  width: 100%;
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}

.cash-back-cate li a {
  font-weight: 400;
}

.cash-back-cate li span {
  color: #ff2f1d;
}

.cash-back-categories-head {
  background: #ffffff;
  border: 1px solid #cccccc;
  margin-bottom: 20px;
  padding: 20px 20px;
}

.cash-back-categories-head h2,
.cash-back-categories-head h3 {
  font-size: 20px;
  font-weight: 500;
}

.cash-back-categories-head h4 {
  font-size: 18px;
  font-weight: 500;
}

.cash-back-categories-head p {
  font-size: 14px;
}

.cash-back-categories-head p span {
  display: inline-block;
}

.content-wrap.short-dis {
  max-height: 43px;
  overflow: hidden;
}

.more-less.full-content .content-wrap.short-dis {
  max-height: inherit;
}

.cash-back-categories .deals-main {
  background: #ffffff;
  margin-bottom: 15px;
  border: 1px solid #cccccc;
  position: relative;
  display: flex;
}

.cash-back-categories .deals-main .shop-now {
  padding-top: 50px;
  padding-right: 25px;
}

.cash-back-categories .deals-main .shop-now a {
  padding: 10px 25px;
  display: inline-block;
  right: 15px;
  top: 15px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.cash-back-categories .deals-main .shop-now a:hover {
  background-color: #ff2f1d;
  border-color: #ff2f1d;
  color: #ffffff;
}

.cash-back-categories .deals-main .img-wrapper {
  width: 250px;
  height: 200px;
}

.cash-back-categories .deals-main .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cash-back-categories .deals-main .deal-content h4 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  padding-right: 150px;
}

.cash-back-categories .deals-main .deal-content .cash-back {
  font-size: 16px;
  margin-bottom: 15px;
  display: block;
  color: #ff1501;
  margin-top: 10px;
  font-weight: bold;
}

.cash-back-categories .deals-main .deal-content .no-cashback {
  font-weight: 400 !important;
}

.cash-back-categories .deals-main .deal-content .exclusions {
  font-size: 15px;
  margin-bottom: 0;
}

.cash-back-categories .deals-main .deal-content .exclusions span {
  font-weight: 600;
}

.cash-back-categories .deals-main .deal-content {
  padding-left: 30px;
  padding-top: 22px;
  padding-right: 0;
  width: calc(100% - 250px);
}

i.exclusions-info {
  display: none;
}

div#info-modal {
  width: 95%;
  margin: 0 auto;
  padding: 20px;
  background: #ffffff;
}

div#info-modal .mfp-close {
  color: #333;
  right: 13px !important;
}

.info-text-wrapper {
  position: relative;
  text-align: center;
  padding: 0px 20px;
}

.info-text-wrapper p {
  margin-bottom: 0;
}

.heading-small {
  display: none;
}

.heading-small h3 {
  font-size: 14px;
}

.store-main-head {
  background: #ffffff;
  border: 1px solid #cccccc;
  margin-bottom: 20px;
  padding: 20px 20px;
  position: relative;
}

.store-main-head h1 {
  font-size: 24px;
}

.store-main-head .breadcrumb {
  background: none;
  margin-bottom: 0;
  padding-left: 0px;
  padding-right: 0px;
}

.store-main-head .breadcrumb li {
  font-size: 17px;
}

.store-main-head .breadcrumb li a {
  color: #888888;
}

.store-main-head .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 1rem;
  color: #888888;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\F105";
}

.store-main-head .breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 1rem;
  color: #888888;
}

.store-main-head .mg-share-social {
  position: absolute;
  cursor: pointer;
  top: 20px;
  right: 20px;
}

.store-main-head .mg-share-social .mg-share-social-body {
  position: absolute;
  right: 0;
  background: #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #f5f5f5;
  margin-top: 10px;
  text-align: center;
  z-index: 9;
}

.store-main-head .mg-share-social .mg-share-social-body .mg-share-social-close {
  position: absolute;
  top: 5px;
  right: 5px;
  color: #ff1501;
  line-height: 20px;
  padding: 3px 0 3px 6px;
}

.store-main-head .mg-share-social .mg-share-social-body ul {
  display: flex;
}

.store-main-head .mg-share-social .mg-share-social-body ul li {
  margin-top: 0;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
}

.store-main-head .mg-share-social .mg-share-social-body ul li a {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.store-main-head .mg-share-social .mg-share-social-body ul li a span {
  display: none;
  position: absolute;
  background: #000;
  padding: 5px;
  bottom: -35px;
  border-radius: 5px;
  white-space: nowrap;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  transition: all 0.5s;
}

.store-main-head .mg-share-social .mg-share-social-body a {
  margin-top: 10px;
  display: none;
}

@media (max-width: 767px) {
  .store-main-head .mg-share-social .mg-share-social-body a {
    display: block;
  }
}

.cash-back-categories span {
  display: block;
  margin-bottom: 15px;
}

.cat-store-featured {
  padding: 40px 30px;
}

.store-cat-head h4 {
  font-size: 28px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .store-cat-head h4 {
    font-size: 18px;
    margin-bottom: 0;
  }
}

.aside-cat-wrap li {
  margin-bottom: 10px;
}

.aside-cat-wrap .sph4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.aside-cat-wrap ul li.blank span {
  font-weight: 400;
}

.aside-cat-wrap ul li {
  list-style: none;
}

.aside-cat-wrap ul li.main-cate {
  margin: 10px 0;
}

.aside-cat-wrap ul li.main-cate ul {
  margin: 8px 15px;
}

.aside-cat-wrap ul li.main-cate ul li.in-cat {
  padding: 5px 0;
}

.aside-cat-wrap ul li.main-cate ul li.in-cat a {
  font-size: 14px;
}

.mg-store-offer-link .tipr_container_above {
  left: 36% !important;
  white-space: nowrap;
  margin-top: -20px;
}

.store-deals {
  display: flex;
  padding: 35px 30px;
  border-bottom: 1px solid #cccccc;
  justify-content: space-between;
}

.store-deals .img-cate {
  display: none;
}

.store-deals .img-cate p {
  margin-bottom: 5px;
}

.store-deals .store-image {
  width: 70px;
  height: 70px;
  -o-object-fit: fill;
     object-fit: fill;
  margin-right: 50px;
}

.store-deals .store-deal-content h4 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  display: inline;
}

.store-deals .store-deal-content .code-date {
  margin-top: 5px;
}

.store-deals .store-deal-content .code-date label {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 0;
  cursor: pointer;
}

.store-deals .store-deal-content .code-date label span {
  padding: 4px 8px;
  background: #888888;
  color: #ffffff;
  letter-spacing: 2px;
  font-size: 14px;
  letter-spacing: 2px;
  font-size: 14px;
  display: inline-block;
  text-transform: uppercase;
}

.store-deals span.cash-back {
  font-size: 16px;
  margin-bottom: 5px;
  display: inline-block;
  color: #ff1501;
}

.store-deals .expire-date {
  font-size: 18px;
  color: #888888;
}

.store-deals .expire-date small {
  vertical-align: middle;
  display: inline-block;
}

.store-deals .expire-date i {
  margin-right: 10px;
  margin-left: 10px;
  vertical-align: middle;
  display: inline-block;
}

.store-deals .shop-now a {
  padding: 10px 25px;
  display: inline-block;
}

.store-deals .get-code a {
  padding: 10px 25px;
  display: inline-block;
}

.store-deals .get-code {
  display: none;
}

.store-deals .get-code-shop-mobile {
  display: none;
}

.store-deals .get-code-shop-mobile .code {
  background: #888888;
  padding: 4px;
  min-width: 125px;
  text-align: center;
}

.store-deals .get-code-shop-mobile .code span {
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
}

.alert-box {
  margin: 15px 0;
  padding: 30px 25px;
  background-image: linear-gradient(262deg, #ff2f1d 100%, #ff442c 49%, #ff624a 0%);
  position: relative;
  border-top: 1px solid #ff2f1d;
}

.alert-box h3 {
  font-size: 22px;
  color: #fff;
  margin-bottom: 10px;
}

.alert-box h3 span {
  font-size: 26px;
  margin-right: 10px;
}

.alert-box p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
}

.join-box-wrapper {
  margin: 15px 0;
  padding: 30px 25px;
  background-image: linear-gradient(262deg, #ff2f1d 100%, #ff442c 49%, #ff624a 0%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.join-box-wrapper h3 {
  font-size: 22px;
  color: #fff;
  margin-bottom: 10px;
}

.join-box-wrapper h3 span {
  font-size: 26px;
  margin-right: 10px;
}

.join-box-wrapper p {
  font-size: 15px;
  color: #fff;
  margin-bottom: 0;
}

.join-box-wrapper a {
  padding: 10px 25px;
}

.top-breadcrumb .breadcrumb {
  background: none;
  margin-bottom: 0;
  padding-left: 0px;
  padding-right: 0px;
}

.top-breadcrumb .breadcrumb li {
  font-size: 14px;
}

.top-breadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 1rem;
  color: #888888;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\F105";
}

.top-breadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 1rem;
}

.top-breadcrumb .breadcrumb .breadcrumb-item.active {
  color: #888888;
}

.store-info-wrap {
  margin-top: 20px;
  margin-bottom: 10px;
  background: #ffffff;
  box-shadow: 0px 3px 8px -3px rgba(0, 0, 0, 0.3);
  padding: 20px 20px;
  margin-top: 0 !important;
}

.store-info-wrap h1 {
  font-size: 24px;
  margin-bottom: 10px;
}

.store-info-wrap p {
  font-size: 14px;
  line-height: 22px;
}

.store-info-wrap .short-content {
  height: 48px;
  overflow: hidden;
}

.store-info-wrap.full-content {
  height: auto;
}

.more-less {
  position: relative;
}

.more-less .more-less-btn {
  position: absolute;
  right: 0;
  bottom: 2px;
  font-size: 14px;
  color: #ff1501 !important;
  background: #ffffff;
  cursor: pointer;
}

.more-less .more-less-btn:before {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.78) 0%, rgba(255, 255, 255, 0.78) 1%, white 67%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c7ffffff", endColorstr="#ffffff", GradientType=1);
  content: "";
  display: block;
  width: 30px;
  height: 20px;
  position: absolute;
  left: -30px;
}

.more-less.full-content {
  height: auto;
}

.more-less.full-content {
  height: auto;
}

.more-less.full-content .more-less-btn {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .apply-sm .more-less-btn {
    display: none;
  }
}

.boxed-heading-wrap {
  background-color: #ffffff;
}

.stores-content-wrap .boxed-heading-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sm-filter-panal {
  display: none;
}

.order-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  background-color: #f2f2f2;
  border: 1px solid #cccccc;
  border-top: none;
}

.order-link .all a {
  cursor: pointer;
}

.order-link a {
  font-size: 14px;
}

.order-link .alphabetical-order {
  display: flex;
  flex-wrap: wrap;
}

.order-link .alphabetical-order li {
  list-style: none;
  margin: 0 8px;
}

.order-link .alphabetical-order li a {
  color: #ff1501;
  cursor: pointer;
}

.order-link .num-order a {
  color: #ffe808;
}

.with-dxwidth .promo-block .btn-anchor {
  margin-top: 0 !important;
}

.all-store {
  margin-bottom: 20px;
}

.all-store ul li {
  padding: 20px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-top: none;
}

.all-store ul li .category-name {
  width: 25%;
  padding-right: 5px;
}

.all-store ul li .coupons {
  width: 25%;
}

.all-store ul li .cash-back {
  width: 25%;
}

.all-store ul li .shop-now {
  width: 25%;
  text-align: right;
}

.all-store ul li .coupons a {
  color: #888888;
  font-size: 15px;
  display: inline-block;
}

.all-store ul li .shop-now a {
  padding: 8px 30px;
  display: inline-block;
}

.all-store ul li .cash-back a {
  color: #ff1501;
  display: inline-block;
  font-weight: bold;
}

.all-store ul li .cash-back a.no-cashback {
  color: #888888;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .content-wrap.Shopping-Secrets {
    max-height: 43px;
    overflow: hidden;
  }

  .more-less.full-content .content-wrap.Shopping-Secrets {
    max-height: inherit;
  }

  .cash-back-categories .deals-main {
    flex-direction: row-reverse;
  }

  .cash-back-categories .deals-main .img-wrapper {
    width: 100px;
    height: 80px;
    margin: 10px 15px 0px 0;
    margin-bottom: 0;
  }

  .cash-back-categories .deals-main .img-wrapper a {
    padding: 8px 22px;
    position: absolute;
    right: 15px;
    top: 103px;
    bottom: auto;
    font-size: 14px;
  }

  .cash-back-categories .deals-main .deal-content {
    padding: 15px;
    width: calc(100% - 115px);
  }

  .cash-back-categories .deals-main .deal-content h4 {
    font-size: 15px;
    padding-right: 0;
  }

  .cash-back-categories .deals-main .deal-content p {
    font-size: 14px;
    margin-bottom: 7px;
  }

  .cash-back-categories .deals-main .deal-content .dis-text {
    display: none;
  }

  .cash-back-categories .deals-main .deal-content .exclusions {
    font-size: 14px;
    color: #888888;
  }

  .cash-back-categories .deals-main .deal-content .cash-back {
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 15px;
  }

  i.exclusions-info {
    display: inline-block;
  }

  .cash-back-categories .deals-main {
    min-height: 155px;
  }

  .cash-back-cate-main.aside-content-wrap {
    padding: 5px;
  }

  .cash-back-cate-main {
    background: #fff;
    margin-bottom: 15px;
  }

  .cash-back-cate-main .aside-content-wrap {
    padding: 5px;
  }

  .cash-back-cate-main .aside-content-wrap > p {
    font-size: 16px;
  }

  .cash-back-cate-main .aside-content-wrap .cash-back-cate li a {
    font-size: 15px;
  }

  .cash-back-cate-main .aside-content-wrap .cash-back-cate li span {
    font-size: 15px;
  }

  .cash-back-cate-main .content-wrap.short-dis {
    max-height: 250px;
    overflow: hidden;
  }

  .cash-back-cate-main .more-less-btn {
    border: solid 1px grey;
    width: 100%;
    text-align: center;
    bottom: 0;
  }

  .cash-back-cate-main .more-less .more-less-btn:before {
    left: 0;
  }

  .store-main-head,
  .store-info-wrap {
    background: no-repeat;
    border: none;
    margin-bottom: 10px;
    padding: 0px;
  }

  .store-main-head h1,
  .store-info-wrap h1 {
    font-size: 18px;
    font-weight: bold;
  }

  .store-main-head .mg-share-social,
  .store-info-wrap .mg-share-social {
    top: 5px;
    right: 0px;
  }

  .stores-content-wrap {
    width: 100% !important;
    float: none;
  }

  .store-main-head .breadcrumb li {
    font-size: 14px;
  }

  .store-main-head h1 {
    font-size: 16px;
    line-height: 24px;
  }

  .stores-content-wrap .boxed-heading-wrap {
    display: none;
  }

  .stores-content-wrap .deals-main-wrap {
    background: transparent;
  }

  .stores-content-wrap .deals {
    border: none;
  }

  .stores-content-wrap .alert-box {
    display: none;
  }

  .store-deals:not(:last-child) {
    margin-bottom: 10px;
  }

  .store-deals {
    padding: 15px 15px 10px;
    border: 1px solid #cccccc;
    background: #ffffff;
    display: block;
    position: relative;
  }

  .store-deals .img-cate {
    display: inline-block;
    margin-bottom: 10px;
  }

  .store-deals > .shop-now {
    position: absolute;
    top: 15px;
    right: 15px;
  }

  .store-deals .have-code {
    display: none;
  }

  .store-deals .get-code {
    position: absolute;
    top: 15px;
    right: 15px;
    display: block;
    width: 110px;
    text-align: center;
  }

  .store-deals .shop-now a {
    padding: 8px 20px;
    font-size: 14px;
    width: 110px;
    text-align: center;
  }

  .store-deals .get-code a {
    padding: 8px 20px;
    font-size: 14px;
    width: 100%;
    background-color: transparent;
    color: #000;
    border-color: inherit;
  }

  .store-deals .code-date {
    margin-top: 0 !important;
  }

  .store-deals .store-deal-content h4 {
    font-size: 15px;
    margin-bottom: 5px;
    display: block;
  }

  .store-deals .store-deal-content .code-date {
    display: inline-block;
    float: left;
  }

  .store-deals .store-deal-content .code-date .code-copy {
    display: none;
  }

  .store-deals .store-deal-content .cash-back {
    display: inline-block;
    margin-bottom: 0;
    float: right;
    line-height: 26px;
  }

  .store-deals .expire-date i {
    margin-left: 0 !important;
  }

  .store-deals .store-deal-content:after {
    content: "";
    display: block;
    clear: both;
  }

  .store-deals.show-code .get-code-shop-mobile {
    display: inline-flex;
    justify-content: space-between;
    padding: 10px 0;
    border-top: 1px solid #cccccc;
    margin-top: 14px;
    align-items: center;
    padding-bottom: 0;
  }

  .store-deals.show-code .get-code a {
    background-color: #888888 !important;
    border-color: #cccccc;
    color: #ffffff;
  }

  .left-aside-wrap {
    width: 100% !important;
    float: none;
  }

  .all-store ul li {
    border-left: none;
    border-right: none;
    padding: 15px 12px;
    padding-right: 30px;
  }

  .all-store ul li .coupons,
  .all-store ul li .shop-now {
    display: none;
  }

  .all-store ul li .category-name a {
    font-size: 15px;
  }

  .all-store ul li .cash-back span {
    display: none;
  }

  .all-store ul li .was-cash-back {
    display: inline-block !important;
    width: 50px;
    font-size: 12px;
    text-align: right;
    color: #888888;
  }

  .all-store ul li .cash-back {
    text-align: right;
    width: 40%;
  }

  .all-store ul li .category-name {
    width: 50%;
  }

  .order-link {
    position: absolute;
    right: 0;
    width: 25px;
    padding: 0;
    background: #ffffff;
    border: none;
  }

  .order-link .all {
    display: none;
  }

  .order-link .num-order {
    display: none;
  }

  .order-link a {
    font-size: 12px;
    color: #ff2f1d !important;
  }

  .order-link .alphabetical-order li {
    margin: 0px 7px;
    line-height: 16px;
    text-align: center;
  }

  .order-link .alphabetical-order {
    display: block;
    background: #fff;
    padding: 5px 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }

  .sm-filter-panal {
    margin-top: 20px;
    display: block;
  }

  .sm-filter-panal .cate-name {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .sm-filter-panal .cate-name h4 {
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 500;
    padding: 10px 0;
  }

  .sm-filter-panal .bootstrap-select {
    width: 100% !important;
  }

  .sm-filter-panal .bootstrap-select .dropdown-menu li a {
    font-size: 13px;
    background: transparent;
    color: #000;
    border-bottom: none;
    padding: 9px 12px;
  }

  .sm-filter-panal .bootstrap-select button.btn.dropdown-toggle {
    border: none !important;
    height: 45px;
  }

  .sm-filter-panal .short {
    position: relative;
  }

  .sm-filter-panal .short .select-box > .bootstrap-select > .dropdown-menu.show {
    left: auto !important;
    right: 15px;
    top: 0;
    -webkit-transform: translate3d(-1px, 45px, 0px) !important;
            transform: translate3d(-1px, 45px, 0px) !important;
  }

  .sm-filter-panal .order-link .alphabetical-order {
    background: #fff;
  }

  .store-info-wrap-fluid {
    margin-top: 0 !important;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.23);
    border-top: 1px solid #f2f2f2;
  }

  .store-info-wrap {
    margin-top: 0;
    margin-bottom: 20px;
    background: transparent;
    box-shadow: none;
    padding: 0;
  }
}

.was-cash-back {
  display: none;
}

.category-discription h4 {
  font-size: 15px;
  color: #ffe808;
}

.category-discription p {
  font-size: 15px;
}

.share-full-description {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.share-full-description a {
  color: #ff1501;
}

.share-full-description a span {
  margin: 0 4px;
}

.share-full-description a .fa-angle-down {
  font-size: 22px;
  vertical-align: middle;
  line-height: 9px;
}

.full-discription .share-full-description .fa-angle-down {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.contentdiscription {
  max-height: 45px;
  overflow: hidden;
  transition: 0.4s height;
}

.full-discription .contentdiscription {
  height: auto;
  overflow: hidden;
}

.special-condiation {
  display: none;
}

.category-discription {
  display: none;
}

.cash-back-shop-now {
  display: none;
}

.view-on-mobile-app {
  display: none;
}

.memberBonusRow.botton-sticky-row {
  position: fixed;
  bottom: 0;
  z-index: 22;
  display: none;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .category-discription {
    display: block;
  }

  .store-info-wrap h1 {
    font-size: 18px;
  }

  .cash-back-shop-now {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.23);
  }

  .cash-back-shop-now .cash-back-text a {
    color: #ff1501;
  }

  .cash-back-shop-now .cash-back-detail {
    font-weight: bold;
    color: #ff1501;
  }

  .cash-back-shop-now .shopnow a {
    padding: 8px 20px;
    display: inline-block;
    font-size: 14px;
  }

  .view-on-mobile-app {
    width: 100%;
    text-align: center;
    display: inline-block;
    margin-bottom: 40px;
    margin-top: 30px;
  }

  .view-on-mobile-app a {
    display: inline-block;
    padding: 15px 25px;
  }

  .memberBonusRow.botton-sticky-row {
    display: block;
  }

  .memberBonusRow.botton-sticky-row .alert-box {
    margin: 0;
    padding: 15px 15px;
  }

  .memberBonusRow.botton-sticky-row .alert-box h3 {
    font-size: 18px;
    display: flex;
  }

  .memberBonusRow.botton-sticky-row .alert-box h3 span {
    font-size: 15px;
    margin-right: 7px;
    vertical-align: middle;
  }

  .memberBonusRow.botton-sticky-row .alert-box h3 {
    font-size: 14px;
    display: flex;
  }

  .memberBonusRow.botton-sticky-row .alert-box p {
    font-size: 14px;
  }
}

.white-tooltip {
  display: inline-block;
}

.store-tooltip {
  top: -65px;
  left: 20px;
  position: absolute;
  white-space: pre;
  padding: 0 15px;
}

.store-tooltip .protip-content {
  font-size: 14px;
  line-height: 28px;
}

@media only screen and (max-width: 767px) {
  .store-tooltip {
    top: auto;
    left: auto;
    right: 0;
    bottom: 45px;
  }

  .protip-arrow {
    right: 10px;
    left: auto !important;
  }
}

.protip-arrow {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 8px 8px 0 8px;
  bottom: -8px;
  left: 10px;
  border-top-color: #ffffff !important;
}

.span-div {
  min-height: 63px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

section.container-fluid.store-banner::after {
  content: "";
  background: #f0f0f0;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  z-index: -1;
}

.hot-cpn {
  margin-bottom: 20px;
}

#st-main-filter .filter-done {
  display: none;
}

span#show-mob-filter {
  display: none;
}

@media (max-width: 767px) {
  span#show-mob-filter {
    padding: 8px 20px;
    border-radius: 30px;
    border: 1px solid #000000;
    display: block;
    height: 34px;
    line-height: 17px;
  }
}

@media (max-width: 767px) {
  #st-main-filter {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    overflow: auto;
    display: none;
  }

  #st-main-filter .store-cat-head {
    position: relative;
  }

  #st-main-filter .custom-control {
    display: inline-block;
    width: 45%;
  }

  #st-main-filter .filter-done {
    display: inline-block;
    position: absolute;
    right: 0;
    top: -5px;
    color: #00a1ff;
  }
}

#stores-wrapper h2 {
  font-size: 20px;
  margin-top: 0;
}

@media (max-width: 767px) {
  .aside-wrap-box.Is-visible {
    display: block !important;
    transition: 0.4s;
  }

  .shopnow a {
    width: 100%;
    text-align: center;
    border: 1px solid;
    margin: 10px 0px;
    height: 60px;
    font-size: 25px;
    padding: 20px;
    font-weight: 700;
  }
}

@media (max-width: 576px) {
  .find-results .hot-deals {
    flex-wrap: wrap;
  }

  .find-results .hot-deals .hot-deal-content {
    width: 100%;
  }
}

.find-results .searchKey {
  font-size: 30px;
  font-weight: 400;
  margin-top: 5px;
}

.top-store-block {
  list-style: none;
  text-align: center;
  height: 160px;
  padding: 10px;
  background: #f0f0f0;
  transition: 0.3s all;
  margin-bottom: 0;
  display: inline-table;
  border: none;
}

.top-store-block:hover {
  border: none;
}

.top-store-block .top-store-box {
  background-color: #FFFFFF;
  border: 2px solid #cccccc;
  padding: 20px 0;
  border-radius: 10px;
}

.top-store-block .top-store-box:hover {
  border: 2px solid #ff2f1d;
}

.no-coupon,
.no-mobile {
  max-height: 30px;
}

.share-icon-box,
.favorite-btn {
  width: 45px;
  height: 45px;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media (max-width: 767px) {
  .share-icon-box,
  .favorite-btn {
    width: 30px;
    height: 30px;
  }
}

.share-icon-box button,
.favorite-btn button {
  color: #ff2f1d;
}

.share-icon-box button:hover,
.favorite-btn button:hover {
  color: #ff2f1d;
}

.share-icon-box button i,
.favorite-btn button i {
  font-size: 20px;
}

@media (max-width: 767px) {
  .share-icon-box button i,
  .favorite-btn button i {
    font-size: 15px;
  }
}

.store-header {
  position: relative;
  display: flex;
}

.store-header .store-banner img {
  width: 100%;
  height: 360px;
  border-radius: 35px 35px 35px 0;
}

@media (max-width: 767px) {
  .store-header .store-banner img {
    height: 250px;
    border-radius: 20px 20px 20px 0;
  }
}

.store-header .store-title {
  display: inline-flex;
  position: absolute;
  align-items: center;
  top: 30px;
  left: 30px;
  right: 30px;
}

@media (max-width: 767px) {
  .store-header .store-title {
    top: 10px;
    left: 30px;
    right: 20px;
  }
}

.store-header .store-title .img-wrap {
  background-color: white;
  height: 120px;
  width: 120px;
}

.store-header .store-title .img-wrap img {
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .store-header .store-title .img-wrap {
    height: 55px;
    width: 55px;
  }
}

.store-header .store-title .text-wrap {
  display: inline-flex;
  font-size: 55px;
  font-weight: bold;
  color: white;
  text-shadow: 5px 5px 6px #00000029;
}

@media (max-width: 767px) {
  .store-header .store-title .text-wrap {
    font-size: 30px;
  }
}

.store-header .store-title .control-buttons {
  display: grid;
  justify-content: flex-end;
  flex-grow: 1;
  flex-direction: column;
}

.store-header .store-sub-title {
  display: inline-flex;
  position: absolute;
  align-items: center;
  bottom: 15px;
  left: 30px;
  right: 30px;
}

@media (max-width: 767px) {
  .store-header .store-sub-title {
    align-items: inherit;
    flex-direction: column-reverse;
  }
}

.store-header .store-sub-title .shop-now-btn-wrap {
  margin-right: 20px;
}

@media (max-width: 767px) {
  .store-header .store-sub-title .shop-now-btn-wrap {
    margin: 0;
    width: 100%;
  }

  .store-header .store-sub-title .shop-now-btn-wrap a {
    width: 100%;
  }
}

.store-header .store-sub-title .cashback-text-wrap {
  font-size: 24px;
  font-weight: bold;
  color: white;
}

@media (max-width: 767px) {
  .store-header .store-sub-title .cashback-text-wrap {
    font-size: 15px;
  }
}

.store-header .store-sub-title .cashback-text-wrap span .fa-circle {
  color: #ff2f1d;
}

.store-header .store-sub-title .cashback-text-wrap span .fa-plus-circle {
  color: white;
}

.cashback-flow {
  display: flex;
  justify-content: center;
}

.cashback-flow img {
  width: 100%;
}

.about-store,
.cb-terms {
  text-align: left;
}

.about-store .top-title,
.cb-terms .top-title {
  font-size: 25px;
  padding: 0 20px;
}

@media (max-width: 767px) {
  .about-store .top-title,
  .cb-terms .top-title {
    font-size: 20px;
  }
}

.about-store .cash-back-categories-head,
.cb-terms .cash-back-categories-head {
  border-radius: 15px;
}

.about-store img,
.cb-terms img {
  width: 100% !important;
}

.more-about-store,
.sp-terms {
  text-align: left;
}

.more-about-store .top-title,
.sp-terms .top-title {
  font-size: 25px;
}

@media (max-width: 767px) {
  .more-about-store .top-title,
  .sp-terms .top-title {
    font-size: 20px;
  }
}

.more-about-store .cash-back-categories-head,
.sp-terms .cash-back-categories-head {
  border-radius: 15px;
}

.more-about-store img,
.sp-terms img {
  width: 100% !important;
}

.store-page .cashback-categories,
.store-page .store-coupons,
.store-page .store-offers,
.store-page .related-stores,
.store-page .more-about-store,
.store-page .sp-terms {
  padding: 0 10px;
}

.store-coupons ul {
  justify-content: flex-start;
}

@media (max-width: 767px) {
  .cashback-categories,
  .store-coupons,
  .store-offers,
  .related-stores {
    padding: 0 10px;
  }
}

.cashback-categories .head-title,
.store-coupons .head-title,
.store-offers .head-title,
.related-stores .head-title {
  margin: 0 0 0.5rem 0;
}

.related-stores .container {
  padding: 0 !important;
}

.cashback-categories .category-block-wrap .category-block {
  margin-right: 0.5rem;
}

@media (max-width: 767px) {
  .cashback-categories .category-block-wrap .category-block {
    height: 250px !important;
  }
}

.store-offers .recommended-deals {
  width: 100%;
}

.related-stores .promo-main-wrap {
  justify-content: inherit;
}

.btn-circle {
  width: 50px;
  height: 50px;
  padding: 6px 0px;
  border-radius: 15px;
  text-align: center;
  font-size: 24px;
  line-height: 1.42857;
  box-shadow: 5px 5px 6px #00000029;
  color: #ff2f1d;
  background-color: white;
}

.btn-bordered {
  width: 250px;
  height: 50px;
  border-radius: 15px 15px 15px 0;
  font-size: 20px;
  font-weight: bold;
  box-shadow: 5px 5px 6px #00000029;
  color: #ff2f1d;
  background-color: white;
}

.mg-share-social-body {
  position: absolute;
  right: 0;
  background: #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #f5f5f5;
  margin-top: 10px;
  text-align: center;
  z-index: 9;
}

.mg-share-social-body .mg-share-social-close {
  position: absolute;
  top: 5px;
  right: 5px;
  color: #ff1501;
  line-height: 20px;
  padding: 3px 0 3px 6px;
}

.mg-share-social-body ul {
  display: flex;
}

.mg-share-social-body ul li {
  margin-top: 0;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
}

.mg-share-social-body ul li a {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mg-share-social-body ul li a span {
  display: none;
  position: absolute;
  background: #000;
  padding: 5px;
  bottom: -35px;
  border-radius: 5px;
  white-space: nowrap;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  transition: all 0.5s;
}

.mg-share-social-body a {
  margin-top: 10px;
  display: none;
}

@media (max-width: 767px) {
  .mg-share-social-body a {
    display: block;
  }
}

@media (max-width: 767px) {
  .container-mobile {
    padding: 0;
  }
}

.store-notes {
  text-align: left;
}

.store-notes .top-title {
  font-size: 25px;
  padding: 0 20px;
}

@media (max-width: 767px) {
  .store-notes .top-title {
    font-size: 20px;
  }
}

.store-notes .cash-back-categories-head {
  border-radius: 15px;
}

.store-notes .store-cb_mobile .icon,
.store-notes .store-cb_coupon .icon {
  display: flex;
  flex-direction: column;
  margin-right: 1rem;
}

.store-notes .store-cb_mobile .icon img,
.store-notes .store-cb_coupon .icon img {
  width: 20px;
  height: auto;
}

.store-notes .store-cb_mobile .text,
.store-notes .store-cb_coupon .text {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.new-store-page {
  position: relative;
}

.new-store-page .store-page-header {
  height: 124px;
  width: auto;
  border-bottom: 1px solid #DEDEDE;
}

.new-store-page .store-page-header .header-content {
  width: 75%;
  padding-top: 40px;
  text-align: start;
  margin-left: 30%;
}

@media (max-width: 767px) {
  .new-store-page .store-page-header .header-content {
    width: auto;
    margin: 7%;
  }
}

.new-store-page .store-page-header .header-content .store-breadcrumb {
  display: flex;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #494949;
}

.new-store-page .store-page-header .header-content .store-breadcrumb .store-name {
  font-weight: bold;
  text-decoration: underline;
}

.new-store-page .store-page-header .header-content .store-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 31px;
  color: #ff2f1d;
  margin-top: 10px;
}

.new-store-page .store-left-panel {
  width: 25%;
  height: auto;
  background: #ffffff;
  text-align: center;
  border-radius: 15px;
  position: absolute;
  top: 40px;
  padding-bottom: 0 !important;
  max-width: 280px;
  margin-left: 7%;
}

@media (max-width: 767px) {
  .new-store-page .store-left-panel {
    position: inherit;
    width: auto;
    margin: 10px;
    max-width: none;
    top: 0;
  }
}

.new-store-page .store-left-panel .top-section,
.new-store-page .store-left-panel .mid-section {
  padding: 12px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.new-store-page .store-left-panel .top-section .control-buttons,
.new-store-page .store-left-panel .mid-section .control-buttons {
  display: flex;
  justify-content: space-between;
}

.new-store-page .store-left-panel .top-section .control-buttons .favorite-btn,
.new-store-page .store-left-panel .top-section .control-buttons .share-icon-box,
.new-store-page .store-left-panel .mid-section .control-buttons .favorite-btn,
.new-store-page .store-left-panel .mid-section .control-buttons .share-icon-box {
  width: 35px;
  height: 35px;
  border: 1px solid #ff2f1d;
}

.new-store-page .store-left-panel .top-section .cashback-text-wrap,
.new-store-page .store-left-panel .mid-section .cashback-text-wrap {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #ff2f1d;
}

.new-store-page .store-left-panel .top-section .blue-btn,
.new-store-page .store-left-panel .mid-section .blue-btn {
  padding: 7px 15px;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
}

.new-store-page .store-left-panel .store-notes .top-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #7F7F7F;
}

.new-store-page .store-left-panel .store-notes .cash-back-categories-head {
  border: none;
  padding: 0;
  margin-right: 15px;
  margin-left: 15px;
}

.new-store-page .store-left-panel .how-cashback-works,
.new-store-page .store-left-panel .terms-and-conditions {
  padding: 20px;
  border-top: 1px solid #EDEDED;
}

.new-store-page .store-left-panel .how-cashback-works button,
.new-store-page .store-left-panel .terms-and-conditions button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  background-color: transparent;
  width: 100%;
}

.new-store-page .store-left-panel .how-cashback-works button .content,
.new-store-page .store-left-panel .terms-and-conditions button .content {
  display: flex;
  align-items: center;
}

.new-store-page .store-left-panel .how-cashback-works button .content i,
.new-store-page .store-left-panel .terms-and-conditions button .content i {
  color: #494949;
}

.new-store-page .new-store-content {
  width: 75%;
  margin-left: 30%;
}

@media (max-width: 767px) {
  .new-store-page .new-store-content {
    width: auto;
    margin: 10px;
  }
}

.new-store-page .new-store-content .cashback-categories,
.new-store-page .new-store-content .store-offers-wrapper,
.new-store-page .new-store-content .store-coupons,
.new-store-page .new-store-content .related-stores-wrapper,
.new-store-page .new-store-content .store-accordion {
  width: 80%;
}

@media (max-width: 767px) {
  .new-store-page .new-store-content .cashback-categories,
  .new-store-page .new-store-content .store-offers-wrapper,
  .new-store-page .new-store-content .store-coupons,
  .new-store-page .new-store-content .related-stores-wrapper,
  .new-store-page .new-store-content .store-accordion {
    width: auto;
  }
}

.new-store-page .new-store-content .head-title {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  color: #494949;
  margin: 0 0 0.5rem 0;
}

.new-store-page .new-store-content .head-title .count {
  padding: 3px 10px;
  background-color: white;
  border-radius: 6px;
  font-size: 24px;
  line-height: 31px;
  margin-left: 15px;
}

.new-store-page .new-store-content .cashback-categories .overlay {
  width: 220px;
  height: 280px;
  opacity: 0.7;
  border-radius: 25px;
}

.new-store-page .new-store-content .cashback-categories li:hover .overlay {
  display: none;
}

.new-store-page .new-store-content .store-offers-wrapper .stores-offers-main-wrap {
  margin-bottom: 15px;
  display: inline-flex;
}

.new-store-page .new-store-content .store-offers-wrapper .offers-block-wrap {
  display: flex;
  justify-content: flex-start;
}

.new-store-page .new-store-content .store-offers-wrapper .small-offer-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 300px;
  height: 120px;
  padding: 16px;
  border-radius: 8px;
  margin-bottom: 10px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  flex-shrink: 0;
  text-align: start;
  transition: all 400ms ease-in-out;
  margin-right: 16px;
}

.new-store-page .new-store-content .store-offers-wrapper .small-offer-card:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16), 0 2px 4px rgba(0, 0, 0, 0.16);
}

.new-store-page .new-store-content .store-offers-wrapper .small-offer-card .offer-title {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #494949;
}

.new-store-page .new-store-content .store-offers-wrapper .small-offer-card .offer-content-2 {
  justify-content: space-between;
  align-content: center;
  align-items: center;
}

.new-store-page .new-store-content .store-offers-wrapper .small-offer-card .blue-btn {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 7px;
}

.new-store-page .new-store-content .related-stores-main-wrap .has-arrows ul {
  justify-content: flex-start;
}

.new-store-page .new-store-content .related-stores-main-wrap .related-store-card {
  width: 185px;
  height: 235px;
  padding: 16px;
  border-radius: 8px;
  margin-bottom: 10px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  transition: all 400ms ease-in-out;
}

.new-store-page .new-store-content .related-stores-main-wrap .related-store-card:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16), 0 2px 4px rgba(0, 0, 0, 0.16);
}

.new-store-page .new-store-content .related-stores-main-wrap .related-store-card a.store-img {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}

.new-store-page .new-store-content .related-stores-main-wrap .related-store-card a.store-img .img-wrap img {
  width: 80%;
}

.new-store-page .new-store-content .related-stores-main-wrap .related-store-card .rebate-now {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}

.new-store-page .new-store-content .related-stores-main-wrap .related-store-card .coupons-box,
.new-store-page .new-store-content .related-stores-main-wrap .related-store-card .offers-box,
.new-store-page .new-store-content .related-stores-main-wrap .related-store-card .box-disabled {
  background: #FFF1F0;
  border: 1px solid #FFD6CC;
  border-radius: 4px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #ff2f1d;
  display: inline-flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.new-store-page .new-store-content .related-stores-main-wrap .related-store-card .coupons-box .title,
.new-store-page .new-store-content .related-stores-main-wrap .related-store-card .offers-box .title,
.new-store-page .new-store-content .related-stores-main-wrap .related-store-card .box-disabled .title {
  padding: 5px;
  border-right: 1px solid #ff2f1d;
}

.new-store-page .new-store-content .related-stores-main-wrap .related-store-card .coupons-box .count,
.new-store-page .new-store-content .related-stores-main-wrap .related-store-card .offers-box .count,
.new-store-page .new-store-content .related-stores-main-wrap .related-store-card .box-disabled .count {
  padding: 5px;
  background: rgba(255, 214, 204, 0.4);
}

.new-store-page .new-store-content .related-stores-main-wrap .related-store-card .box-disabled {
  background: #FBFBFB;
  color: #C8C8C8;
  border: none;
  padding: 5px 15px;
}

.new-store-page .new-store-content .store-accordion {
  text-align: start;
}

.new-store-page .new-store-content .store-accordion .card .card-header button {
  width: 100%;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #494949;
  display: flex;
  align-items: center;
  text-align: left;
}

@media (max-width: 767px) {
  .new-store-page .new-store-content .store-accordion .card .card-header button {
    font-size: 14px;
    line-height: 18px;
  }
}

.new-store-page .new-store-content .store-accordion .card .card-header button i {
  color: #ff2f1d;
  transition: all 400ms ease-in-out;
  margin-right: 15px;
}

.new-store-page .new-store-content .store-accordion .card .card-header button[aria-expanded=true] i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.new-store-page .new-store-content .empty-section {
  width: 100%;
  height: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #FBFBFB;
  border: 1px solid #DEDEDE;
  border-radius: 8px;
}

.new-store-page .new-store-content .empty-section .empty-message {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  color: #7F7F7F;
  margin-top: 15px;
}

.new-store-page #terms-and-conditions-modal button.close,
.new-store-page #how-cashback-works-modal button.close {
  position: absolute;
  z-index: 99999;
  right: 0;
}

.new-store-page #terms-and-conditions-modal .fa-circle,
.new-store-page #how-cashback-works-modal .fa-circle {
  color: white;
}

.new-store-page #terms-and-conditions-modal .fa-times-circle,
.new-store-page #how-cashback-works-modal .fa-times-circle {
  color: #ff2f1d;
}

.new-store-page #terms-and-conditions-modal .modal-header,
.new-store-page #how-cashback-works-modal .modal-header {
  font-size: 24px;
  line-height: 36px;
  color: #494949;
  background: #FBFBFB;
}

.new-store-page #terms-and-conditions-modal .modal-body,
.new-store-page #how-cashback-works-modal .modal-body {
  text-align: start;
  line-height: 24px;
  font-size: 16px;
  font-weight: 400;
  color: #7F7F7F;
}

.new-store-page #how-cashback-works-modal .modal {
  max-width: 700px;
}

.new-store-page #how-cashback-works-modal .step-1,
.new-store-page #how-cashback-works-modal .step-2,
.new-store-page #how-cashback-works-modal .step-3 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.new-store-page #how-cashback-works-modal .step-1 .step,
.new-store-page #how-cashback-works-modal .step-2 .step,
.new-store-page #how-cashback-works-modal .step-3 .step {
  padding: 7px 15px;
  color: white;
  background: #ff2f1d;
  border-radius: 100%;
}

.new-store-page #how-cashback-works-modal .step-1 .title,
.new-store-page #how-cashback-works-modal .step-2 .title,
.new-store-page #how-cashback-works-modal .step-3 .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 31px;
  color: #ff2f1d;
}

.new-store-page #how-cashback-works-modal .step-1 .description,
.new-store-page #how-cashback-works-modal .step-2 .description,
.new-store-page #how-cashback-works-modal .step-3 .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #494949;
}

.new-store-page #how-cashback-works-modal .step-1-mobile,
.new-store-page #how-cashback-works-modal .step-2-mobile,
.new-store-page #how-cashback-works-modal .step-3-mobile {
  margin-top: 10px;
  margin-bottom: 10px;
}

.new-store-page #how-cashback-works-modal .step-1-mobile .step,
.new-store-page #how-cashback-works-modal .step-2-mobile .step,
.new-store-page #how-cashback-works-modal .step-3-mobile .step {
  padding: 7px 15px;
  color: white;
  background: #ff2f1d;
  border-radius: 100%;
}

.new-store-page #how-cashback-works-modal .step-1-mobile .step-mobile-desc,
.new-store-page #how-cashback-works-modal .step-2-mobile .step-mobile-desc,
.new-store-page #how-cashback-works-modal .step-3-mobile .step-mobile-desc {
  display: flex;
  align-items: flex-start;
}

.new-store-page #how-cashback-works-modal .step-1-mobile .title,
.new-store-page #how-cashback-works-modal .step-2-mobile .title,
.new-store-page #how-cashback-works-modal .step-3-mobile .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 31px;
  color: #ff2f1d;
}

.new-store-page #how-cashback-works-modal .step-1-mobile .description,
.new-store-page #how-cashback-works-modal .step-2-mobile .description,
.new-store-page #how-cashback-works-modal .step-3-mobile .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #494949;
}

.new-store-page #how-cashback-works-modal .step-1-mobile .img-wrap,
.new-store-page #how-cashback-works-modal .step-2-mobile .img-wrap,
.new-store-page #how-cashback-works-modal .step-3-mobile .img-wrap {
  margin-left: 65px;
}

.new-store-page .store-page-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 64px;
  line-height: 84px;
  border: 1px solid #C8C8C8;
  height: 380px;
  width: 100%;
}

@media (max-width: 767px) {
  .new-store-page .store-page-footer {
    height: 220px;
  }
}

.new-store-page .store-page-footer .title {
  font-weight: 700;
  font-size: 64px;
  line-height: 84px;
  color: #ff2f1d;
}

@media (max-width: 767px) {
  .new-store-page .store-page-footer .title {
    font-size: 24px;
    line-height: 31px;
  }
}

.new-store-page .store-page-footer .description {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  color: #494949;
}

@media (max-width: 767px) {
  .new-store-page .store-page-footer .description {
    font-size: 14px;
    line-height: 18px;
  }
}

.new-store-page .store-page-footer a {
  margin-top: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.welcome-banner {
  min-height: 500px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffe808;
}

.welcome-banner:before {
  content: "";
  background-size: auto;
  background-repeat: repeat;
  background-image: url(/images/welcome_smart_bg.png?b72d10f84128b62780447514b8b56ecc);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

@media (max-width: 767px) {
  .welcome-banner {
    min-height: 250px;
  }
}

.banner-cont {
  position: relative;
  color: #ff1501;
  text-align: center;
}

.banner-cont .banner-title {
  font-family: "Konnect";
  font-weight: 700;
  font-size: 60px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .banner-cont .banner-title {
    font-size: 28px;
  }
}

.banner-cont .banner-disc {
  font-family: "Konnect";
  font-weight: 300;
  font-size: 24px;
}

@media (max-width: 767px) {
  .banner-cont .banner-disc {
    font-size: 22px;
  }
}

.banner-cont .btn-wrapp {
  margin-top: 30px;
}

.banner-cont a {
  padding: 10px 50px;
  display: inline-block;
}

.hw-title {
  font-size: 35px;
  font-family: "Konnect";
  color: #1f1f1f;
  text-align: center;
  font-weight: 300;
  margin-bottom: 50px;
}

@media (max-width: 575.98px) {
  .hw-title {
    font-size: 24px;
  }
}

.hw-step {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.hw-step img {
  margin-bottom: 25px;
  max-height: 215px;
  width: auto;
}

.hw-step-disc {
  font-size: 22px;
  font-weight: 400;
  font-family: "Konnect";
  color: #1f1f1f;
  text-align: center;
  max-width: 70%;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .hw-step-disc {
    max-width: 100%;
    font-size: 18px;
  }
}

.hw-bottom-disc {
  font-size: 16px;
  font-weight: 400;
  font-family: "Konnect";
  color: #1f1f1f;
  text-align: center;
  padding-top: 50px;
  text-align: left;
}

.hp-hot-deals {
  position: relative;
}

.hp-hot-cont a.white-btn {
  padding: 10px 50px;
}

@media (max-width: 767px) {
  .hp-hot-cont {
    align-items: flex-start !important;
  }
}

.hp-hot-deals:before {
  background: #ffe808;
  content: "";
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
}

.hp-hot-title {
  font-size: 34px;
  font-weight: 400;
  font-family: "Konnect";
  color: #ff1501;
  text-align: left;
}

@media (max-width: 767px) {
  .hp-hot-title {
    font-size: 24px;
    margin: 20px 0 !important;
  }
}

.hp-hot-disc {
  color: #ff1501;
}

.v-align {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  justify-content: space-around;
}

@media (max-width: 767px) {
  .v-align {
    align-items: center;
  }
}

#tria {
  width: 0;
  height: 0;
  border-top: 26px solid #ececec;
  border-left: 26px solid transparent;
  position: absolute;
  bottom: -26px;
}

.hp-hot.card {
  font-size: 18px;
  font-weight: 300;
  font-family: "Konnect";
  color: #1f1f1f;
  text-align: left;
  position: relative;
  margin-bottom: 40px;
}

.hp-hot-disc a {
  color: #ff1501;
}

.hp-hot-disc a:hover {
  color: #1f1f1f;
}

.ps-cb-cont .head-title {
  margin-top: 0 !important;
}

.ps-cb-cont .top-title {
  font-size: 28px !important;
  font-weight: bold;
}

@media (max-width: 767px) {
  .ps-cb-cont .top-title {
    font-size: 24px !important;
  }
}

.p-cb-stores-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  justify-items: center;
  grid-gap: 1rem;
}

@media (max-width: 420px) {
  .p-cb-stores-list {
    grid-template-columns: 1fr 1fr;
  }
}

.p-cb-box {
  text-align: center;
}

.p-cb-box img {
  margin-bottom: 20px;
  max-width: 100%;
  height: 50px;
}

.rebate-now {
  color: #ff1501;
  font-weight: bold;
}

.rebate-now.no-cashback {
  color: #888888;
  font-weight: 400;
}

.p-stores-btn-wrap a {
  display: inline-block;
  padding: 10px 50px;
  margin-top: 25px;
  color: #ffffff;
}

.hp-tasti .slick-slide {
  margin: 10px;
}

.hp-tasti .portfolio-thumb-slider .slick-slider-item {
  padding: 5px;
  text-align: center;
}

.hp-tasti .portfolio-thumb-slider {
  margin: 0 -5px 5px -5px;
}

.hp-tasti .portfolio-thumb-slider .slick-active img {
  outline: 2px solid transparent;
}

.hp-tasti .slick-slider {
  margin-bottom: 0px;
}

.hp-tasti .controls {
  text-align: center;
  padding: 10px;
  font-family: monospace;
  font-weight: bold;
}

.hp-testi-title {
  font-size: 28px;
  font-weight: 300;
  font-family: "Konnect";
  color: #1f1f1f;
  text-align: center;
}

.portfolio-thumb-slider img {
  opacity: 0.5;
  margin: auto;
}

.portfolio-thumb-slider .slick-current img {
  opacity: 1;
}

.w-after-title {
  font-size: 45px;
  font-weight: 400;
  font-family: "Konnect";
  color: #1f1f1f;
  text-align: left;
}

@media (max-width: 767px) {
  .w-after-title {
    font-size: 28px;
  }
}

.w-after-wrap p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 30px;
}

.browser-rating .fa-star {
  color: #00a2ff;
}

.browser-rating span {
  font-weight: 300;
}

.easy-earn-wrap.v-align {
  justify-content: center !important;
}

.easy-earn-wrap h3 {
  font-size: 25px;
  font-weight: 400;
}

.easy-earn-wrap p {
  font-size: 18px;
  font-weight: 300;
}

.easy-btn-wrap a {
  padding: 10px 50px;
  display: inline-block;
}

.learn-more {
  color: #ffe808;
}

.form-control {
  outline: none !important;
}

.form-control:focus {
  box-shadow: none;
  border-color: #ff2f1d;
}

.slick-slide {
  text-align: center;
}

.mobile-wrapp {
  background-size: cover;
  background-position: center;
}

.mob-screen {
  min-height: 500px;
  position: relative;
  display: flex;
  align-items: flex-start;
}

@media (max-width: 767px) {
  .mob-screen {
    justify-content: center;
  }
}

.mob-screen img {
  margin-left: 18px;
}

@media (max-width: 767px) {
  .mob-screen img {
    margin-bottom: 50px;
  }
}

.mob-screen:before {
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(/images/mobile_frame.png?393da56866ae29f0712639131306e109);
  width: 300px;
  height: 600px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -13px;
  background-position: center;
}

@media (max-width: 767px) {
  .mob-screen:before {
    margin: auto;
    left: 15px;
  }
}

.mob-cont {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.mob-head {
  font-size: 48px;
  font-weight: 400;
  font-family: "Konnect";
  color: #ffffff;
  text-align: left;
}

@media (max-width: 768px) {
  .mob-head {
    font-size: 28px;
    margin-bottom: 10px !important;
  }
}

.mob-disc {
  font-size: 24px;
}

@media (max-width: 768px) {
  .mob-disc {
    font-size: 18px;
  }
}

.d-text {
  max-width: 65%;
}

@media (max-width: 768px) {
  .d-text {
    max-width: 100%;
  }
}

.easy-btn-wrap:hover a.white-btn {
  color: #e50050;
}

.app-store-logo img {
  max-height: 50px;
}

.wrap-3 .mob-cont {
  color: #1f1f1f;
}

.wrap-3 .mob-head {
  color: #1f1f1f;
}

.country-pre {
  height: 38px;
}

.country-pre select#country_code {
  border-radius: 0.25rem 0 0 0.25rem;
  padding-left: 5px;
  font-size: 16px;
  color: #495057;
  font-weight: 400;
}

.country-pre select#country_code option:visited,
.country-pre select#country_code option:hover {
  background-color: #ff2f1d;
}

.careers-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #ffffff;
}

.careers-cont h1 {
  font-family: "Konnect";
  font-size: 68px;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 20px;
}

@media (max-width: 575.98px) {
  .careers-cont h1 {
    font-size: 36px;
    text-align: center;
  }
}

.careers-cont p {
  max-width: 50%;
  text-align: center;
  font-size: 20px;
}

@media (max-width: 768px) {
  .careers-cont p {
    max-width: 100%;
  }
}

.c-stats-title {
  font-size: 40px;
  font-family: "Konnect";
  font-weight: 700;
}

.c-stats-disc {
  font-size: 18px;
  font-weight: 300;
}

.ceo-banner {
  position: relative;
}

@media (max-width: 768px) {
  .ceo-banner .quote-boxes .quote-box p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
  }
}

.ceo-banner:before {
  background: rgba(255, 232, 8, 0.8);
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
}

.quote-box.quote-l {
  width: 70px;
  vertical-align: top;
}

.quote-mark {
  display: block;
  width: 60px;
  height: 60px;
  color: #ff1501;
  font-size: 100px;
  line-height: 100px;
}

.quote-box.quote-r {
  display: flex;
  align-items: flex-end;
}

.quote-main .quote-box {
  color: #ff1501;
}

.quote-box {
  font-size: 24px;
  line-height: 36px;
  color: #1f1f1f;
}

.employee-quote {
  position: relative;
}

.employee-quote:hover img {
  opacity: 0;
}

@media (max-width: 767px) {
  .employee-quote:hover img {
    opacity: 1;
  }
}

.employee-quote img {
  opacity: 1;
  transition: opacity 0.2s ease;
}

@media (max-width: 767px) {
  .employee-quote img {
    margin: 0 auto;
  }
}

.employee-quote .employee-quote-txt {
  position: absolute;
  top: 30px;
  opacity: 0;
  transition: opacity 0.2s ease;
  font-size: 18px;
  line-height: 22px;
  color: #e50050;
  font-weight: 300;
}

@media (max-width: 767px) {
  .employee-quote .employee-quote-txt {
    opacity: 1;
    position: unset;
    margin: 15px 0;
  }
}

.employee-quote:hover .employee-quote-txt {
  opacity: 1;
}

.emp-desig {
  color: #888888;
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 10%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 99;
}

.slick-next {
  right: 0;
}

.slick-prev {
  left: 0;
}

.employees-testi .slick-prev:before {
  content: "\2039";
}

.employees-testi .slick-prev:before,
.employees-testi .slick-next:before {
  font-family: "slick";
  font-size: 90px;
  line-height: 1;
  opacity: 0.75;
  color: #dababa;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.employees-testi .slick-prev:hover:before,
.employees-testi .slick-prev:focus:before,
.employees-testi .slick-next:hover:before,
.employees-testi .slick-next:focus:before {
  opacity: 1;
}

.employees-testi .slick-next:before {
  content: "\203A";
}

.about-cont {
  padding-bottom: 50px;
  margin-top: -85px;
}

@media (max-width: 767.98px) {
  .about-cont {
    padding-bottom: 15px;
    margin-top: 64px;
    padding-top: 15px;
    position: relative;
  }

  .about-cont .mg-mobile-sticky {
    position: absolute;
    top: 0 !important;
    z-index: 9;
    transition: all 0.5s;
  }

  .about-cont .mg-mobile-sticky .left-col {
    padding: 0 !important;
    border: 1px solid #ccc;
    margin-bottom: 0 !important;
  }

  .about-cont .mg-mobile-sticky .left-col .about-left-head {
    display: none;
  }

  .about-cont .mg-mobile-sticky .left-col ul {
    display: flex;
    overflow-x: auto;
  }

  .about-cont .mg-mobile-sticky .left-col ul::-webkit-scrollbar {
    width: 0;
    height: 0;
  }

  .about-cont .mg-mobile-sticky .left-col ul li {
    white-space: nowrap;
  }

  .about-cont .mg-mobile-sticky .left-col ul li.active {
    border-left: 0;
    border-bottom: 3px solid #ff1501;
  }

  .about-cont .mg-mobile-sticky .left-col ul li a {
    border-bottom: 0;
    padding: 10px 0;
  }

  .fixedheader .about-cont .mg-mobile-sticky {
    top: 65px;
    padding: 0;
    border-bottom: 1px solid #ccc;
  }

  .fixedheader .about-cont .mg-mobile-sticky .left-col {
    border: 0 !important;
  }
}

h1.privacy-head {
  margin-bottom: 0px;
}

.privacy-content h2,
.privacy-content h3 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 25px;
}

.privacy-content h4 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 25px;
}

.privacy-content ul {
  margin: auto;
  padding: revert;
  list-style: unset;
}

.about-main-banner {
  background-size: cover;
  height: 350px;
  background-position: center;
}

.left-col,
.right-col {
  border: 1px solid #ccc;
}

.about-left-head {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

.about-right-head {
  font-size: 24px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .about-right-head {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.about-nav ul {
  list-style: none;
}

.about-nav li {
  padding: 0px 50px;
}

@media (max-width: 767.98px) {
  .about-nav li {
    padding: 0px 10px;
    position: relative;
  }

  .about-nav li:last-child {
    border-bottom: 0;
  }
}

.about-nav a {
  display: block;
  padding: 15px 0;
}

.about-nav ul li.active {
  border-left: 5px solid #ff2f1d;
}

.about-nav ul li:not(:last-child) a {
  border-bottom: 1px solid #ccc;
}

.team-memb img {
  max-height: 175px;
  border-radius: 100%;
}

.about-disc {
  font-weight: 300;
}

.team-head {
  font-size: 20px;
  font-weight: bold;
}

.memb-name {
  font-size: 12px;
  font-weight: 700;
}

.memb-desig {
  font-weight: 300;
  font-size: 12px;
}

@media (max-width: 767.98px) {
  .about-nav ul li .fa {
    position: absolute;
    right: 15px;
    top: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

.s-map-title {
  font-size: 18px;
  font-weight: bold;
}

.s-map-list li {
  margin-bottom: 10px;
}

.s-map-list li a {
  color: #1f1f1f;
  transition: all 0.5s;
}

.s-map-list li:hover a {
  color: #ff1501;
}

@media (max-width: 768px) {
  .s-map-list li {
    width: calc(50% - 3px);
    display: inline-block;
    padding-right: 8px;
    white-space: pre-line;
  }
}

@media (max-width: 768px) and (max-width: 425px) {
  .s-map-list li {
    width: 100%;
  }
}

.Join-wrapper p {
  color: #ffffff;
  font-size: 22px;
  margin-bottom: 20px;
}

.Join-wrapper a.join-memb {
  border: 0;
  color: #ffffff;
}

.terms-title {
  font-size: 20px;
  font-weight: 400;
}

p.terms-dics {
  color: #888888;
  font-weight: 300;
}

.help-main-banner {
  background: linear-gradient(to top, #ededed 0%, #f9f9f9 22%, #fff 100%);
  height: 350px;
  border-bottom: 1px solid #c8c8c8;
}

@media (max-width: 575.98px) {
  .help-main-banner {
    height: auto;
    padding-bottom: 25px;
  }
}

.help-main-banner .help-banner-cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.help-main-banner h1 {
  text-align: center;
  font-family: "Konnect";
  color: #ff1501;
  margin-bottom: 50px;
}

@media (max-width: 575.98px) {
  .help-main-banner h1 {
    margin-bottom: 20px;
  }
}

.help-search {
  position: relative;
}

.help-search span.fa.fa-search {
  position: absolute;
  right: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #ffffff;
  padding: 21px;
  background-color: #ff2f1d;
  cursor: pointer;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

@media (max-width: 575.98px) {
  .help-search span.fa.fa-search {
    padding: 16px;
  }
}

.help-search input.form-control {
  height: 60px;
  border: 1px solid #ff2f1d;
}

@media (max-width: 575.98px) {
  .help-search input.form-control {
    height: 30px;
  }
}

@media (max-width: 768px) {
  .help-left {
    background-color: #ffffff;
    padding: 20px !important;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.23);
  }
}

.help-nav ul {
  list-style: none;
  padding: 0;
}

.help-nav li {
  padding: 10px 0;
}

.help-nav li:hover a {
  color: #ff1501;
}

.help-nav li a {
  color: #1f1f1f;
  transition: 0.5s;
  font-weight: 300;
}

.help-nav li.active {
  color: #000;
  font-weight: 300;
}

.help-left-head,
.help-right-head {
  font-size: 20px;
  font-weight: bold;
}

.help-block {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.23);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
}

@media (max-width: 575.98px) {
  .help-block {
    box-shadow: none;
    -webkit-box-shadw: none;
    -moz-box-shadow: none;
    background-color: #f0f0f0;
    padding: 0 !important;
    border-bottom: 1px solid #ccc;
    align-items: flex-start;
  }
}

.help-block a:hover {
  color: #ff1501;
}

.help-block span.fa.fa-angle-right {
  display: none;
}

@media (max-width: 575.98px) {
  .help-block span.fa.fa-angle-right {
    display: inline-block;
    font-size: 16px;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.help-block .fa {
  font-size: 35px;
}

@media (max-width: 575.98px) {
  .help-block .fa {
    display: none;
  }
}

.help-block .h-b-title {
  font-size: 20px;
  margin: 15px 0 15px 0;
}

@media (max-width: 575.98px) {
  .help-block .h-b-title {
    padding: 0 15px;
    font-size: 16px;
    margin-bottom: 5px;
  }
}

.help-block .h-b-disc {
  color: #888888;
}

@media (max-width: 575.98px) {
  .help-block .h-b-disc {
    padding-left: 15px;
    width: 95%;
  }
}

@media (max-width: 575.98px) {
  .col-mob {
    padding: 0;
  }

  .col-mob a {
    font-size: 16px;
    text-align: left;
  }

  .col-mob:last-child .help-block {
    border-bottom: 0;
  }
}

.help-footer {
  padding: 40px 0;
}

.help-footer ul {
  float: left;
}

.help-footer ul li a {
  color: #ffffff;
  opacity: 0.5;
  transition: 0.5s;
  font-weight: 300;
}

.help-footer ul li a:hover {
  opacity: 1;
}

.help-footer ul .list-inline-item:not(:last-child) {
  margin-right: 2.5rem;
}

a.help-s-link {
  float: right;
  color: #ffffff;
  font-weight: 300;
  opacity: 0.5;
  transition: 0.5s;
}

a.help-s-link:hover {
  opacity: 1;
}

span#show-mob-filter.fa {
  border: 0;
  display: inline-block;
  padding: 0;
}

.help-left.aside-wrap-box {
  background-color: inherit;
}

@media (max-width: 767px) {
  .help-left.aside-wrap-box {
    background-color: #ffffff;
  }
}

input[type=email],
.name-frm,
.select-frm,
.card-frm,
.mob-frm {
  background-size: auto;
  background-position: center right 18px;
  background-repeat: no-repeat;
}

input[type=email] {
  background-image: url(/images/email-icon.jpg) !important;
}

.name-frm {
  background-image: url(/images/man-user24.png) !important;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

.select-frm {
  background-image: url(/images/drop-down.png) !important;
}

.card-frm {
  background-image: url(/images/credit-cards.png) !important;
}

.mob-frm {
  background-image: url(/images/credit-cards.png) !important;
}

input[type=password] {
  background-image: url(/images/lock-icon.jpg?a810a5d…) !important;
}

.help-wrap-title {
  font-size: 18px;
  font-weight: 500;
}

.blue-link {
  color: #ffe808;
}

.orange-link {
  color: #ff1501;
}

.related-art .related-art-head .related-art-title {
  font-size: 20px;
  color: #888888;
  font-weight: bold;
  text-transform: uppercase;
}

.related-art-body ul li {
  margin-bottom: 15px;
}

.related-art-body ul li:last-child {
  margin-bottom: 0;
}

.related-art-body ul li a {
  color: #1f1f1f;
  transition: all 0.5s;
}

.related-art-body ul li:hover a {
  color: #ff1501;
}

.earning-cb-wrap ul > li {
  font-size: 18px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  border-bottom: 1px solid #cecece;
}

.earning-cb-wrap ul > li a {
  display: flex;
}

.earning-cb-wrap ul > li a span {
  margin-right: 10px;
  color: #ccc;
  vertical-align: bottom;
  font-size: 22px;
}

.earning-cb-wrap ul > li p {
  font-size: 16px;
  margin-top: 10px;
}

.earning-cb-wrap ul > li.page-item {
  border-bottom: 0;
}

.earning-cb-wrap ul > li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .earning-cb-wrap ul > li a {
    font-size: 16px;
  }
}

.earning-cb-wrap ul li:hover span,
.earning-cb-wrap ul li:hover a {
  color: #ff2f1d !important;
}

@media (max-width: 767px) {
  .help-nav ul li a {
    font-size: 16px;
  }
}

.all-brands .order-link {
  padding: 20px 20px 10px;
  padding-left: 0;
  border: 0;
  background-color: inherit;
}

.all-brands .order-link .all {
  display: none;
}

@media (max-width: 767px) {
  .all-brands .order-link {
    padding: 0px;
  }
}

.all-brands .order-link .alphabetical-order li {
  margin: 0 13px;
}

.all-brands .order-link .alphabetical-order li:first-child {
  margin-left: 0;
}

@media (max-width: 767px) {
  .all-brands .order-link .alphabetical-order li {
    margin: 4px 5px;
  }
}

.all-brands .order-link a {
  font-size: 16px;
  cursor: pointer;
}

.brand-list,
.all-cat-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  grid-gap: 0.5rem;
  margin-bottom: 25px;
}

@media (max-width: 575.98px) {
  .brand-list,
  .all-cat-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

.brand-list-title {
  border-bottom: 1px solid #cccccc;
  padding: 20px 0;
  margin-bottom: 15px;
  font-weight: 700;
  text-align: left;
}

@media (max-width: 767px) {
  .all-brands-alpha-wrap #brand-0-9 {
    padding-top: 25px;
  }

  .brand-list-title {
    padding-top: 0;
  }
}

.brand-list li a {
  line-height: 24px;
  transition: 0.5s;
}

.brand-list li a:hover {
  color: #ff1501;
}

@media (max-width: 424.98px) {
  .select-box .form-control {
    font-size: 12px;
    padding: 5px;
  }

  .inner-banner-wrap .bg-img-wrap img {
    -o-object-fit: fill;
       object-fit: fill;
  }
}

.all-cat {
  margin-bottom: 30px;
}

@media (max-width: 767.98px) {
  .all-cat {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .all-cat .s-map-list li {
    width: auto;
    display: block;
    white-space: normal;
  }
}

.out-pge-wraper {
  margin-top: 50px;
}

.out-pge-wraper .p-3 {
  text-align: center;
}

.out-pge-wraper .out-pg-note {
  text-align: center;
}

.out-st-logo {
  display: inline-block;
  padding: 10px;
  background-color: #ffffff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: -15px;
}

.adb-warning {
  font-size: 24px;
}

@media (max-width: 767px) {
  .adb-warning {
    font-size: 14px;
  }
}

.ad-blocker {
  font-size: 26px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .ad-blocker {
    font-size: 18px;
  }
}

.out-cb {
  color: #ff2f1d;
  font-weight: 500;
}

.adb-warning2 {
  font-weight: 700;
}

.moment {
  color: #888888;
  margin-bottom: 0;
}

.moment img {
  width: 50px;
}

p.out-cb {
  font-size: 50px;
}

@media (max-width: 767px) {
  p.out-cb {
    font-size: 30px;
  }
}

.out-style2 .ad-blocker {
  font-weight: 400;
}

.out-style3 .adb-warning {
  font-size: 20px;
}

.out-cb-list li {
  padding: 8px;
}

.out-cb-list li:nth-child(even) {
  background-color: #cccccc;
}

.out-cb-list li:nth-child(odd) {
  background-color: #ffffff;
}

@media (max-width: 575px) {
  .out-cb-list li span {
    float: none !important;
    display: block;
    text-align: center;
  }
}

.out-style4 .ad-blocker {
  font-size: 35px;
  font-weight: 400;
}

@media (max-width: 767px) {
  .out-style4 .ad-blocker {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .out-style4 .ad-blocker {
    font-size: 20px;
  }
}

.out-style4 .adb-warning {
  font-size: 40px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .out-style4 .adb-warning {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .out-style4 .adb-warning {
    font-size: 22px;
  }
}

.out-style4 .from-wrapper {
  position: relative;
  right: 0;
  top: 0;
  left: 0;
  margin: auto;
  box-shadow: none;
}

@media (max-width: 570px) {
  .out-style4 .from-wrapper {
    padding: 0;
  }
}

.review-wrapper {
  border: 1px solid #cccccc;
}

.review-wrapper .about-right-head,
.review-wrapper .tp-star {
  display: inline-block;
}

.tp-star .checked {
  color: #ff2f1d;
}

.review-box {
  background-color: #f8f9fa;
}

.review-box-head {
  display: flex;
  justify-content: space-between;
}

.review-date {
  color: #888888;
  font-size: 12px;
}

.review-name {
  color: #888888;
  font-size: 14px;
}

.review-body {
  max-height: 660px;
  overflow-x: hidden;
  overflow-y: auto;
}

.review-body::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #ebebeb;
}

.review-body::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid #888;
  background-color: #888;
}

.review-box-body {
  font-size: 14px;
}

.r-head {
  font-weight: 700;
  margin-bottom: 10px;
}

#summary div.collapse:not(.show) {
  height: 118px !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  transition: none;
}

#summary div.collapsing {
  min-height: 118px !important;
  transition: none;
}

#summary2 div.collapse:not(.show) {
  height: 42px !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  transition: none;
}

#summary2 div.collapsing {
  min-height: 42px !important;
  transition: none;
}

#summary2 a.collapsed:after {
  content: "+ Read More";
  font-weight: 500;
  color: #ff2f1d;
}

.u-review {
  margin-bottom: 10px;
}

.o-reply-head {
  color: #888888;
}

.o-reply-head p .fa {
  color: #ff2f1d;
  margin-right: 10px;
}

.our-rply {
  background-color: #ffffff;
  padding: 10px 15px;
  position: relative;
  margin-bottom: 20px;
}

.our-rply:after {
  content: "";
  width: 3px;
  height: 100%;
  background-color: #ff2f1d;
  position: absolute;
  left: 0;
  top: 0;
}

.whatsapp-p-content .hw-step-disc {
  max-width: 100%;
  font-size: 16px;
}

.whatsapp-icon img {
  max-height: 100px;
  margin-bottom: 20px;
}

.whats-app-frm {
  display: flex;
  align-items: center;
}

.country-code {
  border-right: 1px solid #cccccc;
  margin-right: 0px;
}

.country-code select {
  border: 0;
}

.whatsapp-p-content .banner-cont {
  width: 50%;
}

@media (max-width: 1440px) {
  .whatsapp-p-content .banner-cont {
    width: 90%;
  }
}

@media (max-width: 767px) {
  .whatsapp-p-content .banner-cont {
    width: 100%;
  }
}

.whatsapp-p-content .hp-hot-img img {
  max-height: 300px;
  margin: auto;
}

@media (max-width: 575.98px) {
  .whatsapp-p-content .banner-cont .banner-title {
    font-size: 28px;
  }
}

.w-start-steps-wrapp {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  grid-gap: 1rem;
}

.w-s-no {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 700;
  font-size: 35px;
  margin-right: 10px;
  height: 50px;
  width: 50px;
  float: left;
}

.w-s-no p {
  font-size: 16px;
}

.w-s-cont {
  padding-top: 5px;
  color: #1f1f1f;
}

.w-start-steps {
  text-align: left;
}

.store-cat-banner.refer-banner {
  box-shadow: none;
}

.refer-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 9;
  text-align: center;
  height: auto;
}

.refer-banner:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.9;
  background: #ff2f1d;
  z-index: -1;
  border-radius: 30px;
}

.refer-banner h1 {
  font-size: 40px;
  font-weight: 700;
  color: white;
}

@media (max-width: 575px) {
  .refer-banner h1 {
    font-size: 20px;
  }
}

.refer-banner .pro-text {
  font-size: 35px;
  color: white;
}

@media (max-width: 575px) {
  .refer-banner .pro-text {
    font-size: 16px;
  }
}

.hw-refer-works:nth-child(even) {
  background-color: #ffffff;
}

.hw-refer-works:nth-child(odd) {
  background-color: #f0f0f0;
}

.refer.Join-wrapper .hw-title,
.refer.Join-wrapper .hw-step-disc {
  color: #1f1f1f;
}

.refer-t-card {
  border: 1px solid #cccccc;
}

.invite-wrapper {
  border: 1px solid #ccc;
}

.socia-invite .sign-in-with ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  grid-gap: 1rem;
}

.socia-invite .sign-in-with ul li a .fa {
  line-height: 22px;
  font-size: 20px;
  float: left;
}

.twitter-with {
  background: #00aced;
  color: #ffffff;
}

.twitter-with:hover,
.twitter-with:focus {
  color: #ffffff;
  opacity: 0.9;
}

.c-link.form-control {
  padding: 22px 10px;
}

@media (max-width: 767px) {
  .c-link.form-control {
    padding: 9px 15px;
  }
}

.referral-activites .referral-wrapper {
  border: 1px solid #cccccc;
}

.referral-activites .referral-wrapper nav {
  border-bottom: 1px solid #cccccc;
}

.referral-activites .nav-link {
  color: #888888;
  padding: 1rem;
}

.referral-activites .nav-pills .nav-link.active {
  color: #1f1f1f;
  background-color: transparent;
  border-bottom: 1px solid #1f1f1f;
  border-radius: 0;
}

@media (max-width: 767px) {
  .refer-banner-main.store-info-wrap-fluid,
  .store-cat-banner.refer-banner {
    box-shadow: none;
    background-color: transparent;
  }

  .blue-btn {
    padding: 9px 15px;
    line-height: 18px;
  }

  .refer-time-line .shoping-steps-disc span.p-title {
    font-size: 28px;
  }
}

a.pre-email {
  position: absolute;
  right: 8%;
}

#pre-email .mfp-close {
  color: #1f1f1f;
}

.top-pos.tip {
  cursor: pointer;
}

/* -------------------------------- 

Main components 

-------------------------------- */

.time-line-devider {
  background: #ddd;
  padding: 10px;
  margin: auto;
  width: 10px;
  border-radius: 100%;
  -webkit-transform: translateX(-6%);
          transform: translateX(-6%);
}

@media (max-width: 767px) {
  .time-line-devider {
    display: none;
  }
}

.p-left::after {
  content: "";
  border: 2px solid #ddd;
  display: inline-block;
  height: 100%;
  top: 0;
  right: 0;
  position: absolute;
}

@media (max-width: 767px) {
  .p-left::after {
    display: none;
  }
}

.penal-no {
  position: absolute;
  right: 0;
  font-size: 35px;
  font-weight: bold;
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 100%;
  background-color: #ffe808;
  color: #ff1501;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-right: -28px;
  z-index: 1;
}

@media (max-width: 767px) {
  .penal-no {
    display: none;
  }
}

.p-title {
  font-size: 40px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .shoping-steps-disc .text-lg-left {
    text-align: center !important;
  }
}

.mg-chat-box .message-box {
  display: flex;
  margin-bottom: 10px;
}

.mg-chat-box .message-box img {
  margin-right: 10px;
  max-width: 40px;
  height: 40px;
}

.mg-chat-box .admin .message-box {
  float: right;
}

.mg-chat-box .admin .message-box img {
  order: 2;
  margin-right: 0px;
  margin-left: 10px;
}

.mg-chat-box .admin .message-box .message-body {
  order: 1;
}

.mg-chat-box .message-body p {
  background: #ebebeb none repeat scroll 0 0;
  border-radius: 3px;
  color: #1f1f1f;
  font-size: 14px;
  margin: 0;
  padding: 5px 10px 5px 12px;
  width: 100%;
  margin-bottom: 0px;
}

.mg-chat-box .message-body span {
  font-size: 14px;
  color: #888888;
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}

table.table {
  margin-bottom: 0;
}

.member-welcome {
  position: relative;
}

.member-welcome .mfp-close {
  line-height: auto;
  padding: 0;
  color: #ff2f1d;
}

.my-cb-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 575.98px) {
  .my-cb-head {
    display: flex;
  }
}

.my-cb-head .black-btn {
  padding: 8px 25px;
  font-size: 16px;
}

.about-nav.member-nav ul li {
  border-radius: 40px;
  margin-top: 10px;
  background: #EBEBEB;
  padding: 0 20px;
}

.about-nav.member-nav ul li a {
  border: 0;
  font-size: 20px;
  font-weight: 700;
}

.about-nav.member-nav ul li:hover a {
  color: #ED1C24;
}

.about-nav.member-nav ul li.active {
  border: 0;
  background: #ED1C24;
}

.about-nav.member-nav ul li.active a {
  color: white;
}

.memb .store-image {
  position: relative;
}

.memb .store-image .fav-fa {
  position: absolute;
  left: -32px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #ff0d79;
}

.fav-fa {
  position: absolute;
  left: 0;
}

.w-massage {
  font-size: 14px;
}

.member-name {
  font-size: 25px;
  margin-bottom: 0;
}

.memb-text {
  font-size: 24px;
}

.memb-disc {
  font-size: 16px;
  line-height: 26px;
}

@media (max-width: 767px) {
  .memb-container .my-cb-header span {
    text-align: left;
  }

  .memb-container .my-cb-header a {
    white-space: pre;
  }
}

.my-cb-header {
  font-size: 20px;
  text-align: left;
  font-weight: bold;
}

@media (max-width: 767px) {
  .my-cb-header {
    text-align: center;
  }
}

@media (max-width: 575px) {
  .my-cb-header {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .shopping-rw .my-cb-header {
    text-align: center;
  }
}

.my-cb-txt {
  font-weight: bold;
  font-size: 16px;
}

@media (max-width: 575px) {
  .my-cb-txt {
    float: none !important;
  }
}

.my-cb-amnt {
  font-weight: 700;
  font-size: 24px;
}

@media (max-width: 575px) {
  .my-cb-amnt {
    float: none !important;
    display: inline-block;
  }
}

.my-cb-body {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(225px, 1fr));
  grid-gap: 1rem;
}

@media (max-width: 575px) {
  .my-cb-body .p-cb-div {
    text-align: center;
  }
}

.p-cb-div p {
  font-size: 13px;
}

.p-cb-div span {
  font-weight: 700;
}

.p-cb-div .fee-text {
  color: #ff2f1d;
  font-size: 14px;
}

.p-cb-div:not(:last-child) {
  border-right: 1px solid #dee2e6;
}

@media (max-width: 528px) {
  .p-cb-div:not(:last-child) {
    border: 0;
  }
}

.cb-amount-wrap .my-cb-card:not(:last-child) {
  border-bottom: 1px solid #dee2e6;
}

.fav-add {
  height: 45px;
}

span.input-group-text.fav-add {
  background-color: #ffe808;
  color: #ffffff;
  border-color: #ffe808;
}

.fav-stores-list {
  list-style: none;
}

.fav-stores-list li {
  margin-top: 10px;
  display: flex;
  align-items: center;
}

.fav-store-logo {
  text-align: left;
  display: flex;
  align-items: center;
}

.fav-store-logo .fav-store-image {
  display: flex;
  width: 70px;
  height: 70px;
  border: 1px solid black;
  border-radius: 50%;
  align-items: center;
  padding: 5px;
  flex-shrink: 0;
}

.fav-store-logo .fav-store-image img {
  max-width: 70px;
  max-height: 70px;
  width: 100%;
}

.fav-stores-wrap {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: white;
  border-radius: 15px;
  flex-grow: 1;
}

@media (max-width: 767.98px) {
  .fav-stores-wrap {
    padding: 10px;
  }
}

.fav-stcb {
  text-align: right;
}

.fav-stcb .fa {
  font-size: 25px;
}

@media (max-width: 767.98px) {
  .fav-stcb {
    text-align: left;
  }

  .fav-stcb .fa {
    font-size: 11px;
  }
}

.fav-cb {
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #FF2F1E;
  color: white;
  border-radius: 50%;
  margin-left: 15px;
}

.fav-cb span {
  font-size: 10px;
  line-height: normal;
}

.fav-cb .cb-percent {
  font-size: 24px;
  font-weight: bold;
}

.fav-cb .cb-fixed {
  font-size: 15px;
  font-weight: bold;
}

@media (max-width: 767.98px) {
  .fav-cb {
    width: 90px;
    height: 90px;
  }
}

.fav-cb:hover {
  color: white;
}

.today-cb {
  color: #ff1501;
}

.was-cb {
  color: #888888;
  font-size: 13px;
}

@media (max-width: 767.98px) {
  .was-cb {
    text-align: left !important;
  }
}

.my-cb-table table {
  font-size: 15px;
}

.my-cb-table table th {
  white-space: nowrap;
}

.my-cb-table table tr td {
  white-space: normal;
  border: 0;
}

.my-cb-table table tr td span[ng-if="trips.store.cb_status == 1"],
.my-cb-table table tr td span[ng-if="click.store.cb_status == 1"] {
  color: #28a745;
  text-align: center;
}

.my-cb-table table tr td span[ng-if="trips.store.cb_status == 0"],
.my-cb-table table tr td span[ng-if="click.store.cb_status == 0"] {
  color: #ff1501;
  text-align: center;
}

.my-cb-table table tr td.mg-store-offer-link {
  align-items: center;
  white-space: unset;
  position: relative;
  width: 50%;
}

.my-cb-table table tr td.mg-store-offer-link span.mg-link-code {
  display: none;
}

.my-cb-table table tr td.mg-store-offer-link span.mg-link-button {
  background: transparent;
  border: 0;
  color: #ff1501;
  padding: 0 12px;
  position: absolute;
  right: 0;
}

.my-cb-table table tr td.mg-store-offer-link .tipr_container_above {
  left: 50% !important;
  margin-top: -40px !important;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.my-cb-table tr td.status-pending,
.my-cb-table tr td.status-processing {
  color: #ffc107;
}

.my-cb-table tr td.status-pending span,
.my-cb-table tr td.status-processing span {
  color: #ffc107;
}

.my-cb-table tr td.status-success,
.my-cb-table tr td.status-open,
.my-cb-table tr td.status-created,
.my-cb-table tr td.status-completed,
.my-cb-table tr td.status-confirmed {
  color: #28a745;
}

.my-cb-table tr td.status-success span,
.my-cb-table tr td.status-open span,
.my-cb-table tr td.status-created span,
.my-cb-table tr td.status-completed span,
.my-cb-table tr td.status-confirmed span {
  color: #28a745;
}

.my-cb-table tr td.status-declined,
.my-cb-table tr td.status-closed {
  color: #ff1501;
}

.my-cb-table tr td.status-declined span,
.my-cb-table tr td.status-closed span {
  color: #ff1501;
}

.my-cb-table tr td .cashback-orderId,
.my-cb-table tr td .store-cashback-details,
.my-cb-table tr td .payment-account {
  color: #ff1501;
}

.my-cb-table .table thead th {
  border: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  cursor: pointer;
}

.my-cb-table .table thead th.active {
  background: #e8e8e8;
}

@media (max-width: 767.98px) {
  .my-cb-table .table thead th {
    font-weight: 500;
    padding: 0.5rem 1rem;
  }
}

.my-cb-table .table thead th:last-child {
  border-right: 1px solid #dee2e6;
}

.table td,
.table th {
  padding: 0.75rem 1.75rem;
}

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #000;
  background-color: #000;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}

.my-cb-table tr th {
  font-weight: 300;
  font-size: 14px;
}

@media (max-width: 767.98px) {
  .table td,
  .table th {
    padding: 15px 20px;
  }

  p,
  .my-cb-txt,
  a {
    font-size: 14px;
  }

  .mob-refer {
    background-color: #FCA117;
    color: #ffffff;
  }

  .mob-refer a {
    color: #ffffff;
  }
}

.modal-title {
  font-size: 22px;
  font-weight: 400;
}

strong {
  font-weight: bold;
}

@media (max-width: 767.98px) {
  .memb-container {
    margin-top: 0;
    padding-top: 10px;
  }

  .container.table-container {
    padding: 0;
    margin-bottom: 15px;
    margin-top: 15px;
  }

  .border-sm-0 {
    border: 0 !important;
  }

  .mob-page-header .fa-angle-left {
    display: none;
  }
}

.page-item.active .page-link {
  background-color: black;
  border-color: black;
  color: white;
}

.page-item.active .page-link:focus {
  box-shadow: none;
}

.page-link {
  color: #ff1501;
  cursor: pointer;
}

.page-link:hover {
  color: #ff1501;
}

.page-link:focus {
  box-shadow: none;
}

.member-bottom p {
  margin-bottom: 0;
}

.cb-card {
  margin-bottom: 20px;
  border: 0;
}

.cb-card.cashu .s-map-title {
  background-color: #00AEEF;
}

.cb-card.paypal .s-map-title {
  background-color: #003085;
}

.cb-card .s-map-title {
  color: #ffffff;
  background-color: #313e48;
}

.cb-card .card-text {
  font-weight: bold;
  margin-bottom: 0;
}

.cb-card .trans-to {
  margin-bottom: 0;
}

.cb-card .will-receive .cb-color .value {
  color: #ff2f1d;
}

thead {
  background-color: #f0f0f0;
}

button:disabled,
button:disabled:hover {
  cursor: progress;
  opacity: 0.5;
}

.order-frm {
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.order-frm:focus {
  border: 1px solid #ff1501 !important;
}

.currency-frm {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.currency-frm:focus {
  border: 1px solid #ff1501 !important;
}

.my-cb-table .table thead th a {
  display: block;
}

.recent-trip-table .ang-search-wrap {
  border-top: 0 !important;
}

.member-main {
  position: relative;
}

@media (min-width: 768px) {
  .month-dropdwn {
    position: absolute;
    top: 12px;
    right: 20px;
  }
}

@media (max-width: 767.98px) {
  .month-dropdwn {
    background-color: #ffffff;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.white-bg.preloader {
  background-color: #ffffff !important;
}

.preloader tr td {
  height: 90px;
}

.member-db-left {
  margin-top: 25px;
  background: white;
  border-radius: 20px;
  display: block;
}

.member-db-left .user-balance {
  font-size: 50px;
  font-weight: bold;
  color: #ED1C24;
}

.member-db-left .cashback-status {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.member-db-left .cashback-status .cashback-box {
  width: 48%;
  border-radius: 15px;
  background: #EBEBEB;
  text-align: center;
  padding: 10px 0;
}

.member-db-left .cashback-status .cashback-box.pending {
  color: #868686;
}

.favorite-stores-slider {
  color: white;
  height: 212px;
}

.favorite-stores-slider .img-text-wrap {
  color: white;
}

@media (max-width: 767.98px) {
  .favorite-stores-slider {
    color: black;
    height: auto;
  }

  .favorite-stores-slider .border-bottom {
    border-color: #cecece !important;
  }

  .favorite-stores-slider .img-text-wrap {
    color: #707070;
  }

  .favorite-stores-slider .img-wrap {
    width: 75px;
    height: 75px;
  }
}

.removeFavoriteButton {
  border: 0;
  background: transparent;
  position: absolute;
  top: 0;
  font-size: 15px;
  border-radius: 50%;
  padding: 0;
  width: 20px;
  height: 20px;
  right: -5px;
}

.removeFavoriteButton i {
  background: black;
  color: white;
  border-radius: 50%;
}

#favoriteStoresList li {
  position: relative;
}

.wallet-table {
  border-spacing: 0 10px;
  border-collapse: separate;
}

.wallet-table td {
  padding: 10px;
  background: #F0F0F0;
}

.wallet-table td h5 {
  font-size: 15px;
}

.wallet-table td:first-child {
  border-radius: 20px 0 0 20px;
}

.wallet-table td:last-child {
  text-align: right;
  border-radius: 0 20px 20px 0;
}

.ellipsis-h-circle {
  background: #ffc107;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.ellipsis-h-circle .fa-ellipsis-h {
  font-size: 10px;
  padding-left: 1px;
  color: white;
}

.sticky-top-fixed {
  position: -webkit-sticky;
  position: sticky;
  top: 182px;
}

.black-background {
  position: absolute;
  left: 0;
  width: 100%;
  height: 260px;
  background: black;
}

.currency-field {
  direction: ltr;
}

.member-main-content {
  padding-top: 110px;
}

@media (max-width: 767.98px) {
  .member-main-content {
    padding-top: 0;
  }
}

.wallet-page .member-main-content {
  padding-top: 0;
}

.wallet-page .blue-btn {
  font-size: 20px;
}

.wallet-page #wallet-page-view-all {
  padding-top: 100px;
}

@media (max-width: 767.98px) {
  .wallet-page #wallet-page-view-all {
    padding-top: 0;
  }
}

.wallet-page .missing-cashback p {
  max-width: 90%;
}

.wallet-page .bonus-earned {
  font-weight: bold;
}

.wallet-page .bonus-earned span {
  font-size: 15px;
}

.wallet-page .bonus-earned .currency-field {
  font-size: 24px;
}

@media (max-width: 767.98px) {
  .wallet-page h3 {
    font-size: 20px;
  }

  .wallet-page h4 {
    font-size: 15px;
  }

  .wallet-page h6 {
    font-size: 11px;
    font-weight: bold;
  }

  .wallet-page .click_id {
    font-size: 9px;
  }
}

.transaction-record {
  display: flex;
  justify-content: space-between;
  text-align: start;
}

.transaction-record .transaction-data {
  display: flex;
  align-items: center;
  padding: 10px;
  border: 1px solid;
  border-radius: 15px;
  width: 83%;
}

@media (max-width: 767.98px) {
  .transaction-record .transaction-data {
    width: 66%;
    background: white;
    border: 0;
  }
}

.transaction-record .transaction-data .transaction-store-img {
  width: 60px;
  height: 60px;
  border: 1px solid black;
  padding: 5px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}

.transaction-record .transaction-data .transaction-store-img img {
  max-width: 100%;
}

.transaction-record .transaction-data .store-name {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.transaction-record .transaction-data .store-name span:first-child {
  font-weight: bold;
}

.transaction-record .transaction-data .date-field {
  flex-grow: 1;
  text-align: right;
}

.transaction-record .transaction-status {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  border-radius: 15px;
  background: #ffc107;
  color: white;
  width: 15%;
}

@media (max-width: 767.98px) {
  .transaction-record .transaction-status {
    width: 32%;
  }
}

.transaction-record .transaction-status.confirmed {
  background: #28a745;
}

.transaction-record .transaction-status.declined {
  background: #ED1C24;
}

.clicks-table {
  border-spacing: 0 10px;
  border-collapse: separate;
}

.clicks-table td {
  padding: 25px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  vertical-align: middle;
}

.clicks-table td h5 {
  font-size: 15px;
}

@media (max-width: 767.98px) {
  .clicks-table td {
    border-color: white;
    background: white;
    padding: 10px;
  }
}

.clicks-table td:first-child {
  border-radius: 20px 0 0 20px;
  border-left: 1px solid black;
}

@media (max-width: 767.98px) {
  .clicks-table td:first-child {
    border-color: white;
    border-radius: 10px 0 0 10px;
  }
}

.clicks-table td:last-child {
  text-align: right;
  border-radius: 0 20px 20px 0;
  border-right: 1px solid black;
}

@media (max-width: 767.98px) {
  .clicks-table td:last-child {
    border-color: white;
    border-radius: 0 10px 10px 0;
  }
}

.clicks-table .store-name {
  padding: 10px;
}

.clicks-table .store-name div {
  display: table;
  border-left: 1px solid black;
  border-right: 1px solid black;
  height: 100%;
  width: 100%;
}

.clicks-table .store-name h5 {
  text-align: center;
}

.cashouts-table {
  border-spacing: 0 10px;
  border-collapse: separate;
}

.cashouts-table td {
  padding: 10px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  vertical-align: middle;
}

.cashouts-table td h5 {
  font-size: 15px;
}

@media (max-width: 767.98px) {
  .cashouts-table td {
    border-color: white;
    background: white;
  }
}

.cashouts-table td:first-child {
  border-radius: 10px 0 0 10px;
  border-left: 1px solid black;
}

@media (max-width: 767.98px) {
  .cashouts-table td:first-child {
    border-color: white;
  }
}

.cashouts-table td:last-child {
  text-align: right;
  border-radius: 0 10px 10px 0;
  border-right: 1px solid black;
}

@media (max-width: 767.98px) {
  .cashouts-table td:last-child {
    border-color: white;
  }
}

.cashouts-table .account-name {
  padding-left: 0;
}

.cashouts-table .account-name div {
  border-left: 1px solid black;
  padding-left: 10px;
}

.cashouts-table .status-btn {
  min-width: 85%;
  border-radius: 10px;
}

.profile-image {
  width: 100px;
  height: 100px;
  background-size: cover;
  border-radius: 50%;
}

.orders-count-div {
  border-right: 1px solid black;
}

.text-ltr {
  direction: ltr;
}

.my-account-buttons .button-icon {
  position: relative;
  display: inline-block;
}

.my-account-buttons .button-icon .badge {
  position: absolute;
  top: -5px;
  right: -10px;
}

.flip-image {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.bg-red {
  background: #ED1C24;
}

.bg-black,
.badge-black {
  background: black;
}

.member-loyalty .loyalty-header {
  background: #FBFBFB;
  font-size: 20px;
  line-height: 30px;
  color: #494949;
  text-align: left;
}

@media (max-width: 767px) {
  .member-loyalty .loyalty-header {
    text-align: center;
  }
}

.member-loyalty .top-section {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .member-loyalty .top-section {
    flex-direction: column-reverse;
  }
}

.member-loyalty .top-section .interval {
  width: 50%;
  line-height: 20px;
  font-size: 14px;
}

@media (max-width: 767px) {
  .member-loyalty .top-section .interval {
    width: 100%;
  }
}

.member-loyalty .top-section .interval .title {
  color: #7F7F7F;
  text-align: start;
}

.member-loyalty .top-section .interval .date-title {
  display: flex;
  justify-content: space-between;
  color: #494949;
  margin: 8px 0;
}

.member-loyalty .top-section .interval .date-title i {
  color: #ff2f1d;
}

.member-loyalty .top-section .interval .progress {
  height: 6px;
}

.member-loyalty .top-section .interval .progress .progress-bar {
  background-color: #ff2f1d;
}

@media (max-width: 767px) {
  .member-loyalty .top-section .terms-btn-wrapper {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
  }
}

.member-loyalty .top-section .terms-btn-wrapper button {
  background: #FFFFFF;
  border: 1px solid #DEDEDE;
  box-sizing: border-box;
  border-radius: 12px;
  color: #ff2f1d;
  line-height: 18px;
  font-size: 12px;
}

.member-loyalty .bottom-section {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .member-loyalty .bottom-section {
    flex-direction: column;
  }
}

.member-loyalty .bottom-section .current-tier,
.member-loyalty .bottom-section .next-tier {
  width: 48%;
}

@media (max-width: 767px) {
  .member-loyalty .bottom-section .current-tier,
  .member-loyalty .bottom-section .next-tier {
    width: 100%;
    margin-bottom: 10px;
  }
}

.member-loyalty .bottom-section .current-tier .title,
.member-loyalty .bottom-section .next-tier .title {
  line-height: 20px;
  font-size: 14px;
  color: #7F7F7F;
  text-align: start;
}

.member-loyalty .bottom-section .current-tier .program-card.card-empty,
.member-loyalty .bottom-section .next-tier .program-card.card-empty {
  background: #FBFBFB;
  display: block;
}

.member-loyalty .program-card {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  padding: 15px 5px;
  border: 1px solid #EDEDED;
  box-sizing: border-box;
  border-radius: 8px;
  height: auto;
  text-align: start;
}

.member-loyalty .program-card .diamonds {
  text-align: center;
}

@media (max-width: 767px) {
  .member-loyalty .program-card {
    padding: 5px;
    height: 100px;
  }

  .member-loyalty .program-card .diamonds {
    display: flex;
    justify-content: space-evenly;
  }
}

.member-loyalty .program-card .img-wrapper .img-badge {
  margin: auto 0;
}

.member-loyalty .program-card .no-tiers {
  padding: 19px 7px;
  text-align: center;
  line-height: 30px;
  font-size: 20px;
  color: #7F7F7F;
}

.member-loyalty .program-card .top-dev,
.member-loyalty .program-card .bot-dev {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  line-height: 18px;
  font-size: 16px;
  color: #494949;
}

@media (max-width: 767px) {
  .member-loyalty .program-card .top-dev,
  .member-loyalty .program-card .bot-dev {
    line-height: 14px;
  }
}

.member-loyalty .program-card .top-dev .program-name,
.member-loyalty .program-card .top-dev .min-order-value,
.member-loyalty .program-card .top-dev .bonus-content,
.member-loyalty .program-card .bot-dev .program-name,
.member-loyalty .program-card .bot-dev .min-order-value,
.member-loyalty .program-card .bot-dev .bonus-content {
  font-size: 14px;
}

@media (max-width: 767px) {
  .member-loyalty .program-card .top-dev .program-name,
  .member-loyalty .program-card .top-dev .min-order-value,
  .member-loyalty .program-card .top-dev .bonus-content,
  .member-loyalty .program-card .bot-dev .program-name,
  .member-loyalty .program-card .bot-dev .min-order-value,
  .member-loyalty .program-card .bot-dev .bonus-content {
    font-size: 12px;
  }
}

.member-loyalty .program-card .top-dev .bonus-content,
.member-loyalty .program-card .bot-dev .bonus-content {
  padding: 5px;
  border: 1px solid;
  box-sizing: border-box;
  border-radius: 4px;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.member-loyalty .program-card .top-dev span.material-icons,
.member-loyalty .program-card .bot-dev span.material-icons {
  line-height: 16px;
  font-size: 20px;
}

.member-loyalty .all-programs table .bonus-content {
  padding: 5px;
  border: 1px solid;
  box-sizing: border-box;
  border-radius: 4px;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}

.member-loyalty .all-programs table .diamonds {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

#loyalty-terms-modal button.close {
  position: absolute;
  z-index: 99999;
  right: 0;
}

#loyalty-terms-modal .fa-circle {
  color: white;
}

#loyalty-terms-modal .fa-times-circle {
  color: #ff2f1d;
}

#loyalty-terms-modal .modal-header {
  font-size: 24px;
  line-height: 36px;
  color: #494949;
  background: #FBFBFB;
}

#loyalty-terms-modal .terms {
  text-align: start;
}

#loyalty-terms-modal .terms .term {
  display: flex;
  margin: 10px 0;
}

#loyalty-terms-modal .terms .term i {
  color: #ff2f1d;
  margin: 0 10px;
}

#loyalty-terms-modal .terms .term .text {
  line-height: 24px;
  font-size: 16px;
  font-weight: 400;
  color: #7F7F7F;
}

#loyalty-mobile-terms {
  position: fixed;
  z-index: 999;
  background-color: white;
  width: 100%;
  height: 90%;
  top: auto;
  bottom: -100%;
  left: 0;
  right: 0;
  overflow-y: auto;
}

#loyalty-mobile-terms .header-text {
  padding: 20px 10px;
  background: #FBFBFB;
  font-size: 20px;
  line-height: 30px;
  color: #494949;
  border-bottom: 1px solid #C8C8C8;
}

#loyalty-mobile-terms .header-close {
  position: absolute;
  top: 70px;
  margin: auto;
  color: #ff2f1d;
  width: 20px;
  cursor: pointer;
  right: 40px;
}

@media (max-width: 767px) {
  #loyalty-mobile-terms .header-close {
    top: 25px;
    width: 15px;
    right: 20px;
  }
}

#loyalty-mobile-terms .terms-body {
  padding: 5px;
}

#loyalty-mobile-terms .terms-body .terms {
  text-align: start;
}

#loyalty-mobile-terms .terms-body .terms .term {
  display: flex;
  margin: 10px 0;
}

#loyalty-mobile-terms .terms-body .terms .term i {
  color: #ff2f1d;
  margin: 0 10px;
}

#loyalty-mobile-terms .terms-body .terms .term .text {
  line-height: 18px;
  font-size: 12px;
  font-weight: 400;
  color: #7F7F7F;
}

.mob-page-header {
  position: relative;
  text-align: center;
}

.mob-page-header .fa {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.mob.fav-stores-list {
  border-left: 0;
}

.mob.fav-stores-list li {
  margin-bottom: 15px;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
}

.mob-search-box input {
  font-size: 14px;
}

.s-trips-header {
  font-size: 24px;
}

@media (max-width: 767.98px) {
  .shopping-rw {
    background-color: transparent;
  }
}

@media (max-width: 767.98px) {
  .r-shoping.container {
    padding: 0;
  }
}

.btn-toggle {
  padding: 0;
  position: relative;
  border: none;
  height: 1.5rem;
  width: 3rem;
  border-radius: 1.5rem;
  color: #6b7381;
  background: #bdc1c8;
}

.btn-toggle:focus,
.btn-toggle.focus,
.btn-toggle:focus.active,
.btn-toggle.focus.active {
  outline: none;
}

.btn-toggle:before,
.btn-toggle:after {
  line-height: 1.5rem;
  width: 4rem;
  text-align: center;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
}

.btn-toggle > .handle {
  position: absolute;
  top: 0.1875rem;
  left: 0.1875rem;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 1.125rem;
  background: #fff;
  transition: left 0.25s;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.btn-toggle.active {
  transition: background-color 0.25s;
  background-color: #252525;
}

.btn-toggle.active > .handle {
  left: 1.6875rem;
  transition: left 0.25s;
}

.btn-toggle.active:before {
  opacity: 0.5;
}

.btn-toggle.active:after {
  opacity: 1;
}

.form-group.acc-form,
.add-card,
.t-switch {
  position: relative;
}

.form-group.acc-form a {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: 5px;
}

.add-card a {
  position: absolute;
  top: 8px;
  right: 20px;
}

.mfp-move-from-top {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-move-from-top .mfp-content {
  vertical-align: top;
}

.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
}

.mfp-move-from-top.mfp-bg {
  opacity: 0;
  transition: all 0.2s;
}

.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-move-from-top.mfp-removing .mfp-with-anim {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  opacity: 0;
}

.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}

#emailMsg a:not([href]):not([tabindex]) {
  color: #ff2f1d;
}

#emailMsg a:not([href]):not([tabindex]):hover {
  color: #1f1f1f;
}

.trans-to {
  color: #888888;
  font-weight: bold;
}

.w-option .p-cb-div {
  text-align: center;
  padding: 25px 0px;
  padding: 25px 15px;
}

.w-option .p-cb-div img {
  height: 50px;
  margin: auto;
  margin-bottom: 15px;
}

.w-option .p-cb-div .payment-methd {
  display: flex;
  justify-content: space-between;
}

.w-option .p-cb-div .payment-methd span i {
  display: block;
}

.w-option .p-cb-div .payment-methd span:not(:last-child) {
  padding: 0px 7px;
}

.w-option .p-cb-div p {
  font-size: 16px;
}

.w-option .p-cb-div span {
  font-weight: 400;
}

.w-option .p-cb-div .blue-btn {
  padding: 8px 30px;
  margin-top: 10px;
}

.custom-select:focus {
  box-shadow: none;
}

.how-we-work ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  grid-gap: 0.5rem;
}

@media (max-width: 767px) {
  .how-we-work ul {
    grid-template-columns: repeat(auto-fit, minmax(143px, 1fr));
  }
}

.how-we-work ul li {
  margin-right: 0 !important;
}

.hww-title h3 {
  font-size: 18px;
}

.h-w-steps-no span {
  font-weight: 700;
  font-size: 77px;
  font-weight: 700;
  color: #e4e4e4;
}

.h-w-steps-disc p {
  margin-left: -25px;
  margin-top: 12px;
}

.h-w-steps-disc .badge-primary {
  font-size: 11px;
  background-color: #ffe808;
  color: #ff1501;
}

.custom-msg {
  font-size: 14px;
  margin-top: 10px;
}

.c-social-links {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 1rem;
  justify-items: center;
}

.c-social-links a {
  display: flex;
  align-items: center;
}

.c-social-links a:hover .fa-facebook {
  color: #3b5998;
  background-color: transparent;
  border: 1px solid #3b5998;
}

.c-social-links a:hover .fa-twitter {
  color: #55acee;
  background-color: transparent;
  border: 1px solid #55acee;
}

.c-social-links a:hover .fa-instagram {
  color: #c8232c;
  background-color: transparent;
  border: 1px solid #c8232c;
}

.c-social-links a:hover .fa-pinterest-p {
  color: #cb2027;
  background-color: transparent;
  border: 1px solid #cb2027;
}

.c-social-links a:hover .fa-whatsapp {
  color: #25D366;
  background-color: transparent;
  border: 1px solid #25D366;
}

.c-social-links a:hover .fa-comment {
  color: #c21c1c;
  background-color: transparent;
  border: 1px solid #c21c1c;
}

.c-social-links a:hover .fa-envelope {
  color: #3a73ee;
  background-color: transparent;
  border: 1px solid #3a73ee;
}

.c-social-links i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 22px;
  margin-right: 10px;
  border-radius: 50%;
  border: 1px solid transparent;
  transition: 0.5s;
}

.c-social-links .fa-facebook {
  background-color: #3b5998;
  color: #fff;
}

.c-social-links .fa-twitter {
  background-color: #55acee;
  color: #fff;
}

.c-social-links .fa-instagram {
  background-color: #c8232c;
  color: #fff;
}

.c-social-links .fa-pinterest-p {
  background-color: #cb2027;
  color: #fff;
}

.c-social-links .fa-whatsapp {
  background-color: #25D366;
  color: #fff;
}

.c-social-links .fa-comment {
  background-color: #c21c1c;
  color: #fff;
}

.c-social-links .fa-envelope {
  background-color: #3a73ee;
  color: #fff;
}

.cus-tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.cus-tooltip .input-group-text {
  padding: 10px 0.75rem;
}

.cus-tooltip .tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}

.cus-tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.cus-tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

