/*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;
}

.join-now {
  margin-top: 5px;
  float: right;
  margin-left: 10px;
}

.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;
  max-width: 100px;
  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 {
    background-color: #602d6c;
    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 {
  background: #f1f1f1;
  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: 1;
  -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: #a245b8;
  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: #a60e85;
  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: #a60e85;
}

.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: #602d6c;
}

.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: #a60e85;
  margin: 15px auto;
  color: #fff;
  font-size: 15px;
  border-radius: 30px;
}

.cp-cpy-txt a {
  font-size: 18px;
  color: #a60e85;
  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 modals & pages - DealMeCoupon theme */

.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;
  position: relative;
  overflow: visible;
}

.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-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-form {
  text-align: left;
}

.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;
}

.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: #c81d4a;
  -webkit-box-shadow: 0 0 0 2px rgba(200, 29, 74, 0.15);
          box-shadow: 0 0 0 2px rgba(200, 29, 74, 0.15);
}

.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;
}

.auth-password-wrap {
  position: relative;
}

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

.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;
}

.auth-password-toggle:hover {
  color: #c81d4a;
}

.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;
}

.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;
}

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

.auth-btn-primary:hover,
.auth-btn-primary:focus {
  background-color: #a8183e;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.auth-link {
  color: #c81d4a;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
}

.auth-link:hover {
  color: #a8183e;
  text-decoration: underline;
}

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

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

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

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

.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;
}

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

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

/* 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;
}

.cat-header {
  border: 2px dashed #d3d3d3;
}

.sidebar-one {
  background-color: white;
  padding: 15px 15px;
  line-height: 32px;
  border: 1px solid #dcdcdc;
  margin-top: 15px;
}

.sidebar-one .offer-head {
  text-align: center;
  line-height: 27px;
  padding: 15px 0px;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 6px;
}

.sidebar-one .offer-head h3 {
  font-size: 24px;
  font-weight: 600;
}

.sidebar-one .offer-head p {
  font-size: 16px;
  font-weight: 500;
  color: dimgrey;
}

.sidebar-one .offers-body span {
  right: 0;
  float: right;
  font-size: 12px;
  font-weight: 600;
  color: #4d4d4d;
}

.sidebar-one .offers-body p {
  font-size: 12px;
  font-weight: 500;
  color: dimgrey;
}

.top-stores {
  background-color: white;
  padding: 15px 15px;
  line-height: 32px;
  border: 1px solid #dcdcdc;
  margin-top: 10px;
}

.top-stores .stores-head .filter-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top-stores .stores-head h3 {
  font-size: 18px;
  font-weight: 500;
  color: #585858;
}

.top-stores .stores-head span {
  cursor: pointer;
}

.top-stores .stores-head span:hover {
  color: #602d6c;
  text-decoration: underline;
}

.top-stores .stores-head h2 {
  font-size: 16px;
  font-weight: 500;
  color: #585858;
}

.top-stores .stores-head h2 small:hover {
  color: #602d6c;
  text-decoration: underline;
}

.top-stores .form-check-input {
  position: absolute;
  margin-top: 9px;
  margin-left: -21px;
}

.top-stores .form-check {
  position: relative;
  display: block;
  top: 3px;
  left: 12px;
}

.form-check-label {
  font-size: 16px;
  font-weight: 500;
  color: #585858;
}

.reveal-code-button:hover {
  text-decoration: none !important;
}

.coupon-type {
  background-color: white;
  padding: 15px 15px;
  line-height: 32px;
  border: 1px solid #dcdcdc;
  margin-top: 10px;
}

.coupon-type .coupon-type-head {
  line-height: 27px;
  padding: 15px 0;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 6px;
}

.coupon-type .coupon-type-head h3 {
  font-size: 18px;
  font-weight: 500;
  color: dimgrey;
}

.coupon-type .form-check-input {
  position: absolute;
  margin-top: 9px;
  margin-left: -21px;
}

.coupon-type .form-check {
  position: relative;
  display: block;
  top: 3px;
  left: 12px;
}

.coupon-type .coupon-type-head {
  font-size: 18px;
  font-weight: 500;
  color: #585858;
}

.sidebar-content {
  background-color: white;
  padding: 15px 15px;
  line-height: 32px;
  border: 1px solid #dcdcdc;
  margin-top: 10px;
}

.sidebar-content .sidebar-content-head {
  line-height: 27px;
  padding: 15px 0px;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 6px;
}

.sidebar-content .sidebar-content-head h3 {
  font-size: 18px;
  font-weight: 500;
  color: dimgrey;
}

.sidebar-content p {
  font-size: 16px;
  color: dimgrey;
  line-height: 20px;
}

.Browse {
  background-color: white;
  padding: 15px 22px;
  line-height: 32px;
  border: 1px solid #dcdcdc;
}

.Browse .Browse-head {
  text-align: center;
  line-height: 27px;
  padding: 15px 0;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 6px;
}

.Browse .Browse-head h3 {
  font-size: 18px;
  font-weight: 500;
  color: dimgrey;
}

.alp-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.alp-nav li {
  width: 40px;
  padding: 10px;
  font-size: 14px;
  line-height: 5px;
}

/*filter css*/

