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

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

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

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

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

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

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

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

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

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

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

.event_star {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.reveal-coupon {
  cursor: pointer;
}

.alert-msg {
  display: none;
}

.alert-success {
  color: #155724;
  font-size: 13px;
  margin-top: 10px;
}

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

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

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

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

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

.sidebar::-webkit-scrollbar-track,
.about-desc::-webkit-scrollbar-track,
.rltStrs ul::-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,
.rltStrs ul::-webkit-scrollbar {
  width: 7px;
  background-color: #F5F5F5;
}

.sidebar::-webkit-scrollbar-thumb,
.about-desc::-webkit-scrollbar-thumb,
.rltStrs ul::-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%;
  font-size: 19px;
  color: #444444;
  font-weight: 600;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.coupons-list .cpnbtm .cpncbt .cpnbtx,
.coupons-list .cpnbtm .cpndbt {
  color: #fff;
  width: 100%;
  background-color: #a60e85;
  padding: 10px 1px;
  height: 38px;
  border-radius: 20px;
}

.coupons-list .cpnbtm .cpncbt .cpnbtx-red,
.coupons-list .cpnbtm .cpndbt {
  background-color: #a60e85;
}

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

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

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

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

.coupons-list ul li {
  position: relative;
  background: #fff;
  margin: 10px 0 !important;
  border: 1px solid #d9d9d9;
  border-radius: 7px;
}

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

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

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

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

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

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

.c-title a {
  font-size: 18px;
  font-weight: 500;
  color: #444444;
  line-height: 24px;
  padding-top: 6px;
}

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

.c-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

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

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

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

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

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

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

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

.card {
  border: none;
}

.details-m {
  margin: 11px;
}

.store-desc {
  border: 1px dashed #959595;
}

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

.collapse,
.collapsing {
  border-top: 1px solid #d9d9d9;
}

.details-header p {
  color: #444444;
  padding: 0 10px 14px;
  font-weight: 600;
  font-size: 18px;
}

.details-content {
  padding: 0 10px 10px 10px;
  font-size: 14px;
  color: #000;
}

.details-content span {
  font-weight: 600;
  font-size: 16px;
  color: #000;
}

/*store description*/

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

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

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

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

.store-desc h3 span[style],
.store-desc h2 span[style] {
  font-size: 18px !important;
  color: #000;
  margin-bottom: 7px;
  font-weight: 600;
}

.store-desc h3,
.store-desc h2,
.store-desc h1,
.store-desc h4,
.store-desc h5,
.store-desc h6 {
  font-size: 18px !important;
  color: #000;
  margin-bottom: 7px;
  padding: 15px 0;
  font-weight: 600;
}

.store-desc ul li,
.store-desc-text ul li {
  list-style: disc;
  margin-left: 16px;
}

.store-desc ol li,
.store-desc-text ol li {
  list-style: disc;
  margin-left: 16px;
}

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

.store-desc p a {
  color: #a60e85;
  font-weight: 600;
}

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

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

.store-desc em,
.store-desc-text em {
  color: #067b91;
}

/*sidebar descrription*/

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

.sb-store-desc h3,
.sb-store-desc h2,
.sb-store-desc h1,
.sb-store-desc h4,
.sb-store-desc h5,
.sb-store-desc h6 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 25px;
}

.sb-store-desc ul li:before,
.store-desc-text ul li:before {
  content: '\25CB';
  margin-right: 10px;
  color: #a60e85;
}

.store-desc ul li:before,
.store-desc-text ol li:before {
  content: '\25CB';
  margin-right: 10px;
  color: #a60e85;
}

.store-desc ul li {
  list-style: none;
  text-indent: -21px;
  margin-left: 20px;
}

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

.sb-store-desc p a {
  color: #a60e85;
  font-weight: 600;
}

.sb-store-desc li a {
  font-weight: 600;
}

.sb-store-desc ul li {
  font-size: 14px;
  line-height: 19px;
  color: #333;
  padding-bottom: 8px;
  text-indent: -15px;
  margin: 10px 15px;
}

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

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

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

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

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

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

