body {
  background-color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  color: #232323;
}

body * {
  word-break: break-all;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

a,
a:focus {
  color: #232323;
  outline: none;
  transition: all 0.15s ease;
}

a:hover {
  text-decoration: none;
  color: #b71427;
}

a:focus {
  text-decoration: none;
}

hr {
  border: 1px solid #f0efef;
  margin: 15px 0;
}

.inline-ul-list li {
  display: inline-block;
}

.inline-ul-list li:not(:last-child) {
  margin-right: 20px;
}

.menu-top-links {
  padding: 10px 0;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.menu-top-links .inline-ul-list li i {
  margin-right: 5px;
}

.h-links {
  display: flex;
  flex-direction: row;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  align-items: center;
  align-content: center;
  justify-content: flex-end;
  font-size: 1.6rem;
}
.h-links a {
  color: #4d8c2a;
}

.h-links a:not(:last-child) {
  margin-right: 10px;
}

.h-links a:hover {
  text-decoration: underline;
}

.h-links a i {
  margin-right: 5px;
}

.h-dropdown {
  position: relative;
  display: inline-block;
}

.h-dropdown > a {
  margin-right: 0;
}

.h-dropdown-menu {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 8px 0;
  min-width: 160px;
  list-style: none;
  margin: 0;
  z-index: 9999;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.h-dropdown-menu li a {
  display: block;
  padding: 8px 16px;
  white-space: nowrap;
  margin-right: 0 !important;
}

.h-dropdown:hover .h-dropdown-menu {
  display: block;
}

.h-search {
  background-color: transparent;
  border-color: transparent;
  border-bottom: 1px solid #232323;
  margin-bottom: 0;
  padding-left: 0;
  color: #232323;
  box-shadow: none;
}

.h-search::-webkit-input-placeholder {
  color: #232323;
  opacity: 1;
}

.h-search::-moz-placeholder {
  color: #232323;
  opacity: 1;
}

.h-search:-ms-input-placeholder {
  color: #232323;
  opacity: 1;
}

.h-search:-moz-placeholder {
  color: #232323;
  opacity: 1;
}

.search-results-row [class^="col"] {
  line-height: 30px;
}

.menu-middle-links img {
  max-width: 320px;
  max-height: 200px;
}

.menu-middle-links .row {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media screen and (max-width: 992px) {
  .menu-middle-links .row.row-table,
  .menu-middle-links .logo-m,
  .menu-middle-links .search-m {
    display: block;
  }
}

.main-nav-container {
  background-color: #f5f5f5;
  margin-top: 20px;
}

.main-nav-container li a {
  border-radius: 0px !important;
}

.main-nav > li {
  display: inline-block;
}

.main-nav > li > a {
  margin-right: 5px;
  display: inline-block;
  padding: 18px 12px;
  color: black;
  font-weight: 700;
  transition: all 0.15s ease;
}

.main-nav > li:hover > a,
.main-nav > li.active > a,
.main-nav li.child-active > a {
  color: white;
}

.main-nav li {
  position: relative;
  z-index: 999;
  font-size: 15px;
}

.main-nav li:hover > ul {
  display: block;
}

.main-nav > li ul {
  display: none;
  position: absolute;
  top: 100%;
  background-color: #6dbdd6;
  min-width: 190px;
}

.main-nav > li ul ul {
  top: 0;
  left: 100%;
}

.main-nav > li > ul li {
  display: block;
  transition: all 0.15s ease;
}

.main-nav > li > ul li a {
  display: block;
  padding: 8px 5px;
  color: #fff;
  font-weight: 700;
}

.main-nav > li ul li:hover,
.main-nav > li ul li.active {
  background-color: #b71427;
}

.main-nav > li ul li a > i {
  float: right;
  margin-top: 2px;
}

.main-nav > li.menu-li-right {
  float: right;
}

.main-nav > li.menu-li-right > a {
  background-color: #b71427;
  margin-right: 0;
}

.main-nav > li.menu-li-right:hover > a {
  background-color: #6dbdd6;
}

.items-list {
  padding: 120px 0;
}

.items-list h2 {
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  margin: 0 15px 60px 15px;
}

.items-list h5 {
  line-height: 1.5em;
  text-align: center;
  margin: -40px 15px 60px 15px;
}

.items-list h5 span {
  color: #6dbdd6;
}

.store-logos-list {
  margin-bottom: 60px;
}

.store-logos-list a {
  display: inline-block;
  background-color: #fff;
  width: calc(25% - 15px);
  height: 100px;
  line-height: 100px;
  text-align: center;
  margin-bottom: 15px;
  border: 1px solid #d4d4d4;
  transition: all 0.85s ease;
}

.store-logos-list a:hover {
  border-color: #6dbdd6;
  transition: all 0.85s ease;
}

.store-logos-list a:not(:nth-child(4n)) {
  margin-right: 15px;
}

.store-logos-list img {
  display: inline-block;
  max-width: 80%;
  max-height: 80%;
}

body.search-popup-active {
  overflow: hidden;
}

.general-search-container.search-container {
  position: relative;
  background: url("/content/themes/Coupy/assets/img/cover.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
@media screen and (max-width: 992px) {
  .search-container .sc-title h2 {
    font-size: 25px !important;
    word-break: keep-all;
  }
}
.search-container:not(.fixed-popup):before {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 21, 26, 0);
  content: " ";
  z-index: 0;
}

.search-container:not(.fixed-popup):after {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  content: " ";
  z-index: -1;
}

.search-container .sc-title {
  padding-top: 200px;
}

.search-container.fixed-popup .sc-title {
  padding-top: 0;
}

.search-container .sc-title h2 {
  color: #fff;
  font-size: 45px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 70px;
}

.search-container .sc-title h2 span {
  color: #6dbdd6;
}

.search-container.fixed-popup .sc-title h2 {
  color: #232323;
}

.search-container .sc-form {
  padding: 30px 0 200px 0;
}

.search-container.fixed-popup .sc-form {
  padding-bottom: 20px;
}

.search-container input {
  background-color: #232323;
  width: 100%;
  line-height: 50px;
  padding: 0 10px 0 45px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  border: 0;
  box-shadow: none;
  transition: all 0.35s ease;
}
.general-search-container input {
  background-color: #8aee8c40;
  width: 100%;
  line-height: 50px;
  padding: 0 10px 0 45px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  border: 0;
  box-shadow: none;
  transition: all 0.35s ease;
  border-radius: 8rem;
  border-style: solid;
  border-width: 0.2rem;
}

.search-container input:focus {
  background-color: #6dbdd6;
  border: 0;
}

.search-container .search-input {
  position: relative;
}

.search-container .search-input i {
  position: absolute;
  top: 13px;
  left: 15px;
  color: #fff;
  font-size: 22px;
}

.search-header {
  display: flex;
  flex-direction: row;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  align-items: center;
  align-content: center;
}
.search-header > input {
  margin-bottom: 0px;
  margin-top: 0px;
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
}
.search-header > i {
  width: 50px;
  padding: 1rem;
  font-size: 2.3rem;
  background-color: #4d8c2a;
  color: white;
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
}

.search-container .sc-select .category-select {
  position: relative;
}

.search-container .sc-select .category-select > a {
  display: block;
  background-color: #232323;
  line-height: 50px;
  padding: 0 10px;
  color: #fff;
  font-weight: 700;
  transition: all 0.35s ease;
}

.search-container .sc-select .category-select > a:hover {
  background-color: #6dbdd6;
}

.search-container .sc-select .category-select > a i {
  float: right;
  line-height: 50px;
}

.search-container .sc-select ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  margin-top: 5px;
  z-index: 999;
}

.search-container .sc-select ul li {
  background-color: rgba(15, 21, 26, 0.9);
}

.search-container .sc-select ul li a {
  display: block;
  padding: 10px 5px;
  color: #fff;
  font-weight: 700;
  transition: all 0.15s ease;
}

.search-container .sc-select ul li a:hover {
  background-color: #b71427;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  font-size: 50px;
  transition: all 0.15s ease;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  position: absolute;
  top: calc(50% - 45px);
  opacity: 0.5;
}

.owl-dots {
  text-align: center;
}

.owl-dots .owl-dot {
  display: inline-block;
  background-color: #232323;
  width: 7px;
  height: 7px;
  margin: 0 2px;
  border-radius: 50%;
  opacity: 0.5;
}

.owl-nav .owl-prev.disabled,
.owl-nav .owl-next.disabled {
  opacity: 0.1;
}

.owl-nav .owl-prev:not(.disabled):hover,
.owl-nav .owl-next:not(.disabled):hover,
.owl-dots .owl-dot.active {
  opacity: 1;
}

.owl-nav .owl-prev {
  left: -30px;
}

.owl-nav .owl-next {
  right: -30px;
}

.user-menu {
  background-color: #fff;
  padding: 15px;
  border: 1px solid #f0efef;
}

.user-menu > li:not(:last-child) {
  border-bottom: 1px solid #f0efef;
}

.user-menu li a {
  display: block;
  line-height: 40px;
}

.user-menu li.active > a {
  color: #b71427;
}

.user-menu li a > i:first-child {
  margin-right: 5px;
  width: 15px;
}

.user-menu li a > i.fa-caret-down {
  float: right;
  display: block;
  line-height: 40px;
}

.user-menu > li ul {
  display: none;
  margin: 0 0 5px 15px;
}

.user-menu > li.active ul {
  display: block;
}

.user-menu > li ul li a {
  line-height: 30px;
}

.user-header {
  display: table;
  background-color: #232323;
  color: #fff;
  width: 100%;
  margin-bottom: 30px;
}

.user-header > img {
  display: table-cell;
  min-height: 90px;
  max-height: 100px;
  max-width: 100px;
}

.user-header > .user-header-right {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding-left: 30px;
}

.user-header > .user-header-right h3 {
  margin: 0 0 10px 0;
}

.user-header > .user-header-right h5 {
  display: inline-block;
  margin: 0 10px 0 0;
}

.user-header a {
  color: #fff;
  text-transform: uppercase;
}

.user-header a:hover {
  color: #b71427;
}

input.share-link {
  background: none;
  color: #232323;
  font-size: 30px;
  text-align: center;
  border: 0;
  box-shadow: none;
}

input.share-link:focus {
  background: none;
  border: 0;
}

.button-set {
  display: inline-block;
}

.button-set li {
  display: inline-block;
}

.button-set li:not(:last-child) {
  margin-right: 5px;
}

.button-set li a {
  display: block;
  line-height: 27px;
  padding: 0 10px;
  color: #fff;
  border-bottom: 1px solid transparent;
}

.button-set li a:hover,
.button-set li.selected a {
  border-bottom: 1px solid #fff;
}

.button-set li.selected a {
  opacity: 0.8;
}

.store-single h1 {
  font-weight: 700;
}

.store-single .rating a,
.coupon-single .rating a {
  display: inline-block;
}

.store-single .links-list,
.coupon-single .links-list,
.description-links {
  margin-top: 20px;
}

.description-links .price-list {
  padding-left: 0;
}

.store-single .links-list li:not(:last-child),
.coupon-single .links-list li:not(:last-child),
.description-links li:not(:last-child) {
  margin-bottom: 5px;
}

.store-single .links-list > li,
.coupon-single .links-list > li,
.description-links > li {
  position: relative;
  padding-left: 20px;
}

.store-single .links-list li i,
.coupon-single .links-list li i,
.description-links li i {
  position: absolute;
  top: 2.5px;
  left: 0;
}

.store-single .links-list .store-hours {
  display: none;
  margin-top: 5px;
}

.store-single .links-list .htoday {
  color: #b71427;
}

.page-intro {
  position: relative;
  text-align: center;
  padding: 100px 0;
  background: url(/content/themes/Coupy/assets/img/cover.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.page-intro > .page-intro-content {
  position: relative;
  z-index: 1;
}

.page-intro:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  /*background-color: #000;*/
  opacity: 0.4;
  z-index: 0;
}

.page-intro h1 {
  color: #fff;
  font-weight: 700;
  font-size: 50px;
  z-index: 99;
}

.nice-info {
  background-color: #fff;
  border-left: 3px solid #6dbdd6;
  padding: 10px;
  margin-bottom: 20px;
}
.nice-info h3 {
  margin-top: 0;
}
.nice-info a {
  color: #337ab7;
}

.letters-container {
  margin-top: 4px;
}

.letters-container .letters li {
  display: inline-block;
  min-width: 30px;
  margin: 0 2px 4px 2px;
  text-align: center;
  line-height: 30px;
}

.letters-container .letters li a {
  display: block;
  padding: 0 5px;
  border: 1px solid #6dbdd6;
  color: #232323;
}

.letters-container .letters li a:hover,
.letters-container .letters li.selected a {
  background-color: #b71427;
  border: 1px solid #b71427;
  color: #fff;
}

footer.main {
  background-color: white;
  padding: 8px 0;
  color: #292929;
  font-size: 12px;
  padding: 20px 0;
  border-top: 1px solid #939393;
}

footer .site_description {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #555;
}

footer.main h5 {
  font-weight: 800;
}

footer a {
  color: #292929;
  font-weight: 700;
}

footer a:hover {
  text-decoration: underline;
}

footer.main ul {
  margin-top: 15px;
}

footer.main ul li:not(:last-child) {
  margin-bottom: 6px;
}

footer.main ul li:after {
  display: block;
  border: 1px solid red;
  height: 5px;
  width: 100%;
}

footer.footer-bottom {
  background-color: white;
  padding: 15px 0;
  color: #292929;
  font-size: 12px;
  font-weight: 700;
  border-top: 1px solid gray;
}

footer .social-links li {
  display: inline-block;
}

footer .social-links li:not(:last-child) {
  margin-right: 5px;
}

footer .social-links li a {
  display: block;
  border: 1px solid #fff;
  border-radius: 50%;
  line-height: 30px;
  width: 30px;
  text-align: center;
  box-sizing: initial;
}

footer #widget_newsletter input {
  background: none;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  padding-left: 0;
  border-bottom: 2px solid #e94167;
}

footer #widget_newsletter input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

footer #widget_newsletter input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

footer #widget_newsletter input:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

footer #widget_newsletter input:-moz-placeholder {
  color: #fff;
  opacity: 1;
}

footer .social-links li a:hover {
  background: #b71427;
  color: #fff;
}

footer .fo-newsletter input {
  color: #232323;
  border: 0;
  box-shadow: none;
}

.site-languages.inline-ul-list li {
  margin-right: 5px;
}

.site-languages li img {
  max-width: 19px;
}

.site-languages li:hover img {
  opacity: 10;
}

.pages-nav {
  font-size: 14px;
  margin-top: 20px;
}

.pages-nav > span {
  margin-right: 20px;
}

.pages-nav .num {
  float: right;
}

.tooltip {
  min-width: 100px;
}

#map_wrapper {
  height: 400px;
  margin-bottom: 15px;
}

#map_canvas {
  width: 100%;
  height: 100%;
}

.push-container {
  position: relative;
  min-height: 80vh;
}

.push-left,
.push-right {
  position: absolute;
  max-height: 80vh;
  overflow: auto;
}

.push-left {
  left: 0;
}

.push-right {
  right: 0;
}

#search-popup {
  display: none;
  position: fixed;
  background-color: #f8f9f9;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  z-index: 999999;
}