.overlay {
  height: calc(100vh - 165px);
  width: 0;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: scroll;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.overlay-content {
  position: relative;
  top: 0;
  width: 93%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.overlay a:hover,
.overlay a:focus {
  color: #7EE1D6;
}

.overlay .closebtn {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 31px;
  z-index: 1;
  float: right;
  color: whitesmoke;
  background-color: #d83a3a;
  padding: 4px 11px;
  border-radius: 22px;
}

.bottom-des {
  line-height: 24px;
  text-align: left;
  background-color: white;
  border: 1px solid #dcdcdc;
  margin-top: 10px;
}

.bottom-des h2,
.bottom-des h2,
.bottom-des h4,
.bottom-des h5,
.bottom-des h6,
.sidebar-content h2,
.sidebar-content h3,
.sidebar-content h4,
.sidebar-content h5,
.sidebar-content h6 {
  font-size: 18px;
  font-weight: 600;
  padding: 5px 0;
}

.bottom-des h2 {
  background: #f1f1f1;
  padding: 15px;
  font-weight: 500;
  font-size: 20px;
}

.bottom-des p {
  background: #fff;
  color: dimgrey;
}

.store-alp {
  color: dimgrey;
}

.store-alp h3 {
  color: dimgrey;
  font-size: 16px;
  font-weight: 500;
}

.ltr-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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 12px 0;
}

.ltr-nav li {
  padding: 7px;
  border: 1px solid #edecec;
  margin: 2px;
  width: 26px;
  text-align: center;
  background: #fff;
}

.btn-filter-clear {
  padding: 5px 35px;
  font-size: 16px;
  border: 1px solid purple;
  border-radius: 24px;
  margin: 0 10px;
}

.btn-filter-apply {
  padding: 5px 35px;
  font-size: 16px;
  background: purple;
  color: #fff;
  border-radius: 24px;
  margin: 0 10px;
}

input[type="checkbox"] + label {
  position: absolute;
  z-index: 100;
  overflow: hidden;
  height: 24px;
  width: 26px;
  right: 23px;
  top: 8px;
  display: block;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  background-color: #fff;
}

label svg {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  width: 24px;
  fill: #a7a7a7;
}

input[type="checkbox"]:checked + label svg {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  fill: red;
}

.store-header {
  height: 200px;
}

.star-rating {
  top: 100px;
}

/* Coupon Thumbnail */

.bg-white {
  background-color: #fff !important;
}

.evnt-hdng {
  font-size: 21px;
  font-weight: 700;
  line-height: 29px;
}

.home-heading h2 {
  color: #333;
  padding: 30px 0 15px;
  margin: 0;
  font-size: 24px;
}

.home-coupons {
  padding-bottom: 25px;
}

.home-coupons .col-lg-3 {
  background: #fff;
}

.shadow {
  -webkit-box-shadow: 4px 4px 5px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 4px 4px 5px 0 rgba(0, 0, 0, 0.15);
}

.m-4 {
  margin: 1.5rem !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.center:before,
.shadow:after {
  border-top: 1px solid #e16485;
  border-bottom: 1px solid #e16485;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.center:after,
.center:before {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transform-origin: center;
  transform-origin: center;
}

.center:after {
  border-left: 1px solid #b763ca;
  border-right: 1px solid #b763ca;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}

.center:after,
.center:before {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transform-origin: center;
  transform-origin: center;
}

.coupon-logo {
  width: 100%;
  height: 180px;
  padding: 5px;
  border-bottom: 1px solid #d9d9d9;
}

.coupon-logo .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;
  width: 135px;
  height: 105px;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px;
}

.coupon-text {
  min-height: 60px;
}

.coupon-title {
  font-size: 14px;
  line-height: 20px;
}

.coupon-title a:hover {
  color: #222;
  text-decoration: none;
}

.coupon-title a {
  color: #555;
}

.my-box {
  padding: 0 16px;
}

.coupon-button {
  padding: 12px 0;
}

.text-danger {
  color: #dc3545 !important;
}

.coupon-typeOne {
  color: aqua !important;
}

.coupon-ver {
  font-size: 12px;
  line-height: 18px;
}

.coupon-typeOne,
.coupon-verOne {
  display: inline-block;
  font-weight: bold;
}

.coupon-ver span {
  color: red;
}

.brand-name-deal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 38px;
}

.equal-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.text-dark {
  color: #343a40 !important;
}

.cpn .cpnbtm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.2em;
}

.cpn .cpnbtm .cpnbtn {
  text-align: center;
  font-size: .7em;
  padding: 10px 15px;
  -webkit-transition: .3s;
  transition: .3s;
  border: 1px dashed #99a0a3;
}

.cpn .cpnbtm .cpncbt {
  position: relative;
  padding: 0;
  width: 100%;
  height: 39px;
  -webkit-transition: .6s;
  transition: .6s;
}

.text-danger {
  color: #dc3545 !important;
}

.cpn .cpnbtm .cpncbt:hover .cpnbtx {
  width: 85%;
}

.cpn .cpnbtm .cpncbt .cpnbtx,
.cpn .cpnbtm .cpndbt {
  color: #fff;
  width: 100%;
  background-color: #d83a3a;
  padding: 10px 1px;
}

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

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

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

.cpn .cpnbtm .cpncbt .cpnbtx:after {
  pointer-events: none;
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  background: #fff;
  background: linear-gradient(225deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 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: .6s;
  transition: .6s;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.coupon-logo .offer-box {
  width: 135px;
  height: 105px;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.coupon-home {
  background-color: #FFFFFF;
  width: 100%;
}

@media (max-width: 575.98px) {
  input[type="checkbox"] + label {
    right: 70px;
    top: 16px;
  }

  .coupon-home {
    max-width: 265px !important;
    margin: 10px auto !important;
    min-width: 265px;
    min-height: 282px;
    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;
  }

  .coupon-logo {
    width: 156px;
    height: 90px;
    padding: 19px;
  }

  .coupon-title {
    font-weight: 500;
    line-height: 17px;
  }

  .coupon-button {
    padding: 10px 8px;
  }

  .cpn .cpnbtm .cpncbt .cpnbtx {
    font-size: 14px;
  }

  .top-stores-area {
    padding: 1px 0;
  }

  .evnt-hdng {
    font-size: 18px;
  }
}

.details-m {
  margin: 11px;
  border: 1px solid #d5d3d3 !important;
}

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

.send-email:focus {
  outline: none;
}

.send-email svg {
  margin: -2px;
}

.send-email:hover {
  text-decoration: none;
  color: #888;
}

.popover {
  max-width: 350px;
  border: none !important;
}

.popover-header {
  font-size: 16px;
  font-weight: 600;
  padding: 8px;
  width: 100%;
  text-align: center;
}

.email-pop form {
  margin: 0 20px;
}

.email-pop input {
  margin: 10px 0 7px 0;
  height: 30px;
  font-size: 12px;
  padding: 6px 10px;
  border: 1px solid #e6e8f2;
  width: 210px;
}

.email-pop button {
  background-color: #5ac8db;
  color: #fff;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  font-size: 14px;
  border: 1px solid #5ac8db;
}

.email-pop p {
  font-size: 12px;
  color: #aaabb3;
  text-align: center;
  padding-bottom: 4px;
}

/*
store styling*/

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

/*.store-logo img{
    height: 100%!important;
}*/

.sidebar {
  overflow: hidden;
  overflow-y: auto;
  max-height: 89vh;
}

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

.sidebar::-webkit-scrollbar,
.about-desc::-webkit-scrollbar {
  width: 7px;
  background-color: #F5F5F5;
}

.sidebar::-webkit-scrollbar-thumb,
.about-desc::-webkit-scrollbar-thumb {
  border-radius: 8px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #a245b8;
}

.sidebar-heading {
  border: 1px solid #f1f1f1;
  border-right: none;
  border-left: none;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: dimgrey;
}

.logo-box {
  /*height: 100px;
  max-height: 100px;*/
  border-bottom: 1px solid #f1f1f1;
  /*    flex-direction: column;*/
  text-transform: unset;
  padding: 3px;
  font-size: 11px;
  line-height: 13px;
}

.logo-box a {
  color: #555;
}

.logo-box a:hover {
  color: #c81d4a;
}

.logo-box img {
  max-width: 100%;
  max-height: 100%;
}

.logo-box svg {
  overflow: hidden;
  vertical-align: middle;
  margin-right: 4px;
}

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

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

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

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

.icon-box {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
}

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

.store-ttl {
  padding: 13px 0px 0px 0px;
}

.coupon-type-box li a {
  font-weight: 500;
  font-size: 15px;
  color: #585858;
}

.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;
}

#cssmenu-container {
  height: 220px;
  background-color: #CEE3F8;
}

#cssmenu {
  font-size: 14px;
  line-height: 1em;
  border-radius: 2px;
  overflow: hidden;
}

#cssmenu i {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}

#cssmenu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  float: left;
  margin: 0;
  padding: 0;
}

