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

.home-cat-heading {
  padding: 10px;
  font-size: 20px;
  font-weight: 600;
  color: #555;
}

.cat-polo-text {
  font-size: 14px;
  text-align: center;
}

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

.cat-polo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cat-polo li {
  width: 12.5%;
  padding: 8px;
  border: 1px solid #b763ca;
  -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.1);
}

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

.home-top-deals {
  background-repeat: no-repeat;
  background-size: cover;
  height: 245px;
  position: relative;
}

.home-deals-details {
  background-color: #3336;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70px;
  margin: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-brand-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 135px;
  height: 103px;
}

.c-brand-link img {
  max-height: 100%;
  padding: 3px;
}

.home-deals-details:hover {
  height: 80px;
  padding: 7px 0;
}

.deal-logo {
  background-color: #fff;
  margin: 4px 15px;
  width: 25%;
  height: 56px;
}

.deal-text {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  width: 75%;
}

.deal-text p {
  line-height: 18px;
}

.deal-text h4 {
  font-size: 14px;
  padding-top: 6px;
}

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

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

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

.top-stores-area {
  padding-bottom: 25px;
}

/*home coupon boxes
*/

.coupon-logo {
  width: 135px;
  height: 105px;
  padding: 5px;
}

.coupon-title {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  line-height: 22px;
}

.coupon-text {
  margin: 26px 0;
  height: 40px;
}

.coupon-button {
  padding: 10px;
}

.coupon-button p {
  font-size: 13px;
}

.coupon-type {
  width: 48%;
  text-align: left;
  display: inline-block;
  padding: 0 10px;
}

.coupon-ver {
  width: 49%;
  text-align: right;
  display: inline-block;
  padding: 0 10px;
}

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

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

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

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

.cpn .deal .cpncbt:hover .cpnbtx {
  width: 100%;
}

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

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

.cpn .cpnbtm .cpncbt .cpnbtx:after {
  pointer-events: none;
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  background: #fff;
  background: linear-gradient(225deg, 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);
}

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

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

/*coupons-list button*/

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

.cpn .cpnbtm button {
  background-color: #fff;
}

.cpn .cpnbtm button:focus {
  border: none !important;
  outline: none !important;
}

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

.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 .cpncbt:hover .cpnbtx {
  width: 85%;
}

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

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

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

.coupons-list .cpnbtm .cpncbt .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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.2em;
}

.draw {
  -webkit-transition: color 0.1s;
  transition: color 0.1s;
}

.draw::before,
.draw::after {
  border: 1px solid transparent;
  width: 0;
  height: 0;
}

.draw::before {
  top: 0;
  left: 0;
}

.draw::after {
  bottom: 0;
  right: 0;
}

.draw:hover::before,
.draw:hover::after {
  width: 100%;
  height: 100%;
}

.draw:hover::before {
  border-top: 1px solid #e16485;
  border-bottom: 1px solid #e16485;
  -webkit-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}

.draw:hover::after {
  border-left: 1px solid #b763ca;
  border-right: 1px solid #b763ca;
  -webkit-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}

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

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

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

.center:hover::before,
.center:hover::after {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  transition: -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

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

.shadow::before,
.shadow::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}

/* Top Stores */

.top-stores-area ul {
  list-style: none;
  padding: 5px 3px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 10px;
}

.top-stores-area ul li {
  padding: 4px;
  margin: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
}

.top-stores-area ul .see-all {
  background-color: #fff;
  border: 1px dashed #b763ca;
}

.f-content .content-overlay {
  background: #b763cac7;
  position: absolute;
  height: 101%;
  width: 101%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.top-images img {
  max-width: 100%;
  max-height: 100%;
}

.content-overlay {
  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;
  text-align: center;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content-overlay h3 {
  color: #fff !important;
}

.content-image {
  width: 100%;
}

.f-content {
  position: relative;
  margin: auto;
  overflow: hidden;
}

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

.f-content:hover .content-overlay {
  opacity: 1;
}

/*
.top-stores {
  border-right: 1px dashed #959595;
  border-left: 1px dashed #959595;

}

.top-store-heading {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  background-color: #9442a7;
}

.top-stores-list {
  column-count: 3;
  padding: 32px;
}

.top-stores-list li {
  padding: 10px 10px 0 0;
  font-size: 14px;
}
*/

.top-stores-list li a:hover,
.ctry-stores li a:hover {
  color: #d83a3a;
}

.about-heading {
  font-weight: 600;
  color: #555;
  font-size: 24px;
}

.about-desc {
  line-height: 26px;
  max-height: 572px;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-box-shadow: inset 0 0 30px -20px black;
  box-shadow: inset 0 0 30px -20px black;
  font-size: 15px;
}

.bg-border {
  border: 3px solid #b763ca;
  border-right: none;
  border-left: none;
}

.border-h-3 {
  height: 3px;
}

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

.img-height {
  max-height: 100%;
}

/** Mobile Version **/

@media (max-width: 575.98px) {
  .sponsored {
    padding: 0 !important;
  }

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

  .mobile-none {
    display: none;
  }

  .cat-polo {
    display: block !important;
  }

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

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

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

  .mobile-slider {
    display: block;
  }

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

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

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

  .coupon-home {
    max-width: 265px;
    margin: 10px auto !important;
    padding: 8px 16px;
  }

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

  .coupon-text {
    margin: 16px 0;
  }

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

  .coupon-title {
    font-weight: 500;
  }

  .coupon-type {
    width: 30%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .cat-polo li {
    padding: 0;
  }

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

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

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

  .c-brand-link {
    height: 86px;
  }

  .home-cat-icons .cat-polo {
    gap: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .home-cat-icons .cat-polo li {
    margin: 0 !important;
    width: calc(33.3333% - 15px);
  }

  .home-cat-icons ul li:nth-child(7),
  .home-cat-icons ul li:nth-child(8) {
    display: none;
  }
}

/* Smartphones Devices */

@media (min-width: 320px) and (max-width: 479px) {
  .home-deals-details {
    height: 90px;
  }

  .home-deals-details:hover {
    height: 100px;
    padding: 0;
  }

  .deal-text h4 {
    padding-top: 4px;
  }

  .cpn-verf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

/* Smartphones Devices In (Landscape Mode) */

@media (min-width: 480px) and (max-width: 767px) {
  .cpn-verf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .coupon-home {
    max-width: 45%;
    min-width: 45%;
    margin: 10px auto !important;
    padding: 8px 16px;
  }

  .home-cat-icons .cat-polo {
    gap: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .home-cat-icons .cat-polo li {
    margin: 0 !important;
    width: calc(25% - 12px);
  }
}

/* Tablet/iPad Devices */

@media (min-width: 768px) and (max-width: 1200px) {
  .home-top-deals {
    background-position: center;
    height: 360px;
  }

  .deal-logo {
    width: 15%;
    height: 56px;
  }

  .deal-text {
    font-size: 16px;
    width: 85%;
  }

  .deal-text h4 {
    font-size: 16px;
  }

  .banner-mb a img {
    width: 100%;
  }

  .cpn-verf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .coupon-home {
    max-width: 45%;
    min-width: 45%;
    margin: 10px auto !important;
    padding: 8px 16px;
  }

  .home-cat-icons .cat-polo {
    gap: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .home-cat-icons .cat-polo li {
    margin: 0 !important;
    width: calc(25% - 12px);
  }
}