#search-popup.visible {
  display: block;
}

#search-popup > .search-popup-content {
  display: table;
  width: 100%;
  height: 100%;
}

#search-popup > .search-popup-content > .search-popup-main {
  display: table-cell;
  vertical-align: middle;
}

#search-popup > .search-popup-content > .search-popup-main > .search-popup-links {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 15px;
  background-color: #f8f9f9;
  text-align: center;
}

#search-popup > .search-popup-content > .search-popup-main > .search-popup-links > a.close-search-popup {
  font-size: 40px;
  line-height: 1;
}

.question {
  border: 1px solid #232323;
}

.question:not(:last-child) {
  margin-bottom: 5px;
}

.question > a {
  display: block;
  background-color: #232323;
  color: #fff;
  padding: 10px;
  font-size: 14px;
}

.question > a:hover {
  background-color: #b71427;
}

.question > .answer {
  display: none;
  padding: 10px;
}

[data-copy-this] + input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 0.1px;
  height: 0.1px;
  padding: 0;
  margin: 0;
  border: 0;
  box-shadow: none;
  outline: none;
}

[data-copy-this] + input:focus {
  border: 0;
}

.mmenu {
  position: relative;
  display: none;
  width: 45px;
  height: 35px;
  margin-top: 9px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  background-color: orange;
}