#cssmenu ul li {
  margin: 0;
}

#cssmenu ul li a {
  display: inline-block;
  font-family: sans-serif;
  font-size: 0.6em;
  font-weight: 600;
  padding: 5px 18px 5px 18px;
  margin-left: -10px;
  color: white;
  background-color: #743882;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0 100px 100px 0;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

#cssmenu ul li:hover a {
  background-color: #245e97;
}

#cssmenu ul li:first-child a {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 4px 18px;
}

#cssmenu ul li.active p {
  color: #c81d4a;
  background-color: #fff;
  border: 1px solid #743882;
  padding: 4px 18px;
  font-size: .6em;
  font-weight: 600;
  margin-left: -10px;
  text-transform: uppercase;
  border-radius: 0 100px 100px 0;
}

#cssmenu ul li.active + li p {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.site-breadcrumb {
  position: static;
  margin-bottom: 24px;
}

.store-link {
  font-size: 11px;
  line-height: 19px;
  color: #53595c;
  margin-bottom: 10px;
}

.event_star {
  cursor: pointer;
}

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

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

.star_big {
  background-position: 0 -62px;
  width: 145px;
}

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

.event_star {
  cursor: pointer;
}

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

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

.star_big {
  background-position: 0 -62px;
  width: 145px;
}

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