.sb-store-desc em,
.store-desc-text em {
  color: #067b91;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mobile-none {
    display: none;
  }

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

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

  .site-breadcrumb {
    top: 71px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .c-code {
    display: inline;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*theme_v2*/

.strHdr {
  padding-bottom: 25px;
}

.strLogo {
  width: 240px;
  height: 240px;
  background: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.strTitle {
  margin-top: 15px;
}

.strTitle h1 {
  color: #383838;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}

.strTitle p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

.sub-heading {
  font-size: 20px;
  font-weight: 600;
}

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

.strBtn {
  text-align: center;
}

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

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

.strTxt {
  font-size: 14px;
  color: #686868;
  font-weight: 500;
}

.brcLink li {
  color: #a60e85;
  font-size: 13px;
  padding: 0 10px;
  font-weight: 500;
}

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

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

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

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

.ftrBtns ul li {
  padding: 10px;
  border: 1px solid #a1a1a1;
  font-size: 15px;
  width: 100%;
  text-align: center;
}

.ftrBtns button {
  all: unset;
  cursor: pointer;
}

.ftrBtns button {
  color: #444444;
}

.ftrAtv {
  background: #a60e85;
}

.ftrAtv button {
  color: #fff;
}

/* Coupons UI */

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

.cpn-left-side {
  width: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cpn-left-side .ofr-square {
  width: 90px;
  row-gap: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cpn-left-side .separator-box {
  width: 20px;
  height: 105px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FFFFFF;
}

.cpn-left-side .separator-box .straight-line {
  width: 1px;
  height: 100%;
  background-color: #d9d9d9;
}

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

.cpn-right-side .details-box {
  width: calc(100% - 250px);
}

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

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

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

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

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

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

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

.cpnTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cpnTitle .title {
  color: #444;
  margin: 4px 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

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

.cpnVer {
  color: #444444;
  font-size: 13px;
}

.cpn-last-use {
  color: #444444;
  font-size: 13px;
  padding-top: 8px;
}

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

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

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

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

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

.cpnCmnts .hdn {
  padding: 10px;
}

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

.cpnUses {
  text-align: center;
}

.strCps {
  padding: 30px 0;
}

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

.allStrSb {
  margin-top: 27px;
  padding: 20px;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
}

.allStrSbHd {
  font-size: 18px;
  color: #383838;
}

.allStrSbHd::after {
  content: '';
  width: 20%;
  height: 3px;
  display: block;
  background: #a60e85;
}

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

.strDescMain {
  padding: 15px;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
}

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

.collapsible:hover {
  color: #000;
  text-decoration: none;
}

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

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

.details-header p::before {
  content: '';
  width: 10%;
  height: 3px;
  display: block;
  background: #a60e85;
  position: relative;
  top: 27px;
}

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

.table-snippet {
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  margin: 30px 0;
}

.snippet-heading {
  font-size: 18px;
  color: #333;
  padding: 30px;
  font-weight: 500;
}

.table-snippet td:first-child {
  padding-left: 30px;
}

.table-snippet td {
  padding: 15px;
}

.table-snippet thead tr {
  background: #a60e85;
  color: #fff;
}

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

.snippet-heading::before {
  content: '';
  width: 10%;
  height: 3px;
  display: block;
  background: #a60e85;
  position: relative;
  top: 27px;
}

.snippet-heading::after {
  content: '';
  width: 25%;
  height: 2px;
  display: block;
  background: #d9d9d9;
  margin-top: 7px;
}

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

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

.rltStrs h2 {
  line-height: 1.25;
}

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

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

.rltStrs ul li a {
  padding: 5px;
  font-size: 14px;
  color: #515151;
}

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

.author-widget {
  padding: 15px;
  position: relative;
  border-radius: 10px;
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
}

.author-widget .wdg-heading {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 20px;
}

.author-widget .author-info {
  gap: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}

.author-widget .author-info .author-image {
  width: 65px;
  height: 65px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
  border-radius: 50%;
}

.author-widget .author-info .author-image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #d9d9d9;
}

.author-widget .author-info .author-meta {
  row-gap: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(100% - 65px);
}

.author-widget .author-info .author-meta .author-name {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}

.author-widget .author-info .author-meta .author-name a {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.author-widget .author-info .author-meta .author-name a:hover {
  color: #602d6c;
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.author-widget .author-info .author-meta .job-title {
  font-size: 14px;
  font-style: italic;
}

.author-widget .author-edit {
  padding: 12px 0;
  margin-bottom: 16px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

.author-widget .author-edit p {
  font-size: 14px;
  line-height: 1.4;
}

.author-widget .author-edit p .edit-on {
  font-weight: 600;
}

.author-widget .author-description {
  margin-bottom: 15px;
}

.author-widget .author-description p {
  font-size: 15px;
  line-height: 1.6;
}

.author-widget .author-description a {
  color: #602d6c;
  font-weight: 600;
}

.author-widget .view-author {
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
}

.author-widget .view-author:hover {
  color: #602d6c;
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.row-gap-30 {
  row-gap: 30px;
}

.coupon-reaction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 15px;
          column-gap: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.coupon-reaction .coupon-like {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  border-radius: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #F5F5F5;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.coupon-reaction .coupon-like:hover {
  background-color: #E5E5E5;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.coupon-reaction .coupon-like.active {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.coupon-reaction .coupon-like.active svg {
  fill: #a245b8;
}

.coupon-reaction .coupon-like svg {
  fill: #909090;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.coupon-statistics {
  margin: 40px 0;
}

.coupon-statistics .curve-table {
  border-radius: 10px;
  border: 1px solid #d9d9d9;
}

.coupon-statistics .live-activity {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}

.coupon-statistics .custom-tbl {
  margin-bottom: 0;
  background-color: #ffffff;
}

.coupon-statistics .custom-tbl thead tr {
  background-color: #ffffff;
}

.coupon-statistics .custom-tbl thead .tbl-title {
  border: none;
  color: #2e3233;
  padding: 16px 30px;
  border-bottom: 1px solid #e5e5e5;
}

.coupon-statistics .custom-tbl tbody tr {
  background-color: #ffffff;
}

.coupon-statistics .custom-tbl tbody tr td {
  border-top: 1px solid #e5e5e5;
  padding: 11px 0;
}

.coupon-statistics .custom-tbl tbody tr:first-child td {
  border-top: none;
}

.coupon-statistics .custom-tbl .coupon-date {
  width: 150px;
  color: #777;
  font-size: 14px;
  font-weight: 400;
  padding-left: 30px;
  white-space: nowrap;
}

.coupon-statistics .custom-tbl .coupon-text {
  color: #2e3233;
  font-size: 14px;
  font-weight: 400;
  padding-right: 30px;
}

.coupon-statistics .custom-tbl .coupon-text a {
  color: #a60e85;
  text-decoration: none;
}

.coupon-statistics .custom-tbl .coupon-text a:hover {
  color: #a245b8;
}

.coupon-statistics .custom-tbl th,
.coupon-statistics .custom-tbl td {
  padding-top: 11px;
  padding-bottom: 11px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .strLogo {
    width: 180px;
    height: 180px;
    border-radius: 10px;
  }

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

  .ftrBtns ul li {
    font-size: 12px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .strLogo {
    width: 140px;
    height: 140px;
    border-radius: 10px;
  }

  .strTitle h1 {
    font-size: 22px;
  }

  .strTitle p {
    font-size: 14px;
  }

  .btnVst {
    padding: 10px 30px;
  }

  .shrIcons {
    padding: 0;
  }

  .strTxt {
    font-size: 12px;
  }

  .ftrBtns ul li {
    font-size: 12px;
    padding: 7px;
  }

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

  .alp-nav li {
    padding: 5px;
    width: 33px;
  }
}

@media (max-width: 767px) {
  .strHdr {
    padding-bottom: 15px;
  }

  .strLogo {
    width: 85px;
    height: 85px;
    border-radius: 10px;
  }

  .strTitle {
    margin-top: 0;
  }

  .strTitle h1 {
    font-size: 16px;
    margin-bottom: 0;
  }

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

  .mblVst {
    font-size: 13px;
    font-weight: 500;
    color: #a60e85;
  }

  .ftrBtns button {
    font-size: 10px;
  }

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

  .ftrBtns span {
    display: none;
  }

  .ftrBtns ul li {
    padding: 3px;
  }

  .ofrBox .line-1 {
    font-size: 11px;
  }

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

  .ofrBox .line-3 {
    font-size: 11px;
  }

  .ofrBox {
    height: 55px;
  }

  .cpnTyp {
    padding: 3px;
    font-size: 11px;
  }

  .cpnMeta {
    padding-bottom: 4px;
  }

  .cpnTitle {
    min-height: auto;
  }

  .cpn-last-use {
    padding-top: 4px;
  }

  .cpnTitle .title {
    padding-top: 0;
    font-size: 14px;
    line-height: 16px;
  }

  .cpnBName {
    font-size: 11px;
    top: unset;
  }

  .ftrBtns {
    padding: 10px 0 0 0;
  }

  .cpnCmnts {
    display: none;
  }

  .snippet-heading {
    font-size: 16px;
    padding: 15px;
  }

  .snippet-heading::before {
    display: none;
  }

  .table-snippet td {
    font-size: 13px;
    padding: 5px 10px;
    line-height: 18px;
  }

  .table-snippet td:first-child {
    padding-left: 15px;
  }

  .allStrSbHd {
    font-size: 16px;
  }

  .alp-nav {
    font-size: 10px;
  }

  .strDtls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .ftrBtns ul li:first-child {
    width: 70%;
  }

  .review-area p {
    font-size: 18px;
    line-height: 22px;
    padding: 15px 15px 25px 15px;
  }

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

  .review-area .input-area form {
    border-radius: 5px;
  }

  .allStrSb {
    margin-bottom: 20px;
  }

  .alp-nav {
    -ms-flex-line-pack: distribute;
        align-content: space-around;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }

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

  .rltStrs h2 span {
    color: #a60e85;
  }

  .cpnList {
    padding: 10px;
  }

  .cpn-left-side {
    width: 85px;
  }

  .cpn-left-side .ofr-square {
    width: 70px;
  }

  .cpn-left-side .separator-box {
    width: 15px;
    height: 76px;
  }

  .cpn-right-side {
    width: calc(100% - 85px);
  }

  .cpn-right-side .details-box {
    width: 100%;
  }

  .cpn-right-side .coupon-button-box {
    display: none !important;
  }

  .sub-heading {
    font-size: 16px;
  }
}

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

@media (min-width: 768px) and (max-width: 991px) {
  .rltStrs {
    margin-bottom: 25px;
  }

  .review-area p {
    font-size: 14px;
  }

  .review-area .input-area textarea {
    font-size: 14px;
    padding: 10px;
  }

  .review-area .input-area {
    margin: 0;
  }

  .cpnList {
    padding: 10px;
  }

  .cpn-left-side {
    width: 90px;
  }

  .cpn-left-side .ofr-square {
    width: 80px;
  }

  .cpn-left-side .separator-box {
    width: 10px;
  }

  .cpn-right-side {
    width: calc(100% - 90px);
  }

  .cpn-right-side .details-box {
    width: calc(100% - 160px);
  }

  .cpn-right-side .coupon-button-box {
    width: 150px;
  }
}

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

@media (min-width: 992px) and (max-width: 1200px) {
  .rltStrs {
    margin-bottom: 25px;
  }

  .review-area p {
    font-size: 15px;
  }

  .review-area .input-area {
    margin: 0;
  }

  .cpnList {
    padding: 10px;
  }

  .cpn-left-side {
    width: 90px;
  }

  .cpn-left-side .ofr-square {
    width: 80px;
  }

  .cpn-left-side .separator-box {
    width: 10px;
  }

  .cpn-right-side {
    width: calc(100% - 90px);
  }

  .cpn-right-side .details-box {
    width: calc(100% - 200px);
  }

  .cpn-right-side .coupon-button-box {
    width: 190px;
  }
}