.mmenu span {
  display: block;
  position: absolute;
  height: 6px;
  width: 100%;
  background-color: #fff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.mmenu span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.mmenu span:nth-child(2) {
  top: 12px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.mmenu span:nth-child(3) {
  top: 24px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.mmenu.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -4px;
  left: 8px;
}

.mmenu.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.mmenu.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 28px;
  left: 8px;
}

.mobile-nav > div {
  display: inline-block;
}

.mobile-nav .mobile-nav-links {
  float: right;
  margin-right: 10px;
}

.mobile-nav .mobile-nav-links img {
  float: left;
  max-height: 45px;
  max-width: 60px;
}

.mobile-nav .mobile-nav-links a.button {
  display: inline-block;
  background-color: rgba(15, 21, 26, 0.9);
  line-height: 45px;
  width: 45px;
  color: #fff;
  text-align: center;
}

.mobile-nav .mobile-nav-links a.button:hover {
  background-color: #b71427;
}

.mobile-nav .mobile-nav-links a.button > i.fa {
  font-size: 20px;
}

.search-input input::-webkit-input-placeholder {
  opacity: 1;
  color: #fff;
}
.search-input input::-moz-placeholder {
  opacity: 1;
  color: #fff;
}
.search-input input:-ms-input-placeholder {
  opacity: 1;
  color: #fff;
}
.search-input input:-moz-placeholder {
  opacity: 1;
  color: #fff;
}