/*star rating 0*/

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

.star_big[data-starnum="0.1"] i,
.star_big[data-starnum="0.2"] i,
.star_big[data-starnum="0.3"] i,
.star_big[data-starnum="0.4"] i {
  width: 10px;
}

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

.star_big[data-starnum="0.6"] i,
.star_big[data-starnum="0.7"] i,
.star_big[data-starnum="0.8"] i,
.star_big[data-starnum="0.9"] i {
  width: 20px;
}

/*star rating 1*/

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

.star_big[data-starnum="1.1"] i,
.star_big[data-starnum="1.2"] i,
.star_big[data-starnum="1.3"] i,
.star_big[data-starnum="1.4"] i {
  width: 40px;
}

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

.star_big[data-starnum="1.6"] i,
.star_big[data-starnum="1.7"] i,
.star_big[data-starnum="1.8"] i,
.star_big[data-starnum="1.9"] i {
  width: 48px;
}

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

.star_big[data-starnum="2.1"] i,
.star_big[data-starnum="2.2"] i,
.star_big[data-starnum="2.3"] i,
.star_big[data-starnum="2.4"] i {
  width: 70px;
}

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

.star_big[data-starnum="2.6"] i,
.star_big[data-starnum="2.7"] i,
.star_big[data-starnum="2.8"] i,
.star_big[data-starnum="2.9"] i {
  width: 77px;
}

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

.star_big[data-starnum="3.1"] i,
.star_big[data-starnum="3.2"] i,
.star_big[data-starnum="3.3"] i,
.star_big[data-starnum="3.4"] i {
  width: 98px;
}

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

.star_big[data-starnum="3.6"] i,
.star_big[data-starnum="3.7"] i,
.star_big[data-starnum="3.8"] i,
.star_big[data-starnum="3.9"] i {
  width: 106px;
}

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

.star_big[data-starnum="4.1"] i,
.star_big[data-starnum="4.2"] i,
.star_big[data-starnum="4.3"] i,
.star_big[data-starnum="4.4"] i {
  width: 127px;
}

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

.star_big[data-starnum="4.6"] i,
.star_big[data-starnum="4.7"] i,
.star_big[data-starnum="4.8"] i,
.star_big[data-starnum="4.9"] i {
  width: 135px;
}

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

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

