/*header css*/

.fixed {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 70px;
}

.header {
  padding: 12px 0 11px;
  background-image: -webkit-gradient(linear, left top, right top, from(#602d6c), color-stop(#743882), color-stop(#71367f), color-stop(#b52456), to(#c81d4a));
  background-image: linear-gradient(to right, #602d6c, #743882, #71367f, #b52456, #c81d4a);
}

.header .input-group-text {
  background-color: #fff !important;
  border: 1px solid #fff !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.header .form-control {
  border: 1px solid #fff !important;
  border-radius: 0;
  min-height: 35px;
  font-size: 14px;
  padding-left: 13px;
}

.sign-in {
  margin-top: 13px;
  padding-left: 10px;
  padding-right: 15px;
}

.sign-in svg {
  margin: -3px;
}

.sign-in a p {
  color: #fff;
  font-size: 18px;
  display: inherit;
  padding: 10px;
}

.btn-join {
  color: #fff;
  padding: 5px 9px;
  font-size: 13px;
  border: 1px solid #b87a8d;
  border-radius: 0;
}

.btn-join:hover {
  color: #fff;
  background-color: #f1f1f133;
  border: 1px solid #fff;
}

.header-buttons {
  gap: 10px;
}

.header-user-info {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.header-user-name {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ui-menu {
  max-height: 300px;
  overflow-y: scroll;
}

.ui-menu .ui-menu-item {
  padding: 6px;
}

.ui-menu .ui-menu-item span {
  color: #d83a3a;
  font-size: 14px;
  padding-left: 10px;
}

.ui-widget-content a {
  color: #333333;
}

.ui-state-active {
  border: none;
  cursor: pointer;
  font-weight: normal;
  text-decoration: none;
  color: #602d6c !important;
  background: none !important;
}

.ui-autocomplete {
  position: fixed !important;
}

@media only screen and (max-width: 991px) {
  body.nav-on-left.overflow-hidden {
    position: fixed;
    width: 100%;
  }
}

> a::before {
  right: 15%;
}

.cd-primary-nav > .has-children > a {
  padding-right: 25px !important;
}

.cd-primary-nav > .has-children > a::after,
.cd-primary-nav > .has-children > a::before {
  width: 7px;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  background: #2e3233;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: width .3s, -webkit-transform .3s;
  transition: width .3s, -webkit-transform .3s;
  transition: width .3s, transform .3s;
  transition: width .3s, transform .3s, -webkit-transform .3s;
}

.cd-primary-nav > .has-children > a::before {
  right: 12px;
}

.cd-primary-nav > .has-children > a::after {
  right: 7px;
}

.cd-primary-nav > .has-children > a.selected::after,
.cd-primary-nav > .has-children > a.selected::before {
  width: 14px;
}

.cd-primary-nav > .has-children > a.selected::before {
  -webkit-transform: translateX(5px) rotate(-45deg);
  transform: translateX(5px) rotate(-45deg);
}

.cd-primary-nav > .has-children > a.selected::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cd-secondary-nav > .has-children > a::after,
.cd-secondary-nav > .has-children > a::before {
  display: none;
}

.cd-primary-nav .go-back a {
  padding-left: 20px;
}

.cd-primary-nav .go-back a::after,
.cd-primary-nav .go-back a::before {
  left: 1px;
}

.cd-search {
  position: absolute;
  height: 50px;
  width: 100%;
  top: 50px;
  left: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s 0s, visibility 0 .3s;
  transition: opacity .3s 0s, visibility 0 .3s;
}

.cd-search form {
  height: 100%;
  width: 100%;
}

.cd-search input {
  border-radius: 0;
  border: none;
  background: #fff;
  height: 100%;
  width: 100%;
  padding: 0 5%;
  -webkit-box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.cd-search input::-webkit-input-placeholder {
  color: #c9cbc4;
}

.cd-search input::-moz-placeholder {
  color: #c9cbc4;
}

.cd-search input:-moz-placeholder {
  color: #c9cbc4;
}

.cd-search input:-ms-input-placeholder {
  color: #c9cbc4;
}

.cd-search input:focus {
  outline: 0;
}

.cd-search.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .3s 0s, visibility 0 0;
  transition: opacity .3s 0s, visibility 0 0;
}

@media only screen and (min-width: 992px) {
  .cd-search {
    height: 120px;
    top: 80px;
  }

  .cd-search input {
    padding: 0 2em;
    font-size: 3.2rem;
    font-weight: 300;
  }
}

.cd-overlay {
  position: fixed;
  z-index: 2;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  background-color: rgba(105, 170, 111, 0.32);
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity .3s 0s, visibility 0 .3s, -webkit-transform .3s 0;
  transition: opacity .3s 0s, visibility 0 .3s, -webkit-transform .3s 0;
  transition: opacity .3s 0s, visibility 0 .3s, transform .3s 0;
  transition: opacity .3s 0s, visibility 0 .3s, transform .3s 0, -webkit-transform .3s 0;
}

.cd-overlay.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .3s 0s, visibility 0 0s, -webkit-transform .3s 0;
  transition: opacity .3s 0s, visibility 0 0s, -webkit-transform .3s 0;
  transition: opacity .3s 0s, visibility 0 0s, transform .3s 0;
  transition: opacity .3s 0s, visibility 0 0s, transform .3s 0, -webkit-transform .3s 0;
}

@media only screen and (max-width: 991px) {
  .cd-overlay.is-visible {
    -webkit-transform: translateX(-260px);
    transform: translateX(-260px);
  }

  .nav-on-left .cd-overlay.is-visible {
    -webkit-transform: translateX(260px);
    transform: translateX(260px);
  }

  .cd-overlay.is-visible.search-is-visible,
  .nav-on-left .cd-overlay.is-visible.search-is-visible {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.no-js .cd-primary-nav {
  position: relative;
  height: auto;
  width: 100%;
  overflow: visible;
  visibility: visible;
  z-index: 2;
}

.no-js .cd-search {
  position: relative;
  top: 0;
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 992px) {
  .no-js .cd-primary-nav {
    position: absolute;
    z-index: 3;
    display: inline-block;
    width: auto;
    top: 0;
    right: 150px;
    padding: 0;
  }
}

@media (min-width: 768px) and (max-width: 860px) {
  .header {
    height: 55px;
  }

  .cd-header-buttons {
    top: 5px;
  }

  .site-logo {
    position: absolute;
    top: 7px;
    left: 93px;
  }

  .header-search {
    position: absolute;
    right: 33px;
    height: 80px;
    top: 5px;
  }

  .header-buttons {
    display: none !important;
  }
}

input[type=search]::-ms-clear {
  display: none;
}

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

.cd-main-content,
.cd-main-header {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
  position: relative;
  -webkit-transition: -webkit-transform .3s;
  -webkit-transition: all 1s;
  transition: all 1s;
}

@media only screen and (max-width: 991px) {
  .cd-main-content.nav-is-visible,
  .cd-main-header.nav-is-visible {
    -webkit-transform: translateX(-290px);
    transform: translateX(-290px);
  }

  .nav-on-left .cd-main-content.nav-is-visible,
  .nav-on-left .cd-main-header.nav-is-visible {
    -webkit-transform: translateX(290px);
    transform: translateX(290px);
    -webkit-transition: all 1s;
    transition: all 1s;
  }
}

.cd-main-content {
  min-height: 80vh;
  z-index: 2;
  margin-top: 106px;
}

.cd-main-header {
  height: 50px;
  background: #fff;
  z-index: 3;
  -webkit-box-shadow: 0 0 15px 0 #525252;
  box-shadow: 0 0 15px 0 #525252;
}

.sticky .cd-primary-nav {
  position: absolute;
  top: 6px;
}

@media only screen and (min-width: 992px) {
  .cd-main-header {
    height: 57px;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
  }

  .cd-main-header::after {
    clear: both;
    content: "";
    display: table;
  }

  .cd-nav-icons li {
    background-color: #2e3233;
  }
}

.cd-logo {
  position: absolute;
  top: 12px;
  left: 5%;
}

.cd-logo img {
  display: block;
}

@media only screen and (max-width: 991px) {
  .nav-on-left .cd-logo {
    left: auto;
    right: 5%;
  }
}

@media only screen and (min-width: 992px) {
  .cd-logo {
    top: 26px;
    left: 4em;
  }
}

.cd-header-buttons {
  position: absolute;
  display: inline-block;
  top: 10px;
  left: 5%;
}

.cd-header-buttons li {
  display: inline-block;
}

@media only screen and (max-width: 991px) {
  .nav-on-left .cd-header-buttons {
    right: auto;
    left: 3%;
  }

  .cd-nav-icons li {
    background-color: #4eb3b9 !important;
    border: none;
  }

  .nav-on-left .cd-header-buttons li {
    float: right;
  }

  .join-now {
    display: none;
    width: 0;
  }
}

@media only screen and (min-width: 992px) {
  .cd-header-buttons {
    top: 18px;
    right: 4em;
    display: none;
  }
}

.cd-nav-trigger,
.cd-search-trigger {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  overflow: hidden;
  white-space: nowrap;
  color: transparent;
  z-index: 3;
  background: unset;
  outline: none;
  border: none;
}

.cd-search-trigger::after,
.cd-search-trigger::before {
  content: '';
  position: absolute;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.cd-search-trigger::before {
  top: 11px;
  left: 11px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 3px solid #2e3233;
}

.cd-search-trigger::after {
  height: 3px;
  width: 8px;
  background: #2e3233;
  bottom: 14px;
  right: 11px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cd-search-trigger span {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.cd-search-trigger span::after,
.cd-search-trigger span::before {
  content: '';
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 22px;
  top: 50%;
  margin-top: -2px;
  left: 50%;
  margin-left: -11px;
  background: #2e3233;
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, transform .3s;
  transition: opacity .3s, transform .3s, -webkit-transform .3s;
}

.cd-search-trigger span::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cd-search-trigger span::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.cd-search-trigger.search-is-visible::after,
.cd-search-trigger.search-is-visible::before {
  opacity: 0;
}

.cd-search-trigger.search-is-visible span::after,
.cd-search-trigger.search-is-visible span::before {
  opacity: 1;
}

.cd-search-trigger.search-is-visible span::before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.cd-search-trigger.search-is-visible span::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cd-nav-trigger span,
.cd-nav-trigger span::after,
.cd-nav-trigger span::before {
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 30px;
  background: #fff;
}

.cd-nav-trigger span {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -2px;
  -webkit-transition: background .3s .3s;
  transition: background .3s .3s;
}

.cd-nav-trigger span::after,
.cd-nav-trigger span::before {
  content: '';
  right: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition: -webkit-transform .3s .3s;
  transition: -webkit-transform .3s .3s;
  transition: transform .3s .3s;
  transition: transform .3s .3s, -webkit-transform .3s .3s;
}

.cd-nav-trigger span::before {
  top: -9px;
}

.cd-nav-trigger span::after {
  top: 9px;
}

.cd-nav-trigger.nav-is-visible span {
  background: rgba(46, 50, 51, 0);
}

.cd-nav-trigger.nav-is-visible span::after,
.cd-nav-trigger.nav-is-visible span::before {
  background: #fff;
}

.cd-nav-trigger.nav-is-visible span::before {
  -webkit-transform: translateX(4px) translateY(-1px) rotate(45deg);
  transform: translateX(4px) translateY(-1px) rotate(45deg);
}

.cd-nav-trigger.nav-is-visible span::after {
  -webkit-transform: translateX(4px) translateY(3px) rotate(-45deg);
  transform: translateX(4px) translateY(3px) rotate(-45deg);
}

@media only screen and (min-width: 992px) {
  .cd-nav-trigger {
    display: none;
  }
}

.cd-primary-nav,
.cd-primary-nav ul {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 290px;
  background: #602d6c;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 50;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.cd-primary-nav a,
.cd-primary-nav ul a {
  display: block;
  line-height: 28px;
  padding: 0 20px;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid #fff;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform .3s, opacity .3s;
  -webkit-transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, -webkit-transform .3s;
  transition: transform .3s, opacity .3s;
  transition: transform .3s, opacity .3s, -webkit-transform .3s;
}

.cd-primary-nav ul.is-hidden,
.cd-primary-nav.is-hidden {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.cd-primary-nav ul.moves-out > li > a,
.cd-primary-nav.moves-out > li > a {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}

.cd-primary-nav .see-all a {
  color: #62c878;
}

.cd-primary-nav .cd-nav-gallery .cd-nav-item,
.cd-primary-nav .cd-nav-icons .cd-nav-item {
  height: 80px;
  line-height: 80px;
}

.cd-primary-nav .cd-nav-gallery .cd-nav-item h3,
.cd-primary-nav .cd-nav-icons .cd-nav-item h3 {
  overflow: hidden;
  text-overflow: ellipsis;
}

.cd-primary-nav .cd-nav-gallery .cd-nav-item {
  padding-left: 90px;
}

.cd-primary-nav .cd-nav-gallery .cd-nav-item img {
  position: absolute;
  display: block;
  height: 40px;
  width: auto;
  left: 20px;
  top: 50%;
  margin-top: -20px;
}

.cd-primary-nav .cd-nav-icons .cd-nav-item {
  padding-left: 75px;
}

.cd-primary-nav .cd-nav-icons .cd-nav-item p {
  color: #2e3233;
  font-size: 1.3rem;
  display: none;
}

.cd-primary-nav .cd-nav-icons .cd-nav-item::before {
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px 40px;
}

@media only screen and (max-width: 991px) {
  .cd-primary-nav {
    display: none;
    -webkit-transition: visibility 0.3s;
    transition: visibility 0.3s;
  }

  .cd-primary-nav.nav-is-visible {
    display: block;
    -webkit-transition: visibility 0s;
    transition: visibility 0s;
  }
}

@media only screen and (min-width: 992px) {
  .cd-primary-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 65px;
    height: 40px;
    width: 100%;
    float: right;
    overflow: visible;
    z-index: -1;
    background: #fff;
    -webkit-transition: top .6s linear;
    transition: top .6s linear;
    -webkit-box-shadow: 0 2px 11px 0 #999999;
    box-shadow: 0 2px 11px 0 #999999;
  }

  .cd-primary-nav::after {
    clear: both;
    content: "";
    display: table;
  }

  .cd-primary-nav.moves-out > li > a {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  .cd-primary-nav ul {
    position: static;
    height: auto;
    width: auto;
    background: 0 0;
    overflow: visible;
    z-index: 3;
  }

  .cd-primary-nav ul.is-hidden {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .cd-primary-nav ul.moves-out > li > a {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  .cd-primary-nav > li {
    float: left;
    margin: .188em 1em;
    padding-right: 25px;
  }

  .cd-primary-nav > li:last-child {
    border-right: none;
  }

  .cd-primary-nav > li > a {
    position: relative;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    padding: 3px 15px;
    color: #2e3233;
    overflow: visible;
    border-bottom: none;
    -webkit-transition: top 5s ease;
    transition: top 5s ease;
    text-transform: uppercase;
  }

  .cd-primary-nav > li > a:hover {
    color: #602d6c;
  }

  .cd-primary-nav > li > a.selected {
    color: #69aa6f;
    -webkit-box-shadow: inset 0 -2px 0 #69aa6f;
            box-shadow: inset 0 -2px 0 #69aa6f;
  }

  .cd-primary-nav .go-back,
  .cd-primary-nav .see-all {
    display: none;
  }

  .cd-primary-nav .cd-nav-gallery,
  .cd-primary-nav .cd-nav-icons,
  .cd-primary-nav .cd-secondary-nav {
    position: absolute;
    top: 31px;
    width: 90%;
    margin: 0 70px;
    background: #fff;
    padding: 20px 62px 80px;
    -webkit-box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
            box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity .3s 0s, visibility 0 0;
    transition: opacity .3s 0s, visibility 0 0;
  }

  .cd-primary-nav .cd-nav-gallery::after,
  .cd-primary-nav .cd-nav-icons::after,
  .cd-primary-nav .cd-secondary-nav::after {
    clear: both;
    content: "";
    display: table;
  }

  .cd-primary-nav .cd-nav-gallery.is-hidden,
  .cd-primary-nav .cd-nav-icons.is-hidden,
  .cd-primary-nav .cd-secondary-nav.is-hidden {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s 0s, visibility 0 .3s;
    transition: opacity .3s 0s, visibility 0 .3s;
  }

  .cd-primary-nav .cd-nav-gallery > .see-all,
  .cd-primary-nav .cd-nav-icons > .see-all,
  .cd-primary-nav .cd-secondary-nav > .see-all {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50px;
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
  }

  .cd-primary-nav .cd-nav-gallery > .see-all a,
  .cd-primary-nav .cd-nav-icons > .see-all a,
  .cd-primary-nav .cd-secondary-nav > .see-all a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    line-height: 50px;
    border-top: 1px solid #e2e3df;
    border-bottom: none;
    margin: 0;
    padding: 0;
    -webkit-transition: color .2s, background .2s, border .2s;
    transition: color .2s, background .2s, border .2s;
  }

  .cd-primary-nav .cd-nav-gallery > .see-all a:hover,
  .cd-primary-nav .cd-nav-icons > .see-all a:hover,
  .cd-primary-nav .cd-secondary-nav > .see-all a:hover {
    background-image: -webkit-gradient(linear, left top, right top, from(#60adbb), color-stop(#44b6b8), color-stop(#34beab), color-stop(#42c495), to(#62c878));
    background-image: linear-gradient(to right, #60adbb, #44b6b8, #34beab, #42c495, #62c878);
    border-color: #2e3233;
    color: #fff;
    text-decoration: none;
  }

  .cd-primary-nav .cd-secondary-nav > li {
    height: 340px;
    width: 23%;
    float: left;
    margin-right: 2.66%;
    border-right: 1px solid #e2e3df;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .cd-primary-nav .cd-secondary-nav > li:nth-child(4n+2) {
    margin-right: 0;
    border-right: none;
  }

  .cd-primary-nav .cd-secondary-nav > li > a {
    color: #69aa6f;
    font-weight: 700;
    font-size: 1.6rem;
    margin-bottom: .6em;
  }

  .cd-primary-nav .cd-secondary-nav a {
    height: 30px;
    line-height: 30px;
    padding: 0 18% 0 0;
    color: #2e3233;
    border-bottom: none;
    font-size: 1.4rem;
  }

  .cd-primary-nav .cd-secondary-nav a:hover {
    color: #69aa6f;
  }

  .cd-primary-nav .cd-secondary-nav ul {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  .cd-primary-nav .cd-secondary-nav ul ul {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }

  .cd-primary-nav .cd-secondary-nav ul ul.is-hidden {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  .cd-primary-nav .cd-secondary-nav ul ul .go-back {
    display: block;
  }

  .cd-primary-nav .cd-secondary-nav ul ul .go-back a {
    color: transparent;
  }

  .cd-primary-nav .cd-secondary-nav ul ul .see-all {
    display: block;
  }

  .cd-primary-nav .cd-secondary-nav .moves-out > li > a {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  .cd-primary-nav .cd-nav-gallery li {
    width: 22%;
    float: left;
    margin: 0 4% 40px 0;
  }

  .cd-primary-nav .cd-nav-gallery li:nth-child(4n+2) {
    margin-right: 0;
  }

  .cd-primary-nav .cd-nav-gallery .cd-nav-item {
    border-bottom: none;
    padding: 0;
    height: auto;
    line-height: 1.2;
  }

  .cd-primary-nav .cd-nav-gallery .cd-nav-item img {
    position: static;
    margin-top: 0;
    height: auto;
    width: 100%;
    margin-bottom: .6em;
  }

  .cd-primary-nav .cd-nav-gallery .cd-nav-item h3 {
    color: #69aa6f;
    font-weight: 700;
    padding: 0 .4em;
  }

  .cd-primary-nav .cd-nav-icons li {
    width: 32%;
    float: left;
    margin: 0 2% 20px 0;
  }

  .cd-primary-nav .cd-nav-icons li:nth-child(3n+2) {
    margin-right: 0;
  }

  .cd-primary-nav .cd-nav-icons .cd-nav-item {
    color: #69aa6f;
    border-bottom: none;
    height: 40px;
    line-height: 1.2;
    padding: 10px;
    background-color: #fff;
    position: relative;
  }

  .cd-primary-nav .cd-nav-icons .cd-nav-item:hover {
    background-image: -webkit-gradient(linear, left top, right top, from(#3dbab2), color-stop(#44b6b8), color-stop(#34beab), color-stop(#42c495), to(#51c687));
    background-image: linear-gradient(to right, #3dbab2, #44b6b8, #34beab, #42c495, #51c687);
    text-decoration: none;
    color: #fff;
  }

  .cd-primary-nav .cd-nav-icons .cd-nav-item p {
    display: block;
  }

  .cd-primary-nav .cd-nav-icons .cd-nav-item::before {
    left: 25px;
  }
}

.go-back a,
.has-children > a {
  position: relative;
}

.go-back a::after,
.go-back a::before,
.has-children > a::after,
.has-children > a::before {
  content: '';
  position: absolute;
  top: 28%;
  margin-top: -1px;
  display: inline-block;
  height: 2px;
  width: 10px;
  background: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.go-back a::before,
.has-children > a::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.go-back a::after,
.has-children > a::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.cd-nav-icons li {
  border: 1px solid #d8d8d8;
  background-color: #fff !important;
}

@media only screen and (min-width: 992px) {
  .go-back a::after,
  .go-back a::before,
  .has-children > a::after,
  .has-children > a::before {
    background: #c9cbc4;
  }

  .go-back a:hover::after,
  .go-back a:hover::before,
  .has-children > a:hover::after,
  .has-children > a:hover::before {
    background: #69aa6f;
  }
}

.has-children > a {
  padding-right: 40px;
}

.has-children > a::after,
.has-children > a::before {
  right: 20px;
  -webkit-transform-origin: 9px 50%;
  transform-origin: 9px 50%;
}

.cd-primary-nav .go-back a {
  padding-left: 40px;
}

.cd-primary-nav .go-back a::after,
.cd-primary-nav .go-back a::before {
  left: 20px;
  -webkit-transform-origin: 1px 50%;
  transform-origin: 1px 50%;
}

.site-logo a {
  margin-right: auto;
}

@media (max-width: 575.98px) {
  .go-back a::after,
  .go-back a::before,
  .has-children > a::after,
  .has-children > a::before {
    top: 45%;
  }

  .cd-primary-nav .cd-nav-gallery .cd-nav-item,
  .cd-primary-nav .cd-nav-icons .cd-nav-item {
    height: 50px;
    line-height: 50px;
  }

  .cd-primary-nav .cd-nav-icons .cd-nav-item::before {
    display: none;
  }

  .cd-primary-nav .cd-nav-icons .cd-nav-item {
    padding-left: 22px;
  }

  .cd-nav-icons li {
    border: 1px solid #60adbb;
  }

  .cd-primary-nav .cd-nav-gallery .cd-nav-item img {
    display: none;
  }

  .cd-primary-nav .cd-nav-gallery .cd-nav-item {
    padding-left: 20px;
  }

  .cd-primary-nav .see-all a {
    color: #fff;
  }

  .site-logo {
    padding-bottom: 12px;
  }

  .header-search {
    padding: 0 15px !important;
  }

  .site-logo a {
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .site-logo {
    padding-bottom: 12px;
  }

  .site-logo img {
    margin-right: auto;
    margin-left: auto;
  }

  .cd-primary-nav a,
  .cd-primary-nav ul a {
    line-height: 45px;
  }

  .has-children > a::before,
  .has-children > a::after,
  .go-back a::before,
  .go-back a::after {
    top: 45%;
  }
}

/*start jquery-ui*/

.ui-autocomplete {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}

.ui-menu .ui-menu-item-wrapper {
  font-family: Oxygen, sans-serif;
  font-size: 14px;
  position: relative;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-active,
.ui-menu .ui-state-focus {
  background-color: #f2f2f2;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
  padding: 10px;
}

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}

.ui-widget-content a {
  color: #333;
}

.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: 700;
}

.ui-widget-header a {
  color: #333;
}

.ui-button,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
html .ui-button.ui-state-disabled:active,
html .ui-button.ui-state-disabled:hover {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: 400;
  color: #454545;
}

.ui-button,
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-button:focus,
.ui-button:hover,
.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: 400;
  color: #2b2b2b;
}

.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
a.ui-button:focus,
a.ui-button:hover {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-widget-overlay {
  background: #aaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
  -webkit-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666;
}

.ui-autocomplete::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.ui-autocomplete::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

.ui-autocomplete::-webkit-scrollbar-thumb {
  background-color: #d83a3a;
  border: 2px solid #602d6c;
  border-radius: 20px;
}

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

/* End Jquery-ui */

.cd-primary-nav .current-event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cd-primary-nav .event-img {
  padding-right: 5px;
}

/* Smartphones Devices */

@media (min-width: 320px) and (max-width: 479px) {
  .header {
    background-image: -webkit-gradient(linear, left top, right top, from(#602d6c), color-stop(#743882), color-stop(#71367f), color-stop(#743882), to(#602d6c));
    background-image: linear-gradient(90deg, #602d6c, #743882, #71367f, #743882, #602d6c);
  }

  .cd-main-content {
    margin-top: 66px;
  }

  .cd-primary-nav a,
  .cd-primary-nav ul a {
    line-height: 45px;
  }

  .nav-on-left .cd-primary-nav,
  .nav-on-left .cd-primary-nav ul {
    right: auto;
    left: 0;
    padding-top: 14px;
  }
}

/* Smartphones Devices In (Landscape Mode) */

@media (min-width: 480px) and (max-width: 767px) {
  .cd-main-content {
    margin-top: 16px;
  }

  .cd-main-header .header .container .row {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .cd-main-header .header .container {
    max-width: 565px;
    margin: 0 15px 0 auto;
  }

  .site-logo {
    padding-bottom: 0;
  }

  .cd-primary-nav a,
  .cd-primary-nav ul a {
    line-height: 45px;
  }

  .nav-on-left .cd-primary-nav,
  .nav-on-left .cd-primary-nav ul {
    right: auto;
    left: 0;
    padding-top: 21px;
  }
}

/* Tablet/iPad Devices */

@media (min-width: 768px) and (max-width: 1200px) {
  .cd-main-content {
    margin-top: 4px;
  }

  .cd-primary-nav a,
  .cd-primary-nav ul a {
    line-height: 45px;
  }

  .cd-header-buttons {
    top: 5px;
  }

  .btn-join {
    padding: 6px 8px !important;
  }

  .nav-on-left .cd-primary-nav,
  .nav-on-left .cd-primary-nav ul {
    right: auto;
    left: 0;
    padding-top: 10px;
  }

  .header .form-control {
    background-clip: unset;
  }
}

/* Tablet/iPad Devices (Landscape) Mode */

@media (min-width: 992px) and (max-width: 1200px) {
  .cd-main-content {
    margin-top: 106px;
  }

  .cd-primary-nav > li:first-child {
    padding-left: 12px;
  }
}

/* Footer css */

.footer-sec {
  border-top: 1px solid #cfcfcf;
}

.footer-bottom {
  font-size: 11px;
  padding: 5px;
  background: #c81d4a;
  color: #fff;
}

.footer-bottom a {
  color: #fff;
  font-size: 11px;
}

.social-links {
  position: absolute;
  bottom: 0;
}

/* Back to top */

#btnTop {
  display: inline-block;
  background-color: var(--primary-color);
  width: 40px;
  height: 40px;
  text-align: center;
  position: fixed;
  bottom: 20px;
  right: 0;
  -webkit-transition: background-color .3s, opacity .5s, visibility .5s;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  padding: 9px 0;
  border-radius: 7px 0 0 7px;
}

#btnTop:active {
  background-color: #555;
}

#btnTop.show {
  opacity: 1;
  visibility: visible;
}

/*
how it works*/

.hiw {
  position: fixed;
  top: 210px;
  right: -54px;
  z-index: 2;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.btn-hiw {
  display: block;
  background-color: #585cc9;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  width: 140px;
  height: 32px;
  text-align: center;
  text-transform: uppercase;
}

.hiw-modal .modal-content {
  width: 660px;
}

.hiw-modal .modal-dialog {
  max-width: 680px;
  margin-top: 17px;
}

.hiw-modal .modal-header {
  background: #c81d4a;
  padding: 15px;
  border-bottom: 7px solid #e0e0e0;
}

.hiw-modal .modal-header .close {
  color: #fff;
  opacity: 1;
  font-weight: 100;
  text-shadow: none;
  padding: 15px;
}

.hiw-modal .modal-header h5 {
  color: #fff;
  font-size: 28px;
  text-align: center;
  font-weight: 600;
  width: 100%;
}

.hiw-steps {
  padding: 30px 10px 5px 50px;
}

.hiw-steps h4 {
  font-size: 18px;
  font-weight: 600;
  color: #555;
  padding: 5px;
}

.hiw-steps p span {
  font-size: 18px;
  font-weight: 600;
  color: #555;
}

.hiw-steps p {
  color: #555;
  padding: 5px;
}

.hiw-nl {
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 14px;
}

.hiw-nl p {
  font-size: 19px;
  text-align: center;
  color: #333;
  font-weight: 600;
  padding: 15px;
  display: inline;
  text-transform: uppercase;
}

.hiw-nl button {
  display: inline;
  background: #23272a;
  color: #fff;
  padding: 7px 60px;
  margin-left: 20px;
  border: none;
}

.hiw-img {
  padding: 30px 50px 20px 0;
  float: right;
}

.contact-txt {
  padding: 0 0 0 55px;
  position: absolute;
  bottom: 4px;
  font-size: 12px;
}

.contact-txt a {
  color: #c81d4a;
}

.wrapper {
  width: 75%;
  margin: 0 auto;
}

.card {
  border: none;
}

#accordion:last-child .card .card-header {
  border-bottom: none;
}

.card-header {
  background-color: #fff;
  border: none;
  padding: 20px 0;
  text-align: center;
  border-bottom: 1px solid #cfcfcf;
  line-height: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.style-it {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5px;
          column-gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.down-arrow {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.rotate {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.card-body {
  line-height: 26px;
  font-size: 14px;
}

.new-ctry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.new-ctry li {
  width: 25%;
  padding: 15px;
}

.new-ctry li a:hover {
  color: #c81d4a;
}

.new-ctry li img {
  position: relative;
  top: 4px;
}

.new-pop-brnds {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.new-pop-brnds li {
  padding: 5px;
  width: 25%;
}

.new-pop-brnds li a:hover {
  color: #c81d4a;
}

.btn-link {
  font-size: 20px;
  line-height: 1.25;
  color: #c81d4a !important;
}

.footer-list li {
  font-size: 15px;
  padding: 10px 0;
}

.footer-list li a {
  padding: 5px 0;
}

.dsclmr {
  position: fixed;
  bottom: 0;
  background: #602d6c;
  color: #fff;
  padding: 15px 30px;
  border-top: 3px solid #c81e4b;
  width: 100%;
  display: block;
  z-index: 9;
  font-size: 16px;
  line-height: 30px;
}

.dsclmr a {
  display: inline;
  color: #fff;
  text-decoration: underline;
  outline: none;
}

.btn-dsclmr {
  background: #c71d4a;
  border-radius: 4px;
  font-size: 12px;
  color: #FFFFFF;
  text-decoration: none;
  display: inline;
  padding: 3px 6px;
  margin: 0 6px;
}

.dsclmr-close {
  background: #c71d4a;
  border-radius: 4px;
  font-size: 12px;
  color: #FFFFFF;
  text-decoration: none;
  display: inline;
  padding: 3px 6px;
}

.email-signup-sec {
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.email-signup-sec .nnl-txt {
  margin-right: 10px;
}

.email-signup-sec .nnl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.subscribe-modal.show {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.subscribe-modal .modal-content .modal-body .row .nnl-form .form-group {
  margin-bottom: 1.5rem;
}

.signin-modal.show {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.signup-modal.show {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.couponcode-modal.show {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hiw-modal.show {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (min-width: 992px) {
  .has-children > a::after,
  .has-children .footer-list li {
    font-size: 12px;
    padding: 7px 0;
  }
}

/* Footer mobile version */

@media (max-width: 575.98px) {
  .footer-bottom-mobile ul li a {
    font-size: 14px;
  }

  .new-pop-brnds li {
    width: 50%;
    padding: 8px 0;
    font-size: 15px;
  }

  .new-ctry li {
    width: 50%;
    padding: 15px;
  }

  .cp-title {
    font-size: 18px;
    line-height: 22px;
  }

  .subscription .form-group .form-control {
    font-size: 13px;
    height: 40px !important;
    width: 100% !important;
  }

  .nnl {
    width: 100% !important;
    margin: auto;
  }

  .nnl-popup {
    padding: 20px 15px;
  }

  .nnl-form {
    padding: 20px 15px;
  }

  .nnl-form h5 {
    padding-bottom: 15px;
  }

  .nnl-popup h5 {
    padding-bottom: 10px;
  }

  .icon-box {
    margin-bottom: 10px;
  }

  .popover {
    top: -50px !important;
  }
}

/* Accordion for new pop stores*/

@media (max-width: 992px) {
  .wrapper {
    width: 100%;
  }
}

/* Coupon popup */

.modal-header {
  border: none;
}

.cp-brand-img {
  padding: 5px 15px 5px 51px;
}

.cp-form input {
  width: 360px !important;
  height: 40px;
  border-radius: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.cp-code input {
  border-radius: 30px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 18px;
  padding: 26px;
  width: 80% !important;
  color: #bebebe;
}

.cp-btn div {
  font-size: 14px;
  color: #fff;
  background-color: var(--primary-color);
  border: none;
  margin-left: 10px;
  padding: 0 40px;
  height: 36px;
  line-height: 10;
  border-radius: 30px;
  position: relative;
  left: -150px;
  top: 9px;
}

.cp-details-txt {
  font-size: 12px;
}

.cp-pri-txt {
  font-size: 12px;
}

.modal-body {
  padding: 0;
}

.cp-title {
  font-size: 28px;
  line-height: 30px;
  text-align: center;
  font-weight: 600;
  padding-bottom: 20px;
}

.cp-nl-area {
  background-color: #b52456;
  font-size: 24px;
  color: #333;
  text-align: center;
  padding: 13px 0 0 0;
}

.cp-nl-area p {
  padding-bottom: 13px;
}

.cp-cpy-txt {
  font-size: 14px;
  line-height: 18px;
  padding: 10px 0 14px;
  text-align: center;
  font-weight: 600;
  display: block;
  width: 100%;
  color: var(--primary-color);
}

.no-code-txt {
  font-size: 14px;
  width: 80%;
  border-radius: 30px;
  border: 1px solid #bebebe;
  padding: 25px;
  font-weight: 600;
  line-height: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.popup {
  padding: 50px 84px 30px;
}

.newsltr-hdng {
  font-weight: 600;
  padding: 60px 0 10px;
  font-size: 28px;
  line-height: 30px;
  text-align: center;
}

button.close {
  font-size: 24px;
  position: absolute;
  top: 0;
  right: 4px;
  z-index: 1;
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 700px;
  }
}

.d-icon {
  font-size: 135px;
  color: #fff;
  padding: 10px 30px;
  border: 1px solid #fff;
  margin-top: auto;
  margin-bottom: auto;
}

.newsltr-hdng a {
  color: var(--primary-color);
}

.newsltr-input {
  height: 55px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  border-radius: 30px;
  padding: 20px;
  font-size: 16px;
  color: #bebebe;
}

.btn-subscribe {
  height: 50px;
  min-width: 50%;
  display: block;
  background-color: var(--primary-color);
  margin: 15px auto;
  color: #fff;
  font-size: 15px;
  border-radius: 30px;
}

.cp-cpy-txt a {
  font-size: 18px;
  color: var(--primary-color);
  text-decoration: underline;
}

.cp-cpy-txt span {
  position: relative;
  top: 7px;
}

.cp-sl {
  border: 1px solid #b763ca;
}

.cp-sl .share-heading {
  background: #b763ca;
}

.cp-p-5 {
  padding: 25px 40px 25px 20px;
}

.cp-p-4 {
  padding: 25px 20px 20px 34px;
}

.code-area {
  background-color: #fff !important;
  border: 1px solid #eee;
}

.subscribe-area {
  background: #f9f9f9;
  padding: 0 30px 30px 30px;
}

.popup .input-group {
  width: 100%;
}

@media (max-width: 600px) {
  .popup,
  .subscribe-area {
    padding: 30px 15px;
  }

  .cp-title {
    font-size: 24px;
  }

  .cp-code input {
    font-size: 13px;
    width: 90% !important;
  }

  .newsltr-hdng {
    font-size: 20px;
    padding: 20px 0 10px;
  }

  .newsltr-input {
    height: 54px;
    font-size: 13px;
    max-width: 90%;
  }

  .btn-subscribe {
    height: 36px;
    min-width: 45%;
  }
}

/*
newsletter popup*/

.nnl-popup {
  background-color: #b52456;
  padding: 45px 15px;
  text-align: center;
  color: #fff;
}

.nnl-form {
  padding: 45px 25px;
  text-align: center;
  color: #555;
}

.nnl-popup h5 {
  padding-bottom: 30px;
  font-size: 22px;
}

#signup .nnl-popup h5 {
  padding-bottom: 65px;
}

.nnl-form h5 {
  padding-bottom: 35px;
  font-size: 22px;
}

.nnl-popup p {
  font-size: 13px;
  line-height: 16px;
}

.signup-form label {
  padding-bottom: 5px;
}

.signup-form .form-check-label {
  font-size: 12px;
}

.signup-form .login-text {
  font-size: 16px;
}

.login-text span {
  color: #b52456;
  cursor: pointer;
}

#signup .nnl-popup h3 {
  padding-bottom: 65px;
}

#signup .nnl-form {
  padding: 45px 25px 30px;
}

.sign-in-btn {
  cursor: pointer;
}

.btn.focus,
.btn:focus,
.form-control:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.desk-mb .pb-3 {
  font-weight: 600;
}

button:focus {
  outline: unset;
}

.footer-list-mobile {
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}

/* Smartphones Devices */

@media (min-width: 320px) and (max-width: 479px) {
  .dsclmr {
    padding: 20px 16px;
  }

  .dsclmr p {
    line-height: 26px;
  }

  #btnTop {
    width: 38px;
    height: 38px;
    bottom: 15px;
  }

  #btnTop svg {
    height: 14px;
    width: 22px;
  }

  .footer-bottom-mobile ul {
    margin: 10px 0;
  }

  .footer-bottom-mobile p {
    padding: 10px;
    font-size: 13px;
    line-height: 1.25;
  }

  .footer-bottom-mobile {
    border-bottom: 15px solid #c81d4a;
  }

  .subscribe-modal .modal-content .modal-body .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .subscribe-modal .modal-dialog {
    width: 100%;
  }

  /* Mobile CSS (only for google bot) start */

  .desk-mb .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .desk-mb .footer-logo {
    margin-bottom: 20px;
  }

  .desk-mb .social-links {
    position: unset;
    margin-bottom: 20px;
  }

  .desk-mb .col-7 .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .desk-mb .col-7 .col {
    margin-bottom: 20px;
  }

  .desk-mb .col-7 .col:last-child {
    margin-bottom: 0;
  }

  /* Mobile CSS (only for google bot) end */
}

/* Smartphones Devices In (Landscape Mode) */

@media (min-width: 480px) and (max-width: 767px) {
  .dsclmr {
    padding: 12px 16px;
  }

  .footer-bottom-mobile ul {
    margin: 10px 0;
  }

  .footer-bottom-mobile p {
    padding: 10px;
  }

  .footer-bottom-mobile {
    border-bottom: 15px solid #c81d4a;
  }

  #btnTop {
    bottom: 15px;
  }
}

/* Tablet/iPad Devices */

@media (min-width: 768px) and (max-width: 991px) {
  .footer-bottom-mobile ul {
    margin: 10px 0;
  }

  .footer-bottom-mobile p {
    padding: 10px;
  }

  .footer-bottom-mobile {
    border-bottom: 15px solid #c81d4a;
  }

  #btnTop {
    bottom: 15px;
  }

  .icon-box {
    margin-bottom: 10px;
  }

  .subscription .form-group .form-control {
    width: 100% !important;
  }

  .modal-dialog {
    max-width: 600px !important;
    width: 600px !important;
  }
}

/* Tablet/iPad Devices */

@media (min-width: 992px) and (max-width: 1200px) {
  .footer-bottom-mobile ul {
    margin: 10px 0;
  }

  .footer-bottom-mobile p {
    padding: 10px;
  }

  .footer-bottom-mobile {
    border-bottom: 15px solid #c81d4a;
  }

  #btnTop {
    bottom: 15px;
  }
}

/* ==========================================
   Auth Modal
   ========================================== */

.auth-modal .modal-backdrop,
.auth-modal.show {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.auth-modal-dialog {
  max-width: 460px;
  width: 100%;
  margin: 1rem;
}

.auth-modal-content {
  border: none;
  border-radius: 8px;
  -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
          box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
}

.auth-modal-body {
  padding: 36px 40px 32px !important;
  position: relative;
  overflow: visible;
}

/* ==========================================
   Modal Close Button
   ========================================== */

.auth-modal button.close,
.auth-modal .auth-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  float: none;
  margin: 0;
  padding: 4px 8px;
  font-size: 24px;
  font-weight: 300;
  color: #999;
  opacity: 1;
  line-height: 1;
  z-index: 2;
  background: transparent;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.auth-modal button.close:hover,
.auth-modal button.close:focus,
.auth-modal .auth-modal-close:hover,
.auth-modal .auth-modal-close:focus {
  color: #333;
  opacity: 1;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* ==========================================
   Auth Typography
   ========================================== */

.auth-modal-title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #2e3233;
  margin-bottom: 24px;
}

.auth-subtitle {
  text-align: center;
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
  line-height: 1.5;
}

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

.auth-form {
  text-align: left;
  /* Error message */
  /* Error label */
  /* Success message */
  /* Success label */
}

.auth-form label {
  font-size: 14px;
  font-weight: 600;
  color: #2e3233;
  margin-bottom: 6px;
  display: block;
}

.auth-form .form-control {
  height: 44px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px !important;
  padding: 8px 14px;
  color: #333;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  /* Default / normal focus */
  /* Validation error */
  /* Validation success */
}

.auth-form .form-control::-webkit-input-placeholder {
  color: #aaa;
}

.auth-form .form-control:-ms-input-placeholder {
  color: #aaa;
}

.auth-form .form-control::-ms-input-placeholder {
  color: #aaa;
}

.auth-form .form-control::placeholder {
  color: #aaa;
}

.auth-form .form-control:focus {
  border-color: #80bdff;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.auth-form .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: none;
}

.auth-form .form-control.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.auth-form .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: none;
}

.auth-form .form-control.is-valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.auth-form .invalid-feedback,
.auth-form .jquery-validation-error {
  display: block;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.auth-form .form-group.has-error > label {
  color: #dc3545;
}

.auth-form .valid-feedback,
.auth-form .jquery-validation-success {
  display: block;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.auth-form .form-group.has-success > label {
  color: #28a745;
}

/* ==========================================
   Auth Label Row
   ========================================== */

.auth-label-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6px;
}

.auth-label-row label {
  margin-bottom: 0;
}

/* ==========================================
   Password
   ========================================== */

.auth-password-wrap {
  position: relative;
  /* Keep eye-button spacing for validation states */
}

.auth-password-wrap .form-control {
  padding-right: 44px;
}

.auth-password-wrap .form-control.is-invalid,
.auth-password-wrap .form-control.is-valid {
  padding-right: 44px;
  background-image: none;
}

.auth-password-toggle {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: none;
  border: none;
  color: #999;
  cursor: pointer;
  padding: 4px;
  line-height: 0;
  z-index: 2;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.auth-password-toggle .password-eye {
  display: block;
  width: 20px;
  height: 20px;
}

.auth-password-toggle .password-eye-hide {
  display: none;
}

.auth-password-toggle.is-visible .password-eye-show {
  display: none;
}

.auth-password-toggle.is-visible .password-eye-hide {
  display: block;
}

.auth-password-toggle:hover,
.auth-password-toggle:focus {
  color: #2e3233;
  outline: none;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

/* ==========================================
   Remember Me
   ========================================== */

.auth-remember {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  margin: 16px 0 20px;
  padding-left: 0;
}

.auth-remember .form-check-input {
  position: static;
  float: none;
  margin: 3px 0 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 16px;
  height: 16px;
  cursor: pointer;
  margin-top: 0;
}

.auth-remember .form-check-input:checked {
  background-color: #c81d4a;
  border-color: #c81d4a;
}

.auth-remember .form-check-label {
  font-size: 13px;
  color: #555;
  font-weight: 400;
  padding-left: 0;
  margin: 0;
  line-height: 1.4;
  cursor: pointer;
}

/* ==========================================
   Primary Button
   ========================================== */

.auth-btn-primary {
  width: 100%;
  height: 46px;
  background-color: #71367f;
  border: none;
  border-radius: 6px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.auth-btn-primary:hover,
.auth-btn-primary:focus {
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #602d6c;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

/* ==========================================
   Links
   ========================================== */

.auth-link {
  color: #2e3233;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.auth-link:hover {
  color: #71367f;
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

/* ==========================================
   Footer Text
   ========================================== */

.auth-footer-text {
  text-align: center;
  font-size: 15px;
  color: #555;
  margin-top: 20px;
  margin-bottom: 0;
}

/* ==========================================
   Password Hint
   ========================================== */

.auth-hint {
  display: block;
  font-size: 12px;
  color: #999;
  margin-top: 6px;
}

/* ==========================================
   Terms
   ========================================== */

.auth-terms {
  text-align: center;
  font-size: 12px;
  color: #999;
  margin-top: 12px;
  margin-bottom: 0;
  line-height: 1.5;
}

.auth-terms a {
  color: #2e3233;
  font-size: 12px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.auth-terms a:hover {
  color: #71367f;
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

/* ==========================================
   Bootstrap-style Auth Alert
   ========================================== */

.auth-alert {
  font-size: 14px;
  margin-bottom: 16px;
  border-radius: 6px;
}

.auth-validation-alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  font-size: 14px;
}

/* Bootstrap 4.5 Danger Alert */

.auth-validation-alert-error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

/* Bootstrap 4.5 Success Alert */

.auth-validation-alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

/* ==========================================
   Auth Pages
   ========================================== */

.auth-page-body {
  background-color: #f8f9fa;
  min-height: 100vh;
}

.auth-page-header {
  background-image: -webkit-gradient(linear, left top, right top, from(#602d6c), color-stop(#743882), color-stop(#71367f), color-stop(#b52456), to(#c81d4a));
  background-image: linear-gradient(to right, #602d6c, #743882, #71367f, #b52456, #c81d4a);
  padding: 18px 0;
}

.auth-page-logo img {
  height: 35px;
}

.auth-page-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 16px;
  min-height: calc(100vh - 71px);
}

.auth-card {
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
  padding: 36px 40px 32px;
  width: 100%;
  max-width: 460px;
}

/* ==========================================
   Responsive
   ========================================== */

@media (max-width: 575.98px) {
  .auth-modal-body,
  .auth-card {
    padding: 28px 20px 24px !important;
  }

  .auth-modal-title {
    font-size: 20px;
  }

  .auth-form .invalid-feedback,
  .auth-form .jquery-validation-error,
  .auth-form .valid-feedback,
  .auth-form .jquery-validation-success {
    font-size: 12px;
  }
}

/* common css */

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  border: 0;
  padding: 0;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

*,
::after,
::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

a {
  color: #000;
  text-decoration: none;
}

img {
  max-width: 100%;
}

input {
  font-size: 1.4rem !important;
}

.btn-dark {
  font-size: 16px;
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
}

* {
  font-weight: 400;
  font-family: 'Inter', sans-serif;
}

button,
input,
select,
textarea {
  font-weight: 400;
  font-family: 'Inter', sans-serif;
}

body {
  color: #2e3233;
  font-weight: 400;
  font-size: 1.6rem;
  overflow-y: scroll;
  background-color: #fff;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  font-family: 'Inter', sans-serif;
}

h1,
h2 {
  font-weight: 700;
}

h4,
h5,
h3 {
  font-weight: 500;
}

h6 {
  font-weight: 400;
}

.snippet-heading {
  font-weight: 500;
}

.ltr-box {
  font-weight: 500;
}

.offer-heading {
  font-weight: 700;
}

.coupons-heading {
  font-weight: 700;
}

.c-title a {
  font-weight: 700;
}

.review-area p span {
  font-weight: 700;
}

.table-snippet thead td {
  font-weight: 700;
}

.store-desc-text h3,
.store-desc-text h2 .store-desc-text p strong {
  font-weight: 700;
}

.store-desc-text h3 span[style] .store-desc-text h2 span[style],
.store-desc-text p strong[style] {
  font-weight: 700;
}

.sb-store-desc h3 span[style],
.sb-store-desc h2 span[style] {
  font-weight: 700;
}

.sb-store-desc h3,
.sb-store-desc h2,
.sb-store-desc h1,
.sb-store-desc h4,
.sb-store-desc h5,
.sb-store-desc h6 {
  font-weight: 700;
}

.ref-title {
  font-weight: 700;
}

.ref-title-2 {
  font-weight: 700;
}

.cp-title {
  font-weight: 700;
}

.all-store-nav li {
  font-weight: 700;
}

.review-area h2 span {
  font-weight: 700;
}

.sbh-1 {
  font-weight: 700;
}

.sbh-2 {
  font-weight: 700;
}

.comment-area span {
  font-weight: 700;
}

@media (min-width: 1200px) {
  .dg-container-xl {
    max-width: 1250px !important;
  }
}

.store-detail-sec {
  padding-top: 30px;
  padding-bottom: 30px;
}

.store-page-ad {
  padding: 15px;
  text-align: center;
  border-radius: 10px;
  border: 1px solid var(--border-color);
}

.store-page-ad img {
  height: auto;
  max-width: 100%;
}

.campaign-banner img {
  display: block;
  margin: 25px auto;
}

.store-title {
  padding-top: 10px;
  font-size: 26px;
  font-weight: 600;
}

.site-breadcrumb {
  position: absolute;
  bottom: 5px;
}

.btn-visit {
  font-size: 12px;
  background: #c81d4a;
  color: #fff;
  padding: 10px 16px;
  border-radius: 0;
  max-width: 230px;
  overflow: hidden;
}

.btn-visit:hover {
  color: #fff;
  background-color: #b62355;
}

.visit-text {
  font-size: 13px;
}

.mobile-only {
  display: none !important;
}

.store-logo {
  background-color: #fff;
  border: 1px dashed #c2c2c2;
  width: 170px;
  height: 170px;
}

.event_star {
  cursor: pointer;
}

.event_star.disabled {
  opacity: 0.50;
  cursor: default;
  pointer-events: none;
}

.star_animate i {
  -webkit-transition: width .3s;
  transition: width .3s;
}

.star_big,
.star_big i {
  height: 29px;
  font-size: 0;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("/assets/images/stars.png");
}

.star_big {
  width: 145px;
  text-align: left;
  background-position: 0 -62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}

.star_big i {
  overflow: hidden;
  background-position: 0 -90px;
}

.star_big[data-starnum="0"] i,
.star_big[data-starnum="0.0"] i {
  width: 0;
}

.star_big[data-starnum="0.1"] {
  width: 2.9px;
}

.star_big[data-starnum="0.2"] {
  width: 5.8px;
}

.star_big[data-starnum="0.3"] i {
  width: 8.7px;
}

.star_big[data-starnum="0.4"] i {
  width: 11.6px;
}

.star_big[data-starnum="0.5"] i {
  width: 14.5px;
}

.star_big[data-starnum="0.6"] i {
  width: 17.4px;
}

.star_big[data-starnum="0.7"] i {
  width: 20.3px;
}

.star_big[data-starnum="0.8"] i {
  width: 23.2px;
}

.star_big[data-starnum="0.9"] i {
  width: 26.1px;
}

.star_big[data-starnum="1"] i,
.star_big[data-starnum="1.0"] i {
  width: 29px;
}

.star_big[data-starnum="1.1"] i {
  width: 31.9px;
}

.star_big[data-starnum="1.2"] i {
  width: 34.8px;
}

.star_big[data-starnum="1.3"] i {
  width: 37.7px;
}

.star_big[data-starnum="1.4"] i {
  width: 40.6px;
}

.star_big[data-starnum="1.5"] i {
  width: 43.5px;
}

.star_big[data-starnum="1.6"] i {
  width: 46.4px;
}

.star_big[data-starnum="1.7"] i {
  width: 49.3px;
}

.star_big[data-starnum="1.8"] i {
  width: 52.2px;
}

.star_big[data-starnum="1.9"] i {
  width: 55.1px;
}

.star_big[data-starnum="2"] i,
.star_big[data-starnum="2.0"] i {
  width: 58px;
}

.star_big[data-starnum="2.1"] i {
  width: 60.9px;
}

.star_big[data-starnum="2.2"] i {
  width: 63.8px;
}

.star_big[data-starnum="2.3"] i {
  width: 66.7px;
}

.star_big[data-starnum="2.4"] i {
  width: 69.6px;
}

.star_big[data-starnum="2.5"] i {
  width: 72.5px;
}

.star_big[data-starnum="2.6"] i {
  width: 75.4px;
}

.star_big[data-starnum="2.7"] i {
  width: 78.3px;
}

.star_big[data-starnum="2.8"] i {
  width: 81.2px;
}

.star_big[data-starnum="2.9"] i {
  width: 84.1px;
}

.star_big[data-starnum="3"] i,
.star_big[data-starnum="3.0"] i {
  width: 87px;
}

.star_big[data-starnum="3.1"] i {
  width: 89.9px;
}

.star_big[data-starnum="3.2"] i {
  width: 92.8px;
}

.star_big[data-starnum="3.3"] i {
  width: 95.7px;
}

.star_big[data-starnum="3.4"] i {
  width: 98.6px;
}

.star_big[data-starnum="3.5"] i {
  width: 101.5px;
}

.star_big[data-starnum="3.6"] i {
  width: 104.4px;
}

.star_big[data-starnum="3.7"] i {
  width: 107.3px;
}

.star_big[data-starnum="3.8"] i {
  width: 110.2px;
}

.star_big[data-starnum="3.9"] i {
  width: 113.1px;
}

.star_big[data-starnum="4"] i,
.star_big[data-starnum="4.0"] i {
  width: 116px;
}

.star_big[data-starnum="4.1"] i {
  width: 118.9px;
}

.star_big[data-starnum="4.2"] i {
  width: 121.8px;
}

.star_big[data-starnum="4.3"] i {
  width: 124.7px;
}

.star_big[data-starnum="4.4"] i {
  width: 127.6px;
}

.star_big[data-starnum="4.5"] i {
  width: 130.5px;
}

.star_big[data-starnum="4.6"] i {
  width: 133.4px;
}

.star_big[data-starnum="4.7"] i {
  width: 136.3px;
}

.star_big[data-starnum="4.8"] i {
  width: 139.2px;
}

.star_big[data-starnum="4.9"] i {
  width: 142.1px;
}

.star_big[data-starnum="5"] i,
.star_big[data-starnum="5.0"] i {
  width: 145px;
}

.rating-text {
  font-size: 12px;
}

.reveal-coupon {
  cursor: pointer;
}

.alert-success {
  color: #155724;
  font-size: 13px;
  text-align: center;
  padding: 12px 20px;
  margin-bottom: 10px;
  border-color: #c3e6cb;
  background-color: #d4edda;
}

.alert-danger {
  color: #721c24;
  font-size: 13px;
  text-align: center;
  padding: 12px 20px;
  margin-bottom: 10px;
  border-color: #f5c6cb;
  background-color: #f8d7da;
}

.rating-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 4px;
          column-gap: 4px;
  padding: 3px 6px;
  border-radius: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: color-mix(in srgb, var(--tertiary-color) 10%, #fff);
}

.share-links {
  border: 1px solid #9442a7;
}

.share-links img {
  width: 40px;
}

.share-heading {
  background: #9442a7;
  color: #fff;
}

.soc-p li {
  padding-right: 5px;
}

.sidebar-sec {
  position: -webkit-sticky;
  position: sticky;
  top: 85px;
}

.filter-area {
  background-color: #fff;
}

.filter-area ul li a {
  font-size: 15px;
  color: #444444;
}

.filter-area ul li a:hover {
  text-decoration: none;
}

.filter-area ul li {
  padding: 7px 2px;
  width: 24.3%;
  text-align: center;
}

.filter-area ul li:hover {
  border-top: 3px solid #0003;
}

.filter-area ul .filter-active {
  border-top: 3px solid #b763ca;
}

.filter-area ul li {
  border-right: 1px solid #0003;
}

.filter-area ul li:last-child {
  border-right: none;
}

.filter-area ul li span {
  color: #b763ca;
}

.coupons-list .cpnbtm .cpncbt {
  position: relative;
  padding: 0;
  width: 72%;
  height: 40px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.coupons-list .cpnbtm .cpnbtn {
  text-align: center;
  font-size: 0.7em;
  padding: 18px 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #a60e85;
  border-radius: 5px;
}

.coupons-list .cpnbtm .cpncbt .cpnbtx {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 18px;
  z-index: 1;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.coupons-list .cpnbtm .c-code:hover .cpnbtx {
  width: 85%;
}

.coupons-list .cpnbtm .cpncbt .cpnbtx,
.coupons-list .cpnbtm .cpndbt {
  color: #fff;
  width: 100%;
  background-color: var(--primary-color);
  padding: 10px 1px;
  height: 38px;
}

.coupons-list .cpnbtm .cpncbt .cpnbtx-red,
.coupons-list .cpnbtm .cpndbt {
  background-color: var(--primary-color);
}

.coupons-list .cpnbtm .cpncbt:hover .cpnbtx:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.coupons-list .cpnbtm .c-code .cpnbtx:after {
  pointer-events: none;
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  background: #fff;
  background: linear-gradient(225deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
  -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
          box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
  width: 18px;
  height: 18px;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.coupons-list .cpnbtm .cpncbt .cpnbcd {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px;
  color: #bbb;
}

.coupons-list .cpnbtm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: auto;
  font-size: 1.2em;
  margin-bottom: auto;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.coupons-list ul li {
  background: #fff;
  position: relative;
  margin: 10px 0 !important;
  border-bottom: 1px solid var(--border-color);
}

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

.coupons-list ul li:last-child > .cpnList {
  padding-bottom: 0;
}

.expiry-date {
  width: 12%;
  text-align: center;
  color: var(--secondary-color);
  font-size: 14px;
  line-height: 16px;
}

.expiry-date p {
  margin: 0;
}

.shoppers-sec {
  width: 12%;
  text-align: center;
  color: var(--secondary-color);
  font-size: 12px;
  line-height: 14px;
}

.shoppers-sec .shoppers {
  font-weight: 700;
  color: var(--text-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2px;
}

.shoppers-sec .shoppers svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.shoppers-sec p {
  margin: 2px 0 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
}

.offer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  color: #046a7c;
  text-transform: uppercase;
  padding-top: 3px;
}

.upto .line-1 {
  font-size: 23px;
  font-weight: 600;
  letter-spacing: 0;
}

.upto .line-2 {
  font-size: 32px;
  font-weight: 600;
}

.upto .line-3 {
  font-size: 33px;
  letter-spacing: 1px;
  font-weight: 600;
}

.free .line-1 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px;
}

.free .line-2 {
  font-size: 14px;
  font-weight: 600;
}

.c-details {
  display: none;
  padding-top: 5px;
  font-size: 12px;
  color: #444444;
}

/*

.coupon-top {
  position: absolute;
  top: 92px;
}

.c-verified {
  font-size: 11px;
  padding-left: 40px;
}

.c-bottom {
  position: absolute;
  top: 80px;
}

.c-bottom .c-code {
  display: none;
}
*/

.more-detals-area {
  color: #888;
  background-color: #f7f7f7;
  padding: 10px;
  border-radius: 0 0 7px 7px;
}

.send-email {
  float: right;
  color: #888;
  font-size: 12px;
  padding: 2px 10px;
  border: none;
  background: 0 0;
}

.card-body {
  line-height: 26px;
  font-size: 16px;
}

.card-title {
  font-size: 18px;
  font-weight: 600;
  color: #444444 !important;
}

.accordion .card-header:after {
  font-family: 'FontAwesome';
  font-size: 21px;
  content: "\F106";
}

.accordion .card-header.collapsed:after {
  content: "\F107";
}

.card-header {
  background-color: #fff;
  border: none;
  padding: 20px 0;
  text-align: center;
  border-bottom: 1px solid #cfcfcf;
  line-height: 33px;
}

.card {
  border: none;
}

.details-m {
  margin: 11px;
}

.collapse,
.collapsing {
  border-top: 1px solid var(--border-color);
}

.details-header p {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  padding: 0 10px 14px;
  color: var(--text-color);
}

.details-header p::before {
  content: '';
  width: 10%;
  height: 3px;
  display: block;
  background: var(--primary-color);
  position: relative;
  top: 27px;
}

.details-header p::after {
  content: '';
  width: 25%;
  height: 2px;
  display: block;
  background: #d9d9d9;
}

.details-content h1 {
  color: var(--text-color);
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

.details-content h2 {
  color: var(--text-color);
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

.details-content h3 {
  color: var(--text-color);
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.details-content h4 {
  color: var(--text-color);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.details-content h5 {
  color: var(--text-color);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}

.details-content h6 {
  color: var(--text-color);
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 8px;
}

.details-content p {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

.details-content ul {
  margin-left: 20px;
  margin-bottom: 15px;
}

.details-content ul li {
  color: var(--secondary-color);
  font-size: 14px;
  line-height: 1.5;
  list-style-type: disc;
  border-bottom: none;
}

.details-content ol {
  margin-left: 20px;
  margin-bottom: 15px;
}

.details-content ol li {
  color: var(--secondary-color);
  font-size: 14px;
  line-height: 1.5;
  list-style-type: decimal;
  border-bottom: none;
}

.details-content p:last-child,
.details-content ul:last-child,
.details-content ol:last-child {
  margin-bottom: 0;
}

.details-content span {
  font-size: 16px;
  font-weight: 600;
  color: var(--text-color);
}

.about-brand {
  height: 125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
          column-gap: 20px;
}

.about-brand .b_logo {
  width: 160px;
  height: 100%;
}

.about-brand .b_desc {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 180px);
}

/*store description*/

.sdbr-m-h {
  font-size: 16px;
  padding-bottom: 15px;
  line-height: 18px;
  font-weight: 600;
}

.sdbr-s-h {
  font-size: 14px;
  padding-bottom: 15px;
  line-height: 18px;
  font-weight: 600;
}

.desc-m-h {
  font-size: 18px;
  padding-bottom: 15px;
  line-height: 18px;
  font-weight: 600;
}

.desc-s-h {
  font-size: 16px;
  padding-bottom: 15px;
  line-height: 18px;
  font-weight: 600;
}

.about-sidebar-desc p {
  margin-bottom: 15px;
}

.about-sidebar-desc p,
.about-sidebar-desc li {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: var(--text-color);
}

.about-sidebar-desc ul,
.about-sidebar-desc ol {
  margin-left: 20px;
  margin-bottom: 15px;
}

.about-sidebar-desc ul li {
  list-style-type: disc;
}

.about-sidebar-desc ol li {
  list-style-type: decimal;
}

.about-sidebar-desc a {
  text-decoration: none;
  color: var(--primary-color);
}

.about-sidebar-desc a:hover {
  text-decoration: underline;
}

.about-sidebar-desc h1,
.about-sidebar-desc h2,
.about-sidebar-desc h3,
.about-sidebar-desc h4,
.about-sidebar-desc h5,
.about-sidebar-desc h6 {
  margin: 0 0 6px;
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
}

.store-desc h1 {
  color: var(--text-color);
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

.store-desc h2 {
  color: var(--text-color);
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

.store-desc h3 {
  color: var(--text-color);
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.store-desc h4 {
  color: var(--text-color);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.store-desc h5 {
  color: var(--text-color);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}

.store-desc h6 {
  color: var(--text-color);
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 8px;
}

.store-desc p {
  color: var(--secondary-color);
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 15px;
}

.store-desc a {
  font-weight: 600;
  text-decoration: none;
  color: var(--primary-color);
}

.store-desc a:hover {
  text-decoration: underline;
}

.store-desc ul {
  margin-left: 20px;
  margin-bottom: 15px;
}

.store-desc ul li {
  color: var(--secondary-color);
  font-size: 14px;
  line-height: 1.5;
  list-style-type: disc;
}

.store-desc ol {
  margin-left: 20px;
  margin-bottom: 15px;
}

.store-desc ol li {
  color: var(--secondary-color);
  font-size: 14px;
  line-height: 1.5;
  list-style-type: decimal;
}

.store-desc p:last-child,
.store-desc ul:last-child,
.store-desc ol:last-child {
  margin-bottom: 0;
}

/*sidebar description*/

.sb-store-desc h3 span[style],
.sb-store-desc h2 span[style] {
  color: var(--text-color);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 8px;
}

.sb-store-desc h3,
.sb-store-desc h2,
.sb-store-desc h1,
.sb-store-desc h4,
.sb-store-desc h5,
.sb-store-desc h6 {
  color: var(--text-color);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 15px;
}

.sb-store-desc p {
  font-size: 14px;
  line-height: 19px;
  color: #333;
  padding-bottom: 8px;
}

.sb-store-desc p a {
  color: var(--primary-color);
  font-weight: 600;
}

.sb-store-desc li a {
  font-size: 12px;
  line-height: 18px;
  color: var(--primary-color);
}

.sb-store-desc li a:hover {
  color: var(--text-color) !important;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.sb-store-desc ul li {
  font-size: 12px;
  line-height: 18px;
  color: var(--text-color);
  text-indent: -15px;
  margin: 10px 15px;
  list-style: disc;
  display: list-item;
  padding-left: 12px;
}

.sb-store-desc ol li {
  list-style: disc;
  display: list-item;
  padding-left: 20px;
}

.sb-store-desc p[style],
.sb-store-desc p span[style],
.sb-store-desc ul li span[style] {
  font-size: 14px !important;
  line-height: 19px !important;
  padding-bottom: 5px !important;
  background-color: #fff !important;
}

.sms-otc ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sms-otc ul li {
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 5px;
  overflow: hidden;
}

.sms-otc ul li a {
  font-size: 12px;
  text-indent: 100%;
  white-space: nowrap;
}

.sms-otc ul li:before {
  content: '';
  display: block;
  width: 20px;
}

.sb-store-desc em,
.sb-store-desc strong {
  font-weight: 700;
  font-size: 14px;
}

.c-verified-mobile {
  display: none;
}

.coupon-type-small {
  display: none;
}

.review-area {
  margin-top: 15px;
  background-color: #fff;
  border: 1px solid #dad9d9;
  border-radius: 10px;
}

.review-area p {
  font-size: 21px;
  padding: 15px;
  border-bottom: 1px solid #dad9d9;
}

.review-area .input-area {
  padding: 10px;
  margin: 10px;
}

.review-area .input-area form {
  border: 1px solid #dad9d9;
}

.review-area .input-area textarea {
  height: 70px;
  background-color: #f8f8f8;
  display: inline-block;
  width: 100%;
  resize: none;
  border: none;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  font-size: 16px;
  padding: 15px;
}

.review-area .input-area button {
  padding: 5px 55px;
  margin: 15px;
}

.comment-wrapper {
  max-height: 260px;
  overflow-y: auto;
}

.comment-area {
  padding: 17px;
  margin: 5px;
}

.comment-text {
  font-size: 14px;
  color: #222;
  line-height: 21px;
}

.comment-area .comment-meta {
  font-size: 12px;
  color: #8c8c8c;
  padding-bottom: 10px;
}

.comment-wrapper::-webkit-scrollbar-track,
.comment-wrapper::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(95, 199, 122, 0.3);
  border-radius: 10px;
  background-color: #dfdfdf;
}

.comment-wrapper::-webkit-scrollbar,
.comment-wrapper::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
}

.comment-wrapper::-webkit-scrollbar-thumb,
.comment-wrapper::-webkit-scrollbar-thumb {
  border-radius: 8px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #343a40;
}

@media (max-width: 575px) {
  .mobile-only {
    display: block !important;
  }

  .mobile-none {
    display: none;
  }

  .store-col-0 {
    display: none;
  }

  .star-rating,
  .store-link {
    display: none;
  }

  .site-breadcrumb {
    top: 71px;
  }

  .visit-text {
    font-size: 11px;
  }

  .btn-visit {
    margin-top: 23px;
    font-size: 13px;
    padding: 5px 26px;
    max-width: 100%;
    overflow: hidden;
    display: block;
    background: #c71d4a;
    color: #ffffff;
    border: none;
  }

  .mobile-rating-n {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    text-align: center;
  }

  .f-30 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 30% !important;
            flex: 0 0 30% !important;
    max-width: 30% !important;
  }

  .store-logo {
    width: 95px;
    height: 95px;
    padding: 0;
  }

  .mobile-rating-n {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    text-align: center;
  }

  .rating-text {
    font-size: 12px;
    width: 100%;
    padding-left: 7px;
  }

  .store-col-9 {
    max-width: 70%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    padding-right: 0;
    max-height: 101px;
  }

  .store-title {
    font-size: 16px;
    margin-top: 6px;
  }

  .lst-up {
    padding-top: 7px;
    text-align: center;
    width: 100%;
    font-size: 13px;
  }

  .star-rating,
  .store-link {
    display: none;
  }

  .visit-text {
    font-size: 11px;
  }

  .sidebar {
    max-height: 100%;
    overflow-y: unset;
  }

  .filter-area ul li {
    padding: 4px 1px 8px 0;
    width: 23%;
  }

  .filter-area ul li a {
    font-size: 12px;
  }

  .filter-area ul li span {
    display: none;
  }

  .filter-area ul .filter-active {
    border-top: 2px solid #b763ca;
  }

  .coupons-list ul li {
    padding: 1px 0;
  }

  .upto .line-1 {
    font-size: 15px;
  }

  .upto .line-2 {
    font-size: 23px;
  }

  .upto .line-3 {
    font-size: 21px;
    letter-spacing: 1px;
  }

  .free .line-1 {
    font-size: 18px;
  }

  .free .line-2 {
    font-size: 11px;
    padding-top: 5px;
  }

  .c-verified {
    display: block;
    text-align: center;
  }

  .c-verified span {
    display: block;
    padding-left: 0 !important;
    text-align: center;
  }

  .c-code {
    display: inline;
  }

  .c-bottom .c-code {
    display: inline;
  }

  .coupon-type-small {
    display: block;
    color: #e93c3c !important;
  }

  .txt-blue {
    color: #0e82af !important;
  }

  .coupon-top {
    font-size: 12px;
    color: #e93c3c !important;
    margin-bottom: 3px;
    position: static;
  }

  .details-m {
    margin: 11px 0;
  }

  .coupon-type-small {
    display: block;
    color: #e93c3c !important;
  }

  .logo-box a {
    width: 153px;
  }

  .review-area .input-area textarea {
    height: 65px;
    padding: 10px;
  }

  .review-area .input-area button {
    margin: 10px;
  }

  .compt-brands ul li {
    width: 100%;
  }

  .compt-brnd h3 {
    font-size: 15px;
    font-weight: 600;
    padding: 20px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .site-breadcrumb {
    top: 71px;
  }

  .store-header {
    margin-top: 53px;
    padding: 15px 18px 25px 6px !important;
  }
}

@media (max-width: 600px) {
  .pl-res {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.strLogo {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
}

.strLogo img {
  -o-object-fit: contain;
     object-fit: contain;
}

.brand-text-sec {
  width: 100%;
  height: 100%;
  row-gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.brand-text-sec h1 {
  font-size: 36px;
  font-weight: 700;
  color: var(--text-color);
}

.brand-text-sec p {
  font-size: 14px;
  font-weight: 500;
}

.rating-count {
  font-size: 12px;
  line-height: 18px;
  color: var(--primary-color);
}

.sub-heading {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: var(--secondary-color);
}

.heading-box {
  padding: 15px;
  margin-top: 30px;
  border-radius: 10px;
  border: 1px solid #d9d9d9;
}

.btnVst {
  background: #a60e85;
  font-size: 14px;
  color: #fff;
  padding: 10px 60px;
}

.btnVst:hover {
  background: rgba(166, 14, 133, 0.74);
  color: #fff;
}

.strTxt {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 6px;
          column-gap: 6px;
  margin: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.brcLink li {
  color: var(--tertiary-color);
  font-size: 13px;
  padding: 0 10px;
  font-weight: 500;
}

.brcLink a {
  color: var(--tertiary-color);
  font-size: 13px;
  padding: 0 10px;
  font-weight: 500;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.brcLink a:hover {
  text-decoration: none;
  color: rgba(166, 14, 133, 0.74);
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.brcLink.store-bottom-breadcrumb {
  padding: 4px 0 8px;
}

.brcLink.store-bottom-breadcrumb .list-inline-item {
  padding-left: 0;
}

.shrIcons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 25px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.shrIcons img {
  border-radius: 30px;
  border: 6px solid #ededed;
}

.ftrBtns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 5px;
}

.ftrBtns li {
  margin: 0 !important;
  border-radius: 10px;
}

.ftrBtns li button {
  color: #444444;
}

.ftrBtns .cpn-sort {
  font-size: 14px;
  cursor: pointer;
  font-weight: 500;
  padding: 3px 6px;
  line-height: 20px;
  border-radius: 6px;
  color: var(--secondary-color);
  background: var(--background-color);
  border: 1px solid var(--border-color);
}

.ftrBtns .cpn-sort span {
  margin-left: 2px;
}

.ftrBtns .ftrAtv .cpn-sort {
  color: #fff;
  border-color: #B5B5B5;
  background: var(--primary-color);
}

.coupon-table-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 33px;
  padding: 0 12px;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  font-size: 12px;
  color: #444;
}

.coupon-table-header .coupon-col {
  white-space: nowrap;
  font-weight: 400;
  font-size: 12px;
}

.coupon-table-header .coupon-col-offer {
  width: 80px;
  padding-left: 4px;
}

.coupon-table-header .coupon-col-code {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 28px;
}

.coupon-table-header .coupon-col-details {
  width: 160px;
  text-align: center;
}

.coupon-table-header .coupon-col-expires {
  width: 90px;
  text-align: center;
}

.coupon-table-header .coupon-col-activity {
  width: 75px;
  text-align: right;
}

/* Coupons UI */

.cpnList {
  width: 100%;
  padding: 15px 0;
}

.cpn-left-side {
  width: 13%;
  min-width: 85px;
  height: 105px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cpn-left-side .ofr-square {
  width: 86px;
  height: auto;
  padding: 0;
  row-gap: 4px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: color-mix(in srgb, var(--tertiary-color) 10%, #fff);
  border-radius: 3px;
  overflow: hidden;
}

.cpn-right-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 87%;
}

.cpn-right-side .details-box {
  width: 56%;
  padding: 0 20px;
}

.cpn-right-side .coupon-button-box {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.ofrBox {
  padding: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 80px;
  font-weight: 600;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--tertiary-color);
}

.cpnMeta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-bottom: 8px;
  -webkit-column-gap: 8px;
          column-gap: 8px;
}

.cpnMeta .hot-deals {
  background: #faedff;
  color: #8b3a9d;
  padding: 4px;
  border-radius: 3px;
  font-size: 12px;
}

.cpnTyp {
  width: 100%;
  color: #444;
  font-size: 13px;
  padding: 4px 6px;
  text-align: center;
  background-color: #d9d9d9;
}

.ofrBox .line-1 {
  font-size: 20px;
  font-weight: 500;
}

.ofrBox .line-3 {
  font-size: 20px;
  font-weight: 500;
}

.ofrBox .line-2 {
  padding: 2px 0;
  font-weight: 600;
}

.cpnTitle {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: var(--text-color);
}

.cpnBName {
  color: #222;
  font-size: 14px;
  position: static;
  top: 100px;
  font-weight: 500;
  padding-top: 10px;
}

.cpnVer {
  background-color: #EEF8EF;
  color: #0A8138;
  font-size: 12px;
  padding: 4px;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
}

.cpn-last-use {
  font-size: 13px;
  margin-top: 15px;
  color: var(--secondary-color);
}

.coupons-list .cpnbtm button {
  background-color: unset;
}

.coupons-list .cpnbtm button:focus {
  outline: none;
}

.coupons-list .cpnbtm .cpncbt {
  width: 100%;
}

.coupons-list ul li {
  margin-bottom: 0 !important;
  margin-top: 20px;
}

.cpnCmnts {
  border-top: 1px solid #d9d9d9;
  border-radius: 0 0 7px 7px;
}

.cpnCmnts .hdn {
  padding: 10px;
}

.coupons-list .cpnbtm {
  margin: 15px 0;
}

.cpnUses {
  text-align: center;
}

.strCps {
  padding: 30px 0;
}

.hdg-18 {
  font-weight: 700;
  color: var(--text-color);
  line-height: 1 !important;
  font-size: 18px !important;
}

.hdg-16 {
  font-weight: 700;
  color: var(--text-color);
  font-size: 16px !important;
  line-height: 1.25 !important;
}

.hdg-14 {
  font-size: 14px;
  line-height: 1.25;
  color: var(--text-color);
}

.listing-sec {
  margin-bottom: 20px;
}

.coupon-desc {
  margin: 5px 0 0;
  color: var(--secondary-color);
  font-size: 12px;
  line-height: 15px;
}

.allStrSb {
  margin-top: 27px;
  padding: 20px;
  border: 1px solid var(--text-color);
  border-radius: 10px;
}

.allStrSbHd {
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  color: var(--text-color);
}

.allStrSbHd::after {
  content: "";
  display: block;
  width: 39px;
  height: 2px;
  background: var(--primary-color);
  margin: 4px 0;
  border-radius: 2px;
}

.allStrSb ul {
  margin-top: 20px;
}

.collapsible {
  color: var(--primary-color);
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  padding-left: 10px;
}

.collapsible:hover {
  color: var(--text-color);
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.collapsible:after {
  content: "\276F";
  font-weight: bold;
  margin-left: 5px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.active-d:after {
  content: "\276F";
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.space-15 {
  padding: 15px;
}

.table-snippet {
  margin-bottom: 0;
  border-radius: 10px;
  border: 1px solid var(--border-color);
}

.table-snippet td {
  padding: 15px;
  border-bottom: none;
  border-left: none;
  border-right: none;
}

.table-snippet thead tr {
  background: var(--primary-color);
  color: #fff;
}

.table-snippet tbody {
  font-size: 14px;
  font-weight: 500;
}

.rltStrs {
  padding: 15px;
  border-radius: 10px;
  border: 1px solid var(--border-color);
}

.rating-star {
  gap: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.rltStrs h2 {
  line-height: 1.25;
}

.rltStrs ul {
  margin-top: 20px;
  max-height: 250px;
  overflow-y: scroll;
}

.rltStrs ul li {
  padding: 5px 0;
}

.rltStrs ul li a {
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  -webkit-column-gap: 12px;
          column-gap: 12px;
  line-height: 18px;
  color: var(--primary-color);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.rltStrs ul li a:hover {
  color: var(--text-color);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.reveal-code-button:hover {
  text-decoration: unset;
}

/* =========================
   Categories
========================= */

.categories {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  row-gap: 16px;
  width: 100%;
}

/* =========================
   Category Card
========================= */

.category-card {
  width: 117px;
  height: 112px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 6px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--border-color);
  border-radius: 10px;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.category-card:hover {
  border-color: var(--primary-color);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 7px rgba(0, 0, 0, 0.06);
}

/* =========================
   Category Icon
========================= */

.category-icon {
  width: 27px;
  height: 27px;
  margin-bottom: 3px;
  color: #555;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* =========================
   Category Name
========================= */

.category-name {
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  color: var(--text-color);
}

/* =========================
   Discount
========================= */

.discount {
  font-size: 14px;
  line-height: 12px;
  font-weight: 400;
  color: var(--secondary-color);
}

.author-widget {
  padding: 15px;
  position: relative;
  border-radius: 10px;
  background-color: var(--background-color);
  border: 1px solid var(--border-color);
}

.author-widget .wdg-heading {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 20px;
  color: var(--text-color);
}

.author-widget .author-info {
  gap: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}

.author-widget .author-info .author-image {
  width: 65px;
  height: 65px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
  border-radius: 50%;
}

.author-widget .author-info .author-image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #d9d9d9;
}

.author-widget .author-info .author-meta {
  row-gap: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(100% - 65px);
}

.author-widget .author-info .author-meta .author-name {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}

.author-widget .author-info .author-meta .author-name a {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.author-widget .author-info .author-meta .author-name a:hover {
  color: #602d6c;
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.author-widget .author-info .author-meta .job-title {
  font-size: 14px;
  font-style: italic;
}

.author-widget .author-edit {
  padding: 12px 0;
  margin-bottom: 16px;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}

.author-widget .author-edit p {
  font-size: 14px;
  line-height: 1.4;
}

.author-widget .author-edit p .edit-on {
  font-weight: 600;
}

.author-widget .author-description {
  margin-bottom: 15px;
}

.author-widget .author-description p {
  font-size: 12px;
  line-height: 18px;
}

.author-widget .author-description a {
  color: var(--primary-color);
  font-weight: 600;
}

.author-widget .view-author {
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
}

.author-widget .view-author:hover {
  color: #602d6c;
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

/* Save Section Start*/

.save-section {
  width: 100%;
  padding-top: 20px;
}

.save-section .save-grid {
  display: grid;
  gap: 6px 12px;
  margin-top: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.save-section .save-grid .card {
  width: 100%;
  min-width: 0;
  min-height: 82px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 7px;
  padding: 10px 8px;
  background: #fff;
  border: 1px solid var(--border-color);
  border-radius: 10px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.save-section .save-grid .card .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25px;
          flex: 0 0 25px;
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1px;
}

.save-section .save-grid .card .icon svg {
  width: 25px;
  height: 25px;
  max-width: 25px;
  max-height: 25px;
}

.save-section .save-grid .card .icon i {
  font-size: 22px;
  line-height: 25px;
  color: var(--primary-color);
}

.save-section .save-grid .card .content h3 {
  margin: 2px 0;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  color: var(--text-color);
}

.save-section .save-grid .card .content p {
  font-size: 14px;
  line-height: 1.25;
  font-weight: 400;
  margin-top: 10px;
  color: var(--secondary-color);
}

.save-section .save-grid .card .content a {
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  margin-top: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  color: var(--primary-color);
  text-decoration: none;
}

.save-section .save-grid .card .content a svg {
  width: 9px;
  height: 9px;
}

.coupon-header {
  margin-bottom: 15px;
  padding-bottom: 6px;
}

/* Save Section End*/

.widget-box {
  border: 1px solid var(--border-color);
  border-radius: 10px;
  padding: 15px;
}

.title {
  gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.shoppers-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 4px;
          column-gap: 4px;
  margin-bottom: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.info-list .shoppers {
  font-weight: 700;
  color: var(--text-color);
}

.info-list li {
  font-size: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.info-list li p {
  font-size: 12px;
  font-weight: 600;
  line-height: 22px;
}

.offer-boxing {
  height: auto;
  min-height: 118px;
  padding: 12px;
  margin: 15px 0;
  border-radius: 9px;
  background: var(--primary-color);
  color: #fff;
  text-align: center;
}

.offer-boxing .discount,
.offer-boxing .order-text {
  color: #fff !important;
}

.offer-boxing .discount {
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  color: var(--background-color);
}

.offer-boxing .order-text {
  margin-top: 1px;
  font-size: 14px;
  color: #fff !important;
}

.offer-boxing .code {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 185px;
  height: 34px;
  margin-top: 11px;
  padding: 0 18px;
  border: 2px solid #fff;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.offer-boxing .offer-boxing__action {
  margin-top: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.offer-boxing .offer-boxing__action .cpnbtn {
  position: relative;
  overflow: hidden;
  min-width: 185px;
  height: 38px;
  padding: 0;
  border: 1px solid #fff;
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
}

.offer-boxing .offer-boxing__action .cpnbtx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 38px;
  padding: 0 10px;
  color: #fff;
  background-color: var(--primary-color);
  font-size: 14px;
  font-weight: 600;
  line-height: 38px;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.offer-boxing .offer-boxing__action .c-code:hover .cpnbtx {
  width: 85%;
}

.offer-boxing .offer-boxing__action .cpnbcd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 38px;
  padding: 0 12px;
  color: var(--primary-color);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.verify {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 42px;
  gap: 8px;
  margin: 0 -15px;
  border-top: 1px solid var(--border-color);
  color: var(--primary-color);
}

.verify a {
  font-size: 12px;
  color: var(--primary-color);
}

.shop-deal {
  font-weight: 600;
  color: var(--secondary-color);
}

.quick-info .single-info {
  margin-bottom: 15px;
}

.quick-info .single-info:last-child {
  margin-bottom: 0;
}

.quick-info .para-heading {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 10px;
  color: var(--primary-color);
}

.quick-info .info-list {
  padding-left: 20px;
}

.quick-info .info-list li {
  list-style: disc !important;
  display: list-item;
}

.quick-info .info-list li a {
  color: var(--primary-color);
}

.row-gap-30 {
  row-gap: 20px;
}

.coupon-reaction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 15px;
          column-gap: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.coupon-reaction .coupon-like {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  border-radius: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #F5F5F5;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.coupon-reaction .coupon-like:hover {
  background-color: #E5E5E5;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.coupon-reaction .coupon-like.active {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.coupon-reaction .coupon-like.active svg {
  fill: #a245b8;
}

.coupon-reaction .coupon-like svg {
  fill: #909090;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.coupon-statistics .curve-table {
  border-radius: 10px;
  border: 1px solid var(--border-color);
  padding: 15px;
}

.coupon-statistics .live-activity {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}

.coupon-statistics .custom-tbl {
  margin-bottom: 0;
  background-color: #ffffff;
}

.coupon-statistics .custom-tbl thead tr {
  background-color: #ffffff;
}

.coupon-statistics .custom-tbl thead .tbl-title {
  border: none;
  color: #2e3233;
  padding: 15px;
  border-bottom: 1px solid var(--border-color);
}

.coupon-statistics .custom-tbl tbody tr {
  background-color: #ffffff;
}

.coupon-statistics .custom-tbl tbody tr td {
  border-top: 1px solid #e5e5e5;
  padding: 11px 0;
}

.coupon-statistics .custom-tbl tbody tr:first-child td {
  border-top: none;
}

.coupon-statistics .custom-tbl .coupon-date {
  color: var(--secondary-color);
  width: 150px;
  border: none;
  font-size: 14px;
  font-weight: 400;
  padding-left: 15px;
  white-space: nowrap;
}

.coupon-statistics .custom-tbl .coupon-text {
  border: none;
  color: var(--text-color);
  font-size: 14px;
  font-weight: 400;
  padding-right: 15px;
  line-height: 18px;
}

.coupon-statistics .custom-tbl .coupon-text .copy-coupon {
  margin: 0;
  border: 0;
  padding: 0;
  color: var(--primary-color);
  font: inherit;
  cursor: pointer;
  position: relative;
  line-height: inherit;
  background: transparent;
}

.coupon-statistics .custom-tbl .coupon-text .copy-coupon:hover {
  color: #a245b8;
  text-decoration: none;
}

.coupon-statistics .custom-tbl .coupon-text .copy-coupon .copy-tooltip {
  left: 50%;
  opacity: 0;
  color: #fff;
  z-index: 9999;
  display: block;
  line-height: 1;
  font-size: 12px;
  padding: 6px 9px;
  font-weight: 500;
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 5px;
  visibility: hidden;
  background: #252525;
  white-space: nowrap;
  pointer-events: none;
  bottom: calc(100% + 8px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

.coupon-statistics .custom-tbl .coupon-text .copy-coupon .copy-tooltip::after {
  width: 0;
  left: 50%;
  height: 0;
  top: 100%;
  content: "";
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-top: 5px solid #252525;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.coupon-statistics .custom-tbl .coupon-text .copy-coupon.show-tooltip .copy-tooltip {
  opacity: 1;
  visibility: visible;
}

.coupon-statistics .custom-tbl th,
.coupon-statistics .custom-tbl td {
  padding-top: 11px;
  padding-bottom: 11px;
}

.get-reward .reward-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  border: 1px solid var(--border-color);
}

.get-reward .reward-box .about-reward {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 160px);
}

.get-reward .reward-box .about-reward svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.get-reward .reward-box .about-reward .deals-heading {
  row-gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.get-reward .reward-box .about-reward .deals-heading p {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--text-color);
}

.get-reward .reward-box .about-reward .deals-heading span {
  font-size: 14px;
  line-height: 18px;
  color: var(--secondary-color);
}

.get-reward .reward-box .reward-action {
  width: 140px;
}

.get-reward .reward-box .reward-action .learn-more {
  gap: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  font-size: 12px;
  font-weight: 500;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--primary-color);
}

.newsletter-section .newsletter-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.newsletter-section .newsletter-content {
  text-align: center;
}

.newsletter-section .newsletter-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  padding: 4px;
}

.newsletter-section .newsletter-heading p {
  color: var(--text-color);
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
}

.newsletter-section .newsletter-heading span {
  display: block;
  color: var(--secondary-color);
  font-size: 12px;
  line-height: 18px;
}

.newsletter-section .newsletter-form-wrapper {
  width: 100%;
  margin-top: 13px;
}

.newsletter-section .newsletter-form {
  width: 100%;
  margin: 0;
}

.newsletter-section .form-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.newsletter-section .newsletter-input {
  font-size: 12px !important;
  width: 200px;
  height: 32px;
  padding: 0 9px;
  border: 1px solid var(--border-color);
  border-radius: 6px;
  background: var(--background-color);
  color: var(--secondary-color);
}

.newsletter-section .newsletter-input::-webkit-input-placeholder {
  color: #aaa;
  opacity: 1;
}

.newsletter-section .newsletter-input:-ms-input-placeholder {
  color: #aaa;
  opacity: 1;
}

.newsletter-section .newsletter-input::-ms-input-placeholder {
  color: #aaa;
  opacity: 1;
}

.newsletter-section .newsletter-input::placeholder {
  color: #aaa;
  opacity: 1;
}

.newsletter-section .newsletter-submit {
  width: 200px;
  height: 32px;
  margin-top: 10px;
  border: 1px solid var(--border-color);
  border-radius: 6px;
  background: var(--primary-color) !important;
  color: var(--background-color) !important;
  font-size: 12px;
  line-height: 18px;
}

.newsletter-section .newsletter-submit:hover {
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  background: var(--tertiary-color) !important;
}

.newsletter-section .newsletter-disclaimer {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: var(--secondary-color);
}

.color-light {
  color: var(--text-color);
}

.color-dr {
  color: var(--secondary-color) !important;
}

.color-dark {
  color: var(--primary-color) !important;
}

.verified-ss {
  cursor: pointer;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .coupons-list .cpnbtm .cpncbt {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .btnVst {
    padding: 10px 30px;
  }

  .shrIcons {
    padding: 0;
  }

  .strTxt {
    font-size: 12px;
  }

  .coupons-list .cpnbtm .cpncbt {
    width: 100%;
  }

  .alp-nav li {
    padding: 5px;
    width: 33px;
  }
}

@media (max-width: 767px) {
  .mblVst {
    font-size: 13px;
    font-weight: 500;
    color: var(--tertiary-color);
  }

  .ofrBox .line-1 {
    font-size: 11px;
  }

  .upto .line-2 {
    font-size: 20px;
  }

  .ofrBox .line-3 {
    font-size: 11px;
  }

  .ofrBox {
    height: 55px;
  }

  .cpnTyp {
    padding: 3px;
    font-size: 11px;
  }

  .cpnMeta {
    -webkit-column-gap: 4px;
            column-gap: 4px;
    padding-bottom: 4px;
  }

  .cpnTitle {
    font-size: 14px;
    line-height: 18px;
  }

  .cpnBName {
    font-size: 11px;
    top: unset;
  }

  .cpnCmnts {
    display: none;
  }

  .table-snippet td {
    font-size: 13px;
    padding: 5px 10px;
    line-height: 18px;
  }

  .allStrSbHd {
    font-size: 16px;
  }

  .alp-nav {
    font-size: 10px;
  }

  .strDtls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .review-area p {
    font-size: 18px;
    line-height: 22px;
    padding: 15px 15px 25px 15px;
  }

  .review-area .input-area {
    margin: 10px 0;
  }

  .review-area .input-area form {
    border-radius: 5px;
  }

  .allStrSb {
    margin-bottom: 20px;
  }

  .alp-nav {
    -ms-flex-line-pack: distribute;
        align-content: space-around;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }

  .rltStrs h2 span {
    color: var(--tertiary-color);
  }
}

/* Tablet/iPad Devices (Portrait) Mode */

@media (min-width: 768px) and (max-width: 991px) {
  .rltStrs {
    margin-bottom: 25px;
  }

  .review-area p {
    font-size: 14px;
  }

  .review-area .input-area textarea {
    font-size: 14px;
    padding: 10px;
  }

  .review-area .input-area {
    margin: 0;
  }
}

/* Tablet/iPad Devices (Landscape) Mode */

@media (min-width: 992px) and (max-width: 1200px) {
  .rltStrs {
    margin-bottom: 25px;
  }

  .review-area p {
    font-size: 15px;
  }

  .review-area .input-area {
    margin: 0;
  }
}

/* FAQ Section */

.faq-section {
  width: 100%;
  padding-top: 20px;
}

.faq-title {
  text-align: center;
  padding-bottom: 6px;
  position: relative;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
}

.faq-title::after {
  content: "";
  display: block;
  width: 39px;
  height: 2px;
  background: var(--primary-color);
  margin: 4px auto 0;
  border-radius: 2px;
}

#faqAccordion {
  margin: 0 -6px;
}

.faq-column {
  padding: 0 6px;
  margin-bottom: 12px;
}

.faq-item {
  border: 1px solid #e5e5e5 !important;
  border-radius: 14px !important;
  background: #fff;
  overflow: hidden;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}

.faq-item .card-header {
  padding: 0;
  background: #fff;
  border: 0;
}

.faq-question {
  position: relative;
  width: 100%;
  min-height: 48px;
  padding: 14px 48px 14px 14px;
  border: 0;
  outline: none !important;
  background: transparent;
  color: #111;
  text-align: left;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  cursor: pointer;
}

.faq-question::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 1.5px solid #111;
  border-bottom: 1.5px solid #111;
  -webkit-transform: translateY(-65%) rotate(45deg);
          transform: translateY(-65%) rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.faq-question[aria-expanded="true"]::after {
  -webkit-transform: translateY(-25%) rotate(225deg);
          transform: translateY(-25%) rotate(225deg);
}

.faq-heading {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--text-color);
}

.faq-body {
  padding: 10px 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  color: var(--secondary-color);
}

@media (max-width: 767px) {
  .store-faqs .store-faqs__title {
    font-size: 18px;
    margin-bottom: 18px;
  }

  .store-faqs .store-faqs__grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .store-faqs .store-faq-item__q {
    padding: 14px 14px;
  }

  .store-faqs .store-faq-item__heading {
    font-size: 14px !important;
  }

  .hdg-18 {
    font-size: 16px;
  }

  .widget-box {
    padding: 10px;
  }

  .about-brand {
    height: 110px;
    -webkit-column-gap: 10px;
            column-gap: 10px;
  }

  .about-brand .b_logo {
    width: 110px;
  }

  .about-brand .b_desc {
    width: calc(100% - 120px);
  }

  .sub-heading {
    font-size: 12px;
    line-height: 16px;
  }

  .cpnList {
    padding: 0 0 10px 0;
  }

  .ftrBtns .cpn-sort {
    font-size: 11px;
    padding: 2px 4px;
    line-height: 16px;
  }

  .ftrBtns .cpn-sort span {
    display: none;
  }

  .cpn-left-side {
    width: 80px;
  }

  .cpn-left-side .ofr-square {
    width: 70px;
  }

  .cpn-right-side {
    -webkit-column-gap: 5px;
            column-gap: 5px;
    width: calc(100% - 80px);
  }

  .cpn-right-side .details-box {
    padding: 0;
    width: calc(100% - 40px);
  }

  .cpn-right-side .coupon-button-box {
    display: none !important;
  }

  .expiry-date {
    display: none;
  }

  .shoppers-sec {
    width: 35px;
  }

  .shoppers-sec .shoppers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .shoppers-sec p {
    display: none;
  }

  .coupon-col-details {
    display: none;
  }

  .coupon-table-header .coupon-col-expires {
    display: none;
  }

  .brand-text-sec {
    row-gap: 5px;
  }

  .brand-text-sec h1 {
    font-size: 16px;
  }

  .get-reward .reward-box {
    padding: 10px;
    row-gap: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .get-reward .reward-box .about-reward {
    width: 100%;
    -webkit-column-gap: 15px;
            column-gap: 15px;
  }

  .get-reward .reward-box .reward-action {
    width: 100%;
  }

  .save-section .save-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .cpn-left-side {
    width: 90px;
  }

  .cpn-left-side .ofr-square {
    width: 100%;
  }

  .cpn-right-side {
    width: calc(100% - 90px);
  }

  .cpn-right-side .details-box {
    width: calc(100% - 110px);
  }

  .cpn-right-side .coupon-button-box {
    display: none !important;
  }

  .cpn-right-side .expiry-date {
    display: none;
  }

  .cpn-right-side .shoppers-sec {
    width: 100px;
  }

  .coupon-col-details {
    display: none;
  }

  .coupon-table-header .coupon-col-expires {
    display: none;
  }

  .save-section .save-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