.bgGray {
  background-color: #f8f9f9;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.32);
}

.submit_coupons_steps li.checked {
  text-decoration: line-through;
}

.submit_coupons_steps li span {
  display: inline-block;
  width: 30px;
}

.submit_coupons_steps li {
  font-size: 24px;
  font-weight: 600;
}

.submit_coupons_steps li:not(:last-child) {
  margin-bottom: 10px;
}

/* MOBILE VIEW & THEME MANDATORY */

@media only screen and (max-width: 992px) {
  .push-left,
  .push-right {
    position: relative;
  }
}

@media only screen and (max-width: 768px) {
  .icon-button {
    margin-left: 0;
    margin-bottom: 5px;
  }

  .icon-button span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 200px;
  }

  .mobile_view {
    display: none;
  }
}

.product,
.coupon,
.store,
.review,
.reward {
  position: relative;
  background-color: #f8f9f9;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.4);
  margin: 15px 0;
  border-radius: 0.5rem;
  cursor: pointer;
  overflow: hidden;
  transition: box-shadow 285ms ease-out;
}

.product:hover,
.coupon:hover,
.store:hover,
.review:hover,
.reward:hover {
  outline: 2px solid #bd2036;
  box-shadow: 0.125rem 0.5rem 0.625rem rgb(0 0 0 / 20%);
}