.star_in {
  background-position: 0 0;
  width: 85px;
}

.star_in i {
  background-position: 0 -17px;
  overflow: hidden;
}

.star_in[data-starnum="0"] i {
  width: 0;
}

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

.star_in[data-starnum="1"] i {
  width: 17px;
}

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

.star_in[data-starnum="2"] i {
  width: 34px;
}

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

.star_in[data-starnum="3"] i {
  width: 51px;
}

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

.star_in[data-starnum="4"] i {
  width: 68px;
}

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

.star_in[data-starnum="5"] i {
  width: 85px;
}

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

.star_small {
  background-position: 0 -34px;
  width: 70px;
}

.star_small i {
  background-position: 0 -48px;
  overflow: hidden;
}

.star_small[data-starnum="0"] i {
  width: 0;
}

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

.star_small[data-starnum="1"] i {
  width: 14px;
}

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

.star_small[data-starnum="2"] i {
  width: 28px;
}

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

.star_small[data-starnum="3"] i {
  width: 42px;
}

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

.star_small[data-starnum="4"] i {
  width: 56px;
}

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

.star_small[data-starnum="5"] i {
  width: 70px;
}

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

.border-share a {
  background: rgba(255, 255, 255, 0.92);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(255, 255, 255, 0.92)), color-stop(48%, rgba(227, 224, 227, 0.96)), color-stop(100%, white));
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.92) 0%, rgba(227, 224, 227, 0.96) 48%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
  -webkit-box-shadow: 2px 2px 3px 5px whitesmoke;
  box-shadow: 2px 2px 3px 5px whitesmoke;
  border: 3px solid #f3f3f3;
  width: 35px;
  height: 35px;
  border-radius: 30px;
}

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

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

.border-share a {
  color: #000;
}

.border-share a:hover {
  text-decoration: none;
}

.border-share {
  border: 3px solid #fff;
  border-radius: 20px;
  padding: 3px;
}

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

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

.sb-store-heading {
  font-size: 20px;
  font-weight: 600;
  color: #333;
}

.sb-store-desc p collapsible {
  font-size: 14px;
  font-family: 'karla', sans-serif;
  color: #333;
  /*letter-spacing: 1px;*/
  line-height: 20px;
}

@media (max-width: 575.98px) {
  .rating-text {
    font-size: 10px;
    width: 100%;
    padding-left: 7px;
  }

  .home-cat-heading {
    font-size: 14px;
  }

  .cat-polo {
    display: block;
  }

  .cat-polo li {
    width: 30%;
    border: none;
    margin: 3px;
    margin-right: 4px !important;
    -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.25);
    height: 130px;
  }

  .event-polo li {
    background-color: #fafafa;
    width: 30%;
    padding: 10px;
    border: none;
    margin: 3px;
    margin-right: 4px !important;
    -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.25);
  }

  .cat-polo-img {
    padding: 8px;
  }

  .brand-polo-img {
    padding: 8px;
  }

  .fluid-mobile {
    padding: 0;
  }

  .mobile-slider {
    display: block;
  }

  .coupon-type,
  .coupon-ver {
    padding: 0;
  }

  .coupon-text {
    margin: 15px 0 0 0 !important;
    min-height: 50px;
  }

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

  .cat-bg {
    padding: 0 30px;
    background-size: cover;
  }

  .top-images {
    width: 95px;
    height: 95px;
  }

  .home-heading h2 {
    font-size: 18px;
    padding: 20px 0;
  }

  .home-heading h1 {
    font-size: 18px;
    padding: 20px 0;
  }

  .home-coupons {
    padding-bottom: 20px;
    width: 100%;
  }

  .top-stores-area ul li:nth-child(15) {
    display: none;
  }

  .top-stores {
    margin-bottom: 4px;
  }

  .top-store-heading {
    font-size: 18px;
  }

  .top-stores-list {
    -webkit-column-count: 2;
            column-count: 2;
  }

  .top-stores-list li {
    font-size: 12px;
  }

  .about-heading {
    font-size: 18px;
  }

  .about-desc p {
    font-size: 14px;
  }

  .border-sep {
    border-bottom: none;
  }

  .nl-p-5 {
    padding: 2.4rem;
  }

  .category-cat-icons .cat-polo li {
    width: 30%;
    margin: 8px 4px;
    height: 140px;
  }

  .category-cat-icons .event-polo li {
    width: 45%;
    margin: 8px 12px;
  }

  .pagination {
    padding-top: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -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;
  }

  .pagination > li > a,
  .pagination > li > span {
    padding: 5px;
    font-size: 12px;
    border: 1px solid #fff;
  }

  .store-list ul li a {
    font-size: 13px;
  }

  .pagination > li:first-child > a {
    padding-right: 14px;
    border-radius: 0 !important;
  }

  .pagination > li:last-child > a {
    width: 30px;
    padding-left: 4px;
    border-radius: 0 !important;
  }

  .pagination li {
    height: 34px;
    margin: 0 2px;
  }

  .p-0-m {
    padding: 0;
  }

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

  .store-header {
    padding: 15px 18px 25px 6px !important;
    height: 115px;
  }

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

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

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

  .lst-up {
    padding-top: 7px;
    text-align: center;
    width: 100%;
    font-size: 13px;
    /*  float: right;
        position: relative;
        bottom: 33px; */
  }

  .store-stats {
    display: block;
    position: absolute;
    top: 30px;
    font-size: 13px;
  }

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

  .store-link {
    display: none;
  }

  .site-breadcrumb {
    top: 71px;
  }

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

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

  .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-col-0 {
    display: none;
  }

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

  .offer-box {
    width: 80px;
    height: 80px;
  }

  .offer-box {
    width: 80px;
    height: 90px;
    margin: 5px;
  }

  .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-title a {
    font-size: 14px;
    line-height: 17px;
  }

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

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

  .coupon-button-box {
    display: none;
  }

  .c-code {
    display: inline;
  }

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

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

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

  .latest-post li {
    font-size: 14px;
  }

  .details-header {
    padding: 5px 15px;
  }

  .details-header p {
    padding: 0 10px 10px;
  }

  .details-content span {
    font-size: 13px;
  }

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

  .details-header p {
    font-size: 12px;
  }

  .details-content {
    padding: 10px 25px;
    font-size: 12px;
  }

  .sb-store-desc {
    font-family: 'karla', sans-serif;
    font-size: 14px;
  }

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

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

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

  .store-desc-text h3 {
    font-size: 16px !important;
  }

  .snippet-heading {
    font-size: 14px;
  }

  .table-snippet thead td {
    font-size: 12px;
  }

  .c-verified-mobile {
    display: inline;
    font-size: 10px;
    color: #6c757d;
  }

  .star_big {
    background-position: 0 -1px;
    height: 17px;
    width: 90px;
  }

  .star_big i {
    background-position: 0px -18px;
    height: 17px;
  }

  .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;
  }

  .cat-header {
    margin-top: 67px;
  }

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

  .cp-nl-area {
    font-size: 14px;
    padding: 15px 25px;
  }

  .cp-form input {
    width: 50% !important;
  }

  .cp-p-5 {
    padding: 0 35px;
  }

  .cp-p-4 {
    padding: 15px;
  }

  .ltr-list {
    width: 70%;
  }

  .ltr-list ul {
    -webkit-column-count: 2;
            column-count: 2;
  }

  .ltr-list ul li {
    width: 100%;
  }

  .az-heading {
    font-size: 16px;
    padding: 20px 15px 3px 10px;
    background-color: #dee2e6;
  }

  .all-store-nav {
    background-color: #dde6e7;
    overflow-x: scroll;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }

  .all-store-nav > li > a {
    padding: 8px;
    border: none;
  }

  .all-store-nav > li:first-child > a {
    padding-right: 8px !important;
    border: none;
  }

  .ltr-more a {
    font-size: 13px;
  }

  .ltr-list ul li {
    font-size: 13px;
    overflow: hidden;
  }

  .all-store-nav {
    height: 65px;
  }

  .all-store-nav li {
    padding: 5px 12px;
    width: 49px;
    height: 40px;
    background-color: #fff;
  }

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

  /*.logo-box {
      height: 80px;
      max-height: 80px;
  }*/

  .az-nav {
    padding: 0;
  }

  .top-cat-head {
    text-align: center;
    font-size: 20px;
  }

  .store-ttl {
    padding: 15px 0px;
  }

  .top-head {
    padding-bottom: 0px;
  }

  .store-desc {
    border-top: none;
  }

  .sb-store-desc {
    border: 2px dashed #959595;
    border-bottom: none;
  }

  .store-link {
    font-size: 12px;
    position: initial;
    padding: 6px;
    font-weight: 600;
    color: #555;
    background-color: #fff;
    margin-bottom: 6px;
  }

  .store-link h2 {
    display: inline;
    line-height: 17px;
  }

  .banner {
    padding: 0 30px 0 20px;
    height: 120px;
  }

  .banner img {
    width: 77px !important;
    height: 79px !important;
  }

  .cp-code input {
    min-width: 190px !important;
  }

  .offer-heading {
    font-size: 12px;
    padding: 10px 8px;
  }

  .offer-heading a {
    font-size: 14px;
  }

  .coupons-heading {
    font-size: 13px;
    padding: 10px 8px 8px;
  }

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

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

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

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

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

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

  .p-a-h li {
    padding: 0;
  }

  .p-a-h li:first-child a {
    padding-right: 10px !important;
  }

  .p-a-h li:last-child a {
    padding-left: 10px !important;
  }

  .ltr-nav li {
    padding: 7px;
    border: 1px solid #fff;
    margin: 2px;
    font-size: 12px;
  }

  .cat-polo li {
    padding: 0;
  }

  .ctry-stores ul {
    padding: 10px;
  }

  .ctry-stores ul li {
    padding: 7px;
    font-size: 13px;
  }

  .browse-by {
    padding: 0;
    font-size: 13px;
  }

  .review-area h2,
  .review-area .input-area h3 {
    font-size: 14px;
  }

  .review-area .input-area textarea {
    width: 100%;
    font-size: 16px;
  }

  .review-area .input-area button {
    position: relative;
    bottom: 10px;
    left: 15px;
    padding: 2px 35px;
  }

  .comment-area {
    padding: 10px 20px 20px 40px;
  }

  .comment-area .comment-text {
    font-size: 14px;
  }

  .c-form form {
    width: 100%;
  }

  .c-icons {
    border-left: none;
  }

  .c-icons h3 {
    width: 100%;
  }

  .ftr-ctr ul {
    max-height: unset;
  }

  .ftr-ctr h3 {
    font-size: 18px;
  }
}