.review,
.reward {
  padding: 20px;
}

.review img {
  max-width: 100px;
  max-height: 100px;
}

.review .description {
  margin-bottom: 10px;
}

.product .img-preview {
  position: relative;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  height: 170px;
}

.product .img-preview .heart,
.coupon .img-preview .heart,
.store .img-preview .heart,
.store .img-preview .favorite {
  position: absolute;
  top: 3px;
  left: 3px;
  font-size: 16px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background-color: rgb(255 255 255 / 60%);
}

.product .img-preview .heart:hover,
.coupon .img-preview .heart:hover,
.store .img-preview .heart:hover,
.store .img-preview .favorite:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

.store .img-preview .favorite {
  left: auto;
  right: 3px !important;
}

.product .img-preview .heart a,
.coupon .img-preview .heart a,
.store .img-preview .heart a,
.store .img-preview .favorite a {
  color: #b71427;
}

.coupon .img-preview,
.store .img-preview {
  background-color: #fff;
  line-height: 140px;
  text-align: center;
  height: 165px;
}

.coupon .img-preview > img,
.store .img-preview > img {
  height: 100%;
  width: 100%;
}

.product .img-preview .text-preview,
.coupon .img-preview .text-preview {
  position: absolute;
  top: 3px;
  right: 3px;
  background-color: #fff;
  height: 30px;
  line-height: 30px;
  font-weight: 700;
  padding: 0 10px;
  border: 1px solid #d4d4d4;
}