/* Modal Position Overside */

@media (min-width: 576px) {
  .modal-dialog {
    margin: 6.45rem auto;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .cat-polo {
    display: block;
  }

  .cat-polo li {
    background-color: #fafafa;
    width: 30%;
    padding: 10px;
    border: none;
    margin: 3px;
    margin-right: 4px !important;
    -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.25);
  }

  .event-polo li {
    background-color: #fafafa;
    width: 30%;
    padding: 10px;
    border: none;
    margin: 3px;
    margin-right: 4px !important;
    -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.25);
  }

  .cat-polo-img {
    padding: 8px;
  }

  .mobile-slider {
    display: block;
  }

  .top-stores-area ul li:nth-child(15) {
    display: none;
  }

  .top-stores-list {
    -webkit-column-count: 3;
            column-count: 3;
  }

  .category-cat-icons .cat-polo li {
    width: 30%;
    margin: 7px;
  }

  .category-cat-icons .event-polo li {
    width: 42%;
    margin: 20px;
  }

  .store-logo {
    width: 100px;
    height: 100px;
    padding: 5px;
  }

  .store-title {
    font-size: 18px;
  }

  .btn-visit {
    font-size: 12px;
    padding: 2px 26px;
  }

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

  .store-link {
    display: none;
  }

  .offer-box {
    width: 80px;
    height: 80px;
  }

  .offer-box {
    width: 80px;
    height: 80px;
    margin: 12px 0;
  }

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

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

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

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

  .free .line-2 {
    font-size: 12px;
  }

  .c-title a {
    font-size: 14px;
    line-height: 16px;
  }

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

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

  .coupon-button-box {
    padding: 0;
  }

  .coupons-list .cpnbtm {
    margin-top: 0;
  }

  .c-bottom,
  .coupon-top {
    display: none;
  }

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

  .latest-post li {
    font-size: 14px;
  }

  .sb-store-desc {
    font-size: 12px;
  }

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

  .store-desc-text h3 {
    font-size: 18px;
  }

  .all-store-nav {
    overflow-x: scroll;
  }

  .all-store-nav > li > a {
    padding: 8px;
  }

  .all-store-nav > li:first-child > a {
    padding-right: 8px !important;
  }

  .store-desc {
    border-top: none;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .cat-polo li {
    width: 17%;
  }

  .top-head {
    padding-bottom: 10px;
  }

  .event-polo li {
    width: 17%;
  }

  .cat-polo-img {
    height: 100px;
  }

  .event-polo .cat-polo-img {
    height: 180px;
  }

  .category-cat-icons .cat-polo li {
    width: 17%;
    margin: 7px;
  }

  .category-cat-icons .event-polo li {
    width: 30%;
    margin: 7px;
  }

  .store-link {
    display: none;
  }

  .btn-visit {
    font-size: 13px;
    padding: 1px 30px;
  }

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

  .store-title {
    margin-top: 20px;
    font-size: 21px;
  }

  .site-breadcrumb {
    margin-bottom: 0;
  }

  .offer-box {
    width: 80px;
    height: 80px;
    margin: 12px 0;
  }

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

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

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

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

  .free .line-2 {
    font-size: 12px;
  }

  .c-title a {
    font-size: 14px;
    line-height: 16px;
  }

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

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

  .coupon-button-box {
    padding: 0;
  }

  .coupons-list .cpnbtm {
    margin-top: 0;
  }

  .c-bottom,
  .coupon-top {
    display: none;
  }

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

  .latest-post li {
    font-size: 14px;
  }

  .sb-store-desc {
    font-size: 12px;
  }

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

  .store-desc-text h3 {
    font-size: 18px;
  }

  .top-head {
    padding-bottom: 0;
  }
}