.product .info,
.coupon .info,
.store .info {
  padding: 6px 10px;
}

.product .info h5,
.coupon .info h5,
.store .info h5 {
  font-size: 16px;
  font-weight: 800;
  line-height: 22px;
  margin: 0;
}

.coupon .info h5 > i {
  margin-right: 10px;
}

.product .info h5,
.coupon .info h5,
.store .info h5 {
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product .info .store-link,
.coupon .info .store-link {
  margin-top: 5px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.product .info .store-link .rating-star,
.coupon .info .store-link .rating-star,
.store .info .store-link .rating-star {
  display: inline-block;
  margin-left: 5px;
}

.product .info .price,
.description-links .price {
  position: relative;
  height: 45px;
  font-weight: 700;
  margin-bottom: 10px;
}

.product .info .price .discount {
  position: absolute;
  top: 0;
  right: 0;
  height: 43px;
  width: 43px;
  line-height: 43px;
  background-color: #6dbdd6;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  border-radius: 50%;
}

.product .info .price .current-price,
.description-links .price .current-price {
  line-height: 20px;
}

.product .info .price .current-price .int-price,
.description-links .price .current-price .int-price {
  color: #6dbdd6;
  font-size: 26px;
  font-weight: 800;
}

.product .info .price .current-price .dec-price,
.description-links .price .current-price .dec-price {
  top: -0.8em;
  color: #6dbdd6;
}

.product .info .price .old-price,
.description-links .price .old-price {
  text-decoration: line-through;
  min-height: 19px;
}

.product .link,
.coupon .link,
.store .link {
  min-height: 42px;
  margin: 10px 0;
}
.items-list .product .link,
.items-list .coupon .link,
.items-list .store .link {
  display: none;
}

.coupon .qr-code {
  position: absolute;
  top: 0;
  left: calc(50% - 70px);
  background-color: #fff;
  opacity: 0;
  transition-duration: 0.3s;
}

.coupon:hover .qr-code,
.coupon.code-revealed .qr-code {
  opacity: 1;
}

.coupon .link .code {
  position: relative;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
  border: 1px dashed #b71427;
}

.coupon .link .code > i {
  position: absolute;
  top: -7.5px;
  left: 10%;
  background-color: #f8f9f9;
  color: #b71427;
}

.coupon .link .code > a {
  display: inline-block;
  position: absolute;
  top: 0;
  margin-right: 0;
  opacity: 0;
}

.coupon .link .code:hover a {
  opacity: 1;
}

.product .link a,
.coupon .link a,
.store .link a {
  display: block;
  height: 40px;
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 0;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.coupon .stats,
.store .stats {
  text-align: center;
  height: 15px;
}

.store .stats {
  height: 35px;
}

.product .date,
.coupon .date {
  text-align: left;
  padding: 17px 10px 10px 10px;
}

.product .date .starts,
.coupon .date .starts {
  color: #fdb515;
}

.product .date .expires,
.coupon .date .expires {
  color: #b66d13;
  font-weight: 600;
  font-style: italic;
}

.product .date .expired,
.coupon .date .expired {
  color: #b20000;
}

.nicehr {
  border-top: 1px solid #ccc;
  margin: 20px 0;
}

#index_form form input {
  width: 70%;
}

/* PAGINATION */

.pagination {
  margin-top: 50px;
}

.pagination > li {
  display: inline-block;
  margin: 0 2px;
}

.pagination > li > a,
.pagination > li > span {
  background-color: transparent !important;
  font-size: 16px;
  color: #232323;
  border-color: #6dbdd6;
  padding: 6px 12px;
}

.pagination > li > span {
  border: 0;
}

.pagination > .disabled > a {
  opacity: 0.5;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover {
  color: #fff;
  background-color: #b71427 !important;
  border-color: #b71427;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover {
  background-color: #b71427;
  cursor: not-allowed;
  border-color: #b71427;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 0;
}

.modal-share li a:hover {
  border-color: #b71427 !important;
}

.modal .modal-header button.close {
  background: transparent !important;
}

.my-item-button {
  width: 20%;
  padding: 2px;
}
.my-item-box {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  justify-content: stretch;
}
@media screen and (max-width: 480px) {
  .my-item-button {
    width: 50% !important;
    padding: 2px;
  }
}

.info-l > p {
  white-space: normal !important;
  word-break: break-word;
}

.coupon .info,
.coupon .info h5,
.store .info,
.store .info h5 {
  text-align: left;
}
.items-list .coupon .stats,
.items-list .store .stats {
  display: none;
}
.coupon .stats,
.store .stats {
  font-weight: bold;
}
.mb-3 {
  margin-bottom: 3rem;
}
.coupon-image {
  box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 40%);
}
.button-group {
  display: flex;
  flex-direction: column;
  margin: 10px 5px;
}
.button-group .border-button {
  background-color: #fff;
  color: #bd2036;
  border: 1px solid #bd2036;
  border-radius: 3rem;
  cursor: pointer;
  display: inline-block;
  font-size: 1.7rem;
  margin: 0.5rem 0;
  min-width: 5.3125rem;
  padding: 1.5rem 1.5rem;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
}
.button-group .border-button:hover {
  color: white;
  background-color: #bd2036;
}
.offer-expiration {
  background-color: #cdcdcd;
  border-radius: 0.1875rem;
  display: inline-block;
  margin-bottom: 0.5rem;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  margin-left: 5px;
  color: #1f1f1f;
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-size: 16px;
}
.offer-expiration .exp-date {
  margin-left: 10px;
}
.offer-page-section {
  margin-bottom: 1.75rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #cdcdcd;
}
.offer-page-section > h3 {
  color: #bd2036;
  font-weight: 700;
  margin: 1rem 0 0.5rem;
  font-size: 17px;
}
.offer-page-section > div {
  color: #1f1f1f;
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-size: 16px;
}

/*custom css*/
.footer-column1 {
  border-right: 1px solid gray;
}
.footer-ul-links {
  padding: 0 35px;
}

.menu-middle-links > .container,
.main-nav-container > .container {
  width: 100%;
  padding: 0 30px;
}
.main-nav {
  display: flex;
  justify-content: space-between;
}
.main-nav-container > .container {
  background-color: #fff;
  box-shadow: 0 0.125rem 0.5rem 0 #9a9a9a;
}
.main-nav > li a:hover {
  color: #4d8c2a !important;
}
.main-nav > li.active > a {
  color: #4d8c2a;
}
.coupon-ads-contain img {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-bottom: 50px;
  width: 70%;
}
.coupon-ads-contain {
  margin-top: -48px;
}
.page-intro {
  display: none;
}
.home-banner {
  background-image: url(https://trendingnowoc.com/content/themes/Coupy/assets/img/banner1.png);
  background-size: cover;
  padding: 61px 100px;
  color: white;
}

.items-list h2 {
  font-size: 20px !important;
  text-align: left !important;
  font-weight: 700;
  margin: 0 15px 10px 15px !important;
}
.items-list .coupon .link {
  display: block;
}
.menu-middle-links .row {
  padding-top: 0;
  padding-bottom: 0;
}
.menu-middle-links img {
  margin-top: -15px;
  margin-left: 30px;
}