.store-box::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(102, 102, 102, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

.store-box::-webkit-scrollbar {
  width: 7px;
  background-color: #fff;
}

.store-box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(177, 177, 177, 0.3);
  background-color: #fff;
}

.store-box {
  max-height: 140px;
  overflow-x: hidden;
}

.cd-main-content .sticky-me {
  position: -webkit-sticky;
  position: sticky;
  top: 95px;
}

.ipad-wd-sb {
  display: none;
}

.mobile-only {
  display: none;
}

/* Mobile & Ipad Devices Only */

@media (max-width: 992px) {
  .turquoise {
    color: #fff;
    width: 60%;
    background-color: #d83a3a;
    border-color: #d83a3a;
    font-size: 16px;
    padding: 9px 13px;
    -webkit-transition: .3s;
    transition: .3s;
    border-radius: 32px;
    border: 1px dashed #fff;
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
  }

  .turquoise:hover {
    background-color: #fff;
    color: #d83a3a;
    border: 1px dashed #d83a3a;
  }

  .filter-btn {
    margin-top: 5px;
  }

  .coupon-type .coupon-type-head {
    padding: 15px;
  }

  .coupon-type-box {
    padding: 15px;
  }
}

/* Desktop & Ipad Devices Only */

@media (min-width: 768px) {
  .pd-t-b {
    padding: 20px 0 30px 0;
  }
}

/* Smartphones Devices (Portrait) Mode */

@media (min-width: 320px) and (max-width: 479px) {
  .star-rating {
    display: none;
  }

  .site-breadcrumb {
    display: none;
  }

  .mobile-only {
    display: block;
  }

  .bottom-des {
    margin: 15px 0;
  }
}

/* Normal & Fold-able Smartphones Devices (Landscape) Mode */

@media (min-width: 480px) and (max-width: 767px) {
  .star-rating {
    display: none;
  }

  .site-breadcrumb {
    display: none;
  }

  .mobile-only {
    display: block;
  }

  .top-cat-head {
    text-align: center;
    font-size: 20px;
  }

  .coupon-home {
    max-width: 265px !important;
    margin: 10px auto !important;
    min-width: 265px;
    min-height: 282px;
    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;
  }

  .coupon-logo {
    height: 150px;
  }

  .store-ttl {
    padding: 15px 0;
  }

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

  .bottom-des {
    margin: 15px 0;
  }
}

/* Smartphones Devices In Landscape Mode Only */

@media (min-width: 480px) and (max-width: 767px) and (orientation: landscape) {
  .overlay {
    height: calc(100vh - 65px);
  }

  .overlay .closebtn {
    right: 50px;
  }

  .btn-control .d-flex {
    margin-bottom: 30px !important;
  }
}

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

@media (min-width: 768px) and (max-width: 991px) {
  .top-stores .stores-head h3 {
    font-size: 14px;
  }

  .top-stores .stores-head span {
    font-size: 14px;
  }
}

/* Tablet/iPad Devices Both (Portrait & Landscape) */

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

  .ipad-wd-sb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    display: block;
  }

  .ipad-wd {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 67%;
            flex: 0 0 67%;
  }

  .store-title {
    margin-top: 10px;
  }

  .site-breadcrumb {
    margin-bottom: 0;
  }
}

