/*
Version: 4.1.370
*/
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  position: relative;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #484848;
  font-size: 16px;
  line-height: 24px;
  background-color: #f7f7f7;
  -webkit-font-feature-settings: "lnum";
  -moz-font-feature-settings: "lnum";
  -ms-font-feature-settings: "lnum";
  -o-font-feature-settings: "lnum";
  font-feature-settings: "lnum";
}
body.modal-open {
  left: 0px;
}
header {
  position: relative;
  z-index: 100;
}
.max-content {
  width: 100%;
  max-width: 2560px;
  margin: 0 auto;
}
.d-flex {
  display: flex;
}
p {
  margin-bottom: 15px;
}
.post-content p {
  float: left;
  width: 100%;
  margin-bottom: 14px;
}
.post-content .kc-container {
  padding: 0px;
}
.post-content > p:last-child {
  margin-bottom: 0px;
}
a {
  color: #272727;
}
a:hover, a:focus {
  color: inherit;
}
a:hover, a:focus, a:active, body .blog-item-title a:hover, .infobox-content a:hover {
  outline: 0;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
.post-content img.full-width {
  border-radius: 0px;
}
iframe {
  border: none;
  display: block;
}
.break-word {
  word-break: break-all;
}
.ds-none {
  display: none !important;
}
.flex-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.flex-row.only_admin .white-block {
  background: #ffc7c7;
}
.flex-row.title-coupons {
  float: left;
  width: 100%;
  margin: 10px 0 0;
}
.flex-row.title-coupons h2 {
  margin: 0 0 15px;
}
.flex-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
select {
  max-width: 100%;
  padding: 2px 5px 0px 5px;
}
h1, h2, h3, h4, h5, h6 {
  margin: 10px 0px;
  color: #272727;
}
h1, h2 {
  font-weight: 700;
}
h3, h4, h5, h6, .header-alike {
  font-weight: 600;
}
.coupon-action-button.header-alike {
  font-weight: 600;
}
h1 {
  font-size: 2.8rem;
  line-height: 3.2rem;
}
h2, .h2-size {
  font-size: 2.4rem;
  line-height: 2.8rem;
}
h3, .h3-size {
  font-size: 2rem;
  line-height: 2.4rem;
}
h4 {
  font-size: 1.6em;
  line-height: 2rem;
}
h5 {
  font-size: 1.2rem;
  line-height: 1.6rem;
}
h6 {
  font-size: 1rem;
  line-height: 1.4rem;
}
blockquote {
  font-size: 20px;
  font-style: italic;
  border: none;
  text-align: center;
  padding: 50px 0px;
  position: relative;
  opacity: 0.8
}
blockquote:before, blockquote:after {
  content: ' ';
  font-family: FontAwesome;
  position: absolute;
  left: 50%;
  opacity: 0.2;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
blockquote:before {
  top: 0px;
  content: '\f10d';
}
blockquote:after {
  bottom: 0px;
  content: '\f10e';
}
cite {
  margin-top: 15px;
  font-size: 16px;
  font-style: normal;
  text-align: right;
  display: block;
}
dl dd {
  margin-left: 5px;
  margin-bottom: 10px;
}
main {
  margin: 30px 0 40px 0;
}
.home main {
  margin: 65px 0 40px 0;
}
section {
  display: block;
  float: left;
  width: 100%;
}
section.hp {
  padding: 20px 0;
}
section.hp.faq .accordion {
  margin: 0 0 15px;
}
section.categories, section.stores {
  padding: 10px 0 20px;
}
section.popular, section.latest {
  padding: 20px 0 10px;
}
section .section-title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 0 24px;
}
section .section-title h2 {
  text-align: center;
  margin: 0;
}
section .section-title h2 a {
  font-size: 2.1rem;
  text-transform: uppercase;
  transition: all 200ms ease;
}
section .show-all {
  position: absolute;
  right: 0;
}
section .show-all a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  color: #272727;
  transition: all 200ms ease;
}
section .show-all a:hover {
  color: #ff6229;
}
section .show-all a:hover i {
  color: #ff6229;
  transition: all 200ms ease;
}
section .show-all a i {
  font-size: 1.6rem;
  font-weight: 400;
  color: #272727;
}
section .section-bottom {
  display: none;
}
footer {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}
.justify-content-center {
  justify-content: center;
}
.select2-container {
  width: 100%;
}
.bck-grey:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  content: "";
  background: rgba(7, 9, 15, 0.5);
  z-index: 99;
}
.flex-column {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.container {
  padding: 0;
  width: 100%;
  max-width: 1260px;
}
.flex-description {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  order: 4;
  width: 100%;
  padding: 20px 0 0;
}
.flex-description h1 {
  color: #FFFFFF;
  width: 100%;
  text-align: center;
}
.flex-description p {
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  margin: 0;
  padding: 0 40px;
}
.flex-description:empty {
  display: none;
}
.bg-white {
  background: #FFFFFF;
}
.p-40 {
  padding: 40px 0;
}
.p-20 {
  padding: 20px 0;
}
.p-0-20 {
  padding: 0 20px !important;
}
.m-bottom-10 {
  margin-bottom: 10px;
}
.m-bottom-20 {
  margin-bottom: 20px;
}
.col-sm-20 {
  float: left;
  width: 20%;
  padding-right: 5px;
  padding-left: 5px;
}
.page-title {
  display: flex;
  justify-content: center;
  float: left;
  width: 100%;
  text-align: center;
  margin: 0 0 24px;
}
.page-title h2 {
  float: left;
  font-size: 2rem;
  margin: 0;
  padding: 0;
  background: inherit;
}
.kc_tabs:not(.coupon-tabs) .ui-tabs .kc_tabs_nav ~ .kc_tab.ui-tabs-body-active, .white-block {
  box-shadow: none;
  position: relative;
  margin-bottom: 50px;
}
.coupon-tabs .ui-tabs .kc_tabs_nav ~ .kc_tab.ui-tabs-body-active {
  background: transparent;
}
.ui-tabs .kc_tabs_nav ~ .kc_tab .kc_tab_content, .white-block-content {
  padding: 30px;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
}
.white-block-content h2 {
  margin: 0 0 14px;
  font-size: 2.2rem;
  line-height: 3.2rem;
  font-weight: 700;
}
.single-coupon .content-wrap {
  float: left;
  margin: 0 0 40px;
}
.single-coupon .expired-overlay {
  background: rgba(255, 255, 255, 0.4);
}
.white-block-single-content {
  float: left;
  width: 100%;
  padding: 30px;
  background: #FFFFFF;
  border-radius: 12px;
}
.post-coupon {
  float: left;
  width: calc(100% - 130px);
  padding-left: 30px;
}
.post-coupon .coupon-description {
  float: left;
  width: 100%;
}
.post-coupon .single-badges {
  margin: 0 0 5px;
}
.white-block-single-content .post-coupon .blog-item-title {
  margin: 0 0 10px;
  font-size: 2.2rem;
}
.post-coupon h1 {
  float: left;
  width: 100%;
}
.post-coupon .coupon-button.header-alike {
  float: left;
  width: 100%;
  max-width: 300px;
  margin: 20px 0 0;
}
.post-coupon .coupon-button.header-alike:hover .code-text {
  width: calc(100% - 49px);
  background: #f1551c;
}
.post-coupon .coupon-button .text {
  padding: 10px 12px;
}
.post-coupon .coupon-button .partial-code {
  padding: 10px 15px;
}
.white-block-single-content .widget-title {
  margin: -30px -30px 20px -30px;
  padding: 20px 30px;
}
.single-badges {
  float: left;
  margin-bottom: 15px;
}
.single-badges span {
  margin-right: 5px;
}
.tag-section i {
  position: relative;
  top: 2px;
  margin-right: 6px;
}
.widget.white-block.similar-coupons .coupon-box {
  padding: 15px;
  background: inherit;
  border: 1px solid #e7e7e7;
  box-shadow: none;
}
.widget.white-block.similar-coupons .coupon-box .coupon-image {
  width: 70px;
  height: 70px;
  margin: 0;
}
.widget.white-block.similar-coupons .coupon-box .coupon-box-description {
  width: calc(100% - 70px);
  padding-left: 10px;
  font-weight: 600;
}
.coupon-tabs .ui-tabs .kc_tabs_nav ~ .kc_tab .kc_tab_content {
  padding: 0px;
}
.styled-checkbox, .styled-radio {
  position: relative;
}
.styled-checkbox input, .styled-radio input {
  opacity: 0;
  position: relative;
  z-index: 2;
  margin-right: 2px;
  display: inline-block;
}
.styled-checkbox label:before, .styled-radio label:before {
  content: ' ';
  position: absolute;
  top: 5px;
  left: 0px;
  border: 1px solid #eee;
  height: 15px;
  width: 15px;
  border-radius: 2px;
}
.small-action.styled-checkbox label:before, .small-action.styled-radio label:before {
  height: 13px;
  width: 13px;
  top: 6px;
}
.styled-checkbox.active label:after, .styled-checkbox input:checked + label:after, .styled-radio.active label:after, .styled-radio input:checked + label:after {
  content: ' ';
  position: absolute;
  left: 4px;
  top: 9px;
  width: 7px;
  height: 7px;
  background: #ff6229;
  border-radius: 1px;
}
.small-action.styled-checkbox.active label:after, .small-action.styled-checkbox input:checked + label:after, .small-action.styled-radio.active label:after, .small-action.styled-radio input:checked + label:after {
  width: 5px;
  height: 5px;
  top: 10px;
}
.styled-radio label:before, .styled-radio.active label:after, .styled-radio input:checked + label:after {
  border-radius: 50%;
}
.main-title {
  display: block;
  border-top: 1px solid #f8f8f8;
  padding: 10px 0px;
  background: #fff;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, .02);
}
body .kc-elm:not(.kc_column) {
  float: none;
}
.couponis-avts {
  margin-top: 75px;
  text-align: center;
}
.section-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 12px;
}
.bg-orange {
  background: rgba(255 109 2 / 0.05);
}
.bg-blue {
  background: rgba(0 137 255 / 0.05);
}

/* END OVERALL STYLING */

/* 3. TABLES */
table {
  width: 100%;
  border: 1px solid #eeeeee;
  margin: 15px 0px;
  font-size: 15px
}
hr {
  border-top: 1px solid #eeeeee;
  margin: 10px 0px;
}
table th {
  background: #f5f5f5;
  padding: 3px;
}
table:not(.alignleft):not(.alignright) th, table:not(.alignleft):not(.alignright) td {
  text-align: center;
}
.footer_widget_section table th {
  color: #202020;
}
table td {
  border: 1px solid #eeeeee;
  padding: 3px;
}
.logo-small-screen {
  display: none;
}

/* END TABLES */

/* 4. BUTTONS */
.btn {
  font-weight: 600;
  background: #ff6229;
  color: #FFFFFF;
  font-size: 15px;
  padding: 8px 20px;
}
.btn:hover, .btn:focus {
  box-shadow: none;
  outline: none;
  color: #FFFFFF;
}
.btn.btn-grey {
  background: #FFFFFF;
  border: 2px solid #e7e7e7;
  border-radius: 4px;
  color: #000000;
  transition: all 300ms ease;
}
.btn.btn-grey:hover {
  border-color: #ff6229;
  color: #ff6229;
}
.btn-link {
  background: transparent;
  color: #000000;
}
.btn-link:hover, .btn-link:focus, .btn-link:active {
  color: #000000;
  text-decoration: none;
  outline: none !important;
}
.btn-border {
  background: #FFFFFF;
  color: #000000;
  border: 1px solid #d8d8d8;
  transition: all 100ms ease;
}
.btn-border:focus, .btn-border:active {
  color: #000000;
  background: #FFFFFF;
}
.btn-border:hover {
  color: #f47c30;
  border-color: #f47c30;
  background: #FFFFFF;
}
.btn-load-more {
  padding: 12px 40px;
  margin: 10px 0 0;
  border-radius: 12px;
  outline: none !important;
}

/* END BUTTON */

/* 6. BLOG ITEM */
.block-single-page {
  max-width: 840px;
  margin: 0 auto;
}
.block-single-page a {
  color: #ff6229;
  font-weight: 500;
}
.white-block-single-content .blog-item-title {
  margin: 0 0 20px;
}
.white-block-single-content .blog-item-meta {
  display: flex;
  justify-content: center;
  margin: 0 0 18px;
}
.white-block-single-content .blog-item-meta .space-dot {
  margin: 0 10px;
  font-size: 2.4rem;
  line-height: 2rem;
}
.white-block-single-content .banner_img {
  float: left;
  width: 100%;
  margin: 0 0 24px;
}
.white-block-single-content .banner_img img {
  border-radius: 14px;
}
article {
  position: relative;
  margin-bottom: 50px;
}
.blog-item-media {
  overflow: hidden;
  display: block;
  position: relative;
  text-align: center;
}
.blog-media img {
  width: 100%;
}
.blog-item-title {
  margin: 0px;
  word-wrap: break-word;
}
.blog-item-meta {
  position: relative;
  margin-bottom: 15px;
  font-size: 90%;
  margin-top: 10px;
  color: #666;
}
.blog-shortcode .blog-item-meta {
  margin-top: 0px;
}
.blog-item-meta a {
  position: relative;
  z-index: 2;
  font-weight: 500;
}
.blog-item-meta .blog-cat {
  float: right;
  color: #ff6229;
  font-weight: 400;
  text-decoration: none;
}
.blog-shortcode h2 {
  float: left;
  width: 100%;
  margin-top: 0;
  margin: 0 0 12px;
  font-size: 1.6rem;
  line-height: 2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: initial;
}
.blog-shortcode {
  position: relative;
  background: #FFFFFF;
  overflow: hidden;
  border-radius: 14px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .07);
}
.blog-shortcode .white-block-content {
  float: left;
  width: 100%;
  padding: 20px;
}
.blog-shortcode .blog-media {
  height: 150px;
  max-height: 150px;
  overflow: hidden;
}
.blog-shortcode img {
  transition: all 300ms ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-shortcode:hover img {
  transform: scale(1.04, 1.04);
}
.blog-item-meta a, .blog-item-meta a:visited {
  color: #aaa;
}
.blog-item-meta a:hover {
  color: #ff6229;
}
.blog-shortcode .short_note {
  float: left;
  width: 100%;
  margin: 0;
  height: 7.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.article-link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.continue-read, .continue-read:visited {
  font-weight: 700;
}
.continue-read i {
  margin-left: 5px;
}
.blog-tags {
  float: left;
  width: 100%;
  margin: 20px 0 0;
}

/* END BLOG ITEM */

/* 7. SINGLE COUPON */

.leading-icon {
  font-size: 35px;
  color: #ff6229;
  border-right: 1px solid #eee;
  padding-right: 20px;
  line-height: 1;
}
.single-expire {
  font-size: 25px;
  color: #ff6229;
  font-weight: 700;
  text-align: center;
}
.single-expire .flex-right {
  margin-right: auto;
  padding-left: 20px;
  text-align: left;
}
.single-expire p {
  margin-bottom: 5px;
  line-height: 1;
}
.coupon-info li.success-rate {
  padding: 20px 20px;
}
.center-rate {
  position: relative;
  width: 80px;
  height: 80px;
}
.back-grey {
  border: 1px solid #eee;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
@media (min-width:800px) and (max-width:900px) {
  .back-grey {
    width: 50px;
    height: 50px;
  }
}
.back-grey, .center-rate canvas, .center-rate .header-alike {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.center-rate .header-alike {
  line-height: 1;
}
.center-rate .header-alike p {
  color: #aaa;
  font-size: 11px;
  margin: 0;
  line-height: 1;
  margin-top: 5px;
}
.center-rate canvas, .center-rate .header-alike {
  z-index: 1;
}
.center-rate .header-alike {
  font-size: 12px;
  font-weight: 700;
}
@media (min-width:800px) and (max-width:900px) {
  .center-rate .header-alike p {
    display: none;
  }
}
.success-rate > div {
  width: 33.33%;
}
.success-rate .icon-like, .success-rate .icon-dislike {
  font-size: 20px;
}
.success-rate .icon-like {
  color: #26A65B;
}
.success-rate .icon-dislike {
  color: #D91E18;
}
.coupon-info li.coupon-store {
  padding: 0px;
}
.coupon-info li.coupon-store a {
  width: 100%;
}
.coupon-store .coupon-image {
  border: none;
  margin: 0px;
  display: inline-block;
}
.single .featured-bottom-meta {
  margin: 10px 0px 25px 0px;
}
.single .featured-bottom-meta.no-margin {
  margin-bottom: 0px;
}
.single .featured-bottom-meta span {
  margin-left: 5px;
}
.similar-coupons.widget ul li {
  position: relative;
}
.similar-coupons .coupon-image {
  margin-left: 5px;
}
.similar-badge {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 25px;
  height: 25px;
  border-radius: 3px;
  color: #fff;
  line-height: 25px;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  background: #ff6229;
  z-index: 2;
  display: none;
}
.single .white-block-media {
  text-align: center;
}

/* END SINGLE COUPON */

/* HEADER */
.header-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  flex-grow: 1;
  background: linear-gradient(180deg, #2d2db0 -65%, #2c8cf4 110%);
}
.header-wrapper.open-menu {
  background: #ff6229;
}
.header-wrapper.open-menu .navbar-toggle .icon-menu:before {
  color: #ff6229;
}
.header-wrapper.open-menu .bottom-header {
  position: unset;
}
.bottom-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}
.header-wrapper.open-menu .navigation {
  display: flex;
  position: absolute;
  top: 70px;
  z-index: 99;
  padding: 0 15px 20px 15px
}
.header-wrapper.open-menu .navigation .container .flex-wrap {
  width: 100%;
  border-radius: 0px;
}
.header-wrapper.open-menu .navigation ul li {
  width: 100%;
}
.header-wrapper.open-menu .flex-right .social, .header-wrapper.open-menu #custom_search {
  display: none;
}
.logo {
  float: left;
}
.logo img {
  max-width: 210px;
}
.top-header {
  background: initial;
  padding: 34px 0 30px 0;
}
.top-header .flex-wrap {
  justify-content: space-between;
}
.top-header h1 {
  font-size: 3rem;
  letter-spacing: 0.3px;
  color: #FFFFFF;
  text-align: center;
}
.top-header .flex-left {
  margin-right: 15px;
}
.top-header .flex-center {
  display: flex;
  justify-content: center;
  flex-grow: 1;
  align-items: center;
  padding: 16px 0 10px 0;
  order: 3;
  width: 100%;
}
.top-header .flex-center .search-wrapper .title {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  margin: 0 0 12px;
}
.top-header .flex-center h1 {
  margin-top: 0;
}
.top-header .flex-center p {
  color: #FFFFFF;
  text-align: center;
}
.top-header .flex-center .search-wrapper {
  width: 100%;
  align-items: center;
}
body:not(.home) .top-header .flex-center {
  order: 2;
  width: auto;
  padding: 0;
}
body:not(.home) .top-header .flex-center .search-wrapper {
  margin-top: 0px;
}
body:not(.home) .top-header .flex-right {
  order: 3;
}
.top-header .flex-right {
  display: flex;
}
.top-header .flex-right .icons {
  display: flex;
}
.top-header .flex-right .icons .icon_wrap {
  width: 38px;
  height: 38px;
  background: white;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
}
.top-header .flex-right .icons .icon_wrap .icon {
  display: flex;
}
.top-header .flex-right .icons .icon_wrap .icon-facebook {
  color: #0866ff;
}
.header-categories a {
  color: #aaa;
  margin: 0px 15px;
  text-align: center;
  display: inline-block;
}
.header-categories i {
  display: inline-block;
  font-size: 27px;
  line-height: 1;
}
.header-categories span {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
}
.header-categories a:hover {
  color: #eee;
}
.main-search {
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 2px;
  overflow: hidden;
  width: 100%;
}
.main-search .fa {
  width: 30px;
  height: 30px;
  font-size: 1.6rem;
  color: #505050;
  padding: 7px 0;
  text-align: end;
}
.main-search a {
  position: relative;
  color: #000000;
  background: #FFFFFF;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.5px;
  padding: 0 0 0 6px;
}
#custom_search {
  display: flex;
  width: 100%;
  max-width: 450px;
  position: relative;
  background: #FFFFFF;
  padding: 5px 20px 5px 12px;
  border-radius: 8px;
}
.main-search input, .main-search input:focus, .main-search input:active, .main-search input:focus:active {
  width: 100%;
  height: 34px;
  min-height: 0px;
  background: #fff;
  border: none;
}
.main-search .fa-spin {
  display: none;
  position: relative;
  right: 1px;
  font-size: 1.5rem;
}
.search__browse-container {
  display: none;
}
.search__browse-container .search-browse-btn {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding-left: 10px;
  font-size: 1.3rem;
}
.search__browse-container .search-browse-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10%;
  width: 1px;
  height: 80%;
  background: #d1d1d1;
}
.search__browse-container .search-browse-btn:after {
  content: "\f107";
  font: normal normal normal 2rem/1 FontAwesome;
  margin: 2px 0 0 5px;
}
.browse__list-item {
  float: left;
  width: 100%;
}
.browse__list-item .browse__category {
  float: left;
  width: 100%;
  padding: 2px 0;
}
.browse__more {
  float: left;
  width: 100%;
  font-weight: 600;
}
.browse__list {
  float: left;
  width: 100%;
  margin: 0 0 10px;
}
.browse__shop {
  float: left;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  margin: 0 0 10px;
}
#browse-wrapper {
  display: flex;
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  background: #FFFFFF;
  z-index: 10;
  padding: 20px;
  border-radius: 14px;
  box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 15%);
}
.search-results {
  display: none;
}
.stores-search-results-custom {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  z-index: 99;
  background: #FFF;
  box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 15%);
  border-radius: 8px;
  overflow: hidden;
}
.stores-search-results-custom .stores-list-custom {
  max-height: 396px;
  overflow-y: auto;
  margin: 15px 10px 15px 0;
}
.stores-search-results-custom .stores-list-custom::-webkit-scrollbar {
  width: 7px;
}
.stores-search-results-custom .stores-list-custom::-webkit-scrollbar-thumb {
  background: #c3c3c3;
  border-radius: 8px;
}
.stores-search-results-custom .stores-list-custom::-webkit-scrollbar-track {
  background: #CBD5DE;
  background: linear-gradient(90deg, #FFFFFF 45%, #CBD5DE 45%, #CBD5DE 55%, #FFFFFF 55%);
}
.stores-search-results-custom .row {
  margin: 0;
  padding: 0;
}
.stores-search-results-custom .row .white-block-small-margin {
  margin: 0;
}
.stores-search-results-custom h4 {
  display: none;
}
#custom_search {
  position: relative;
}
.stores-search-results-custom .store-block {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding: 6px 15px;
}
.stores-search-results-custom .store-block .store-image {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 54px;
  margin: 0 20px 0 0;
  border: 1px solid #e7e7e7;
  border-radius: 6px;
}
.stores-search-results-custom .store-block .store-image img {
  width: auto;
  max-width: 70%;
  max-height: 70%;
}
.stores-search-results-custom .store-block .store-name {
  font-weight: 600;
}

/* END HEADER */

/*  8. NAVIGATION */
.navigation {
  background: inherit;
  box-shadow: none;
  width: 100%;
  max-width: 1260px;
  background: #ff6229;
  position: relative;
}
.navbar-default .navbar-nav>li:first-child>a {
  padding-left: 15px;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
  background: rgba(250, 250, 250, 0.1);
  color: #FFFFFF;
}
.navigation .container ul li>a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #FFFFFF;
  padding: 12px 15px;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.navigation .container ul li > a .img {
  float: left;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 36px;
  height: 36px;
  margin: 0 12px 0 0;
}
.navigation .container ul li>a .fa:before {
  position: relative;
  top: 2px;
  font-size: 2rem;
  margin: 0 0 0 10px;
}
.navigation .container ul li.menu-item-1 > a .img img {
  width: 25px;
}
.navigation .container ul li.menu-item-2 > a .img img {
  width: 36px;
}
.navigation .container ul li.menu-item-3 > a .img img {
  width: 36px;
}
.navigation .container ul li.menu-item-4 > a .img img {
  width: 36px;
}
.navigation .container ul li.menu-item-5 > a .img img {
  max-width: 85%;
}
.navigation .container ul li.menu-item-6 > a .img img {
  max-width: 85%;
}
.sticky-nav {
  position: fixed;
  left: 0px;
  right: 0px;
  top: -300px;
  z-index: 3;
}
.navbar-default {
  border: none;
  background: transparent;
  margin: 0px;
}
.navbar-nav {
  width: 100%;
}
.navbar-collapse {
  padding: 0px;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a, .navbar-default .navbar-nav li a {
  font-size: 14px;
  background: transparent;
  color: #202020;
  font-weight: 600;
}
.dropdown-menu > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #FFFFFF;
  line-height: 2.4rem;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background: inherit;
  color: #FFFFFF;
}
@media (min-width:768px) {
  .dropdown-menu > li > a i {
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
  }
}
.navigation .dropdown-menu > li > a {
  padding: 5px 20px;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open > a, .navbar-default .navbar-nav .open > a:hover, .navbar-default .navbar-nav .open > a:focus, .navbar-default .navbar-nav li a:hover, .navbar-default .navbar-nav li.current_page_ancestor > a, .navbar-default .navbar-nav li.current_page_ancestor > a:visited, .navbar-default .navbar-nav li.current_page_item > a, .navbar-default .navbar-nav li.current_page_item > a:visited {
  color: #FFFFFF;
}
.dropdown-menu {
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, .02);
  border: 0px;
  border-radius: 0px;
}
.navbar li.dropdown ul li.dropdown ul {
  left: 100%;
  top: -7px;
}
.navbar li {
  margin-bottom: 0px;
}
.special-action li, .special-action {
  margin: 0px;
  padding: 0px;
}
.nav-paste {
  display: none;
}
.navbar-toggle, .special-action a {
  color: #ff6229;
  font-size: 25px;
  display: inline-block;
  cursor: pointer;
}
.navbar-toggle {
  padding: 0px;
  margin: 0px;
  float: none;
  font-size: 23px;
  display: none;
  line-height: 20px;
}
.special-action li:first-child a {
  margin-right: 10px;
}
.special-action li:nth-child(3) a {
  margin-left: 10px;
}
.navigation .container ul li .dropdown-menu a {
  float: left;
  width: 100%;
  padding: 8px 0;
  color: #000000;
  font-size: 1.4rem;
}
.navigation .container ul li .dropdown-menu a .img {
  margin: 0 15px 0 0;
  width: 35px;
  height: 35px;
}
.navigation .container ul li .dropdown-menu a .img img {
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 90%;
}
.navigation .container ul li .dropdown-menu a span {
  width: calc(100% - 50px);
}
.navigation .container ul li .dropdown-menu a:hover {
  color: #ff6229;
}
.navigation .container ul li .dropdown-menu a[title='Black Friday'] {
  background: #010101;
  border-radius: 8px;
  color: #FFFFFF;
  padding: 8px 10px;
}
.navigation .container ul li .dropdown-menu a[title='Black Friday'] .img {
  margin: 0 10px 0 0;
  width: 40px;
  height: 40px;
}
.navigation .container ul li .dropdown-menu a[title='Black Friday'] a span {
  width: calc(100% - 45px);
}
.navigation .container ul li .dropdown-menu a[title='Black Friday'] .img img {
  max-height: 100%;
}
.navigation .container ul li .dropdown-menu .container {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  background: #FFFFFF;
  border-radius: 8px;
  overflow: hidden;
}
.navigation .container ul li .dropdown-menu li {
  display: flex;
  align-items: center;
  width: 25%;
  padding: 10px;
}
.navbar-default {
  width: 100%;
  position: initial;
}
.navbar-default .nav>li {
  position: initial;
}
.navbar-default .dropdown {
  position: initial;
}
.icon-menu:before {
  color: #FFFFFF;
}
.navbar-default .dropdown-menu {
  width: 100%;
  min-height: 200px;
  top: 60px;
  padding: 0;
  background: transparent;
  padding-top: 10px;
}
.navbar-default .navbar-nav li.current_page_ancestor>a {
  color: #FFFFFF;
}
@media screen and (max-width:1190px) {
  .navigation {
    max-width: 100%;
  }
}

/* END NAVIGAION */

/* 10. WORDPRESS CORE*/
.featured-image {
  margin-bottom: 50px;
}
.sticky {
  border: none;
}
.wp-caption-text {
  border: none;
}
.aligncenter, div.aligncenter {
  display: block;
  margin: 0px auto 0px auto;
}
.alignright, a img.alignright {
  float: right;
  margin: 0px;
  margin-left: 15px;
}
.alignnone, a img.alignnone {
  margin: 0px;
}
.alignleft, a img.alignleft {
  float: left;
  margin: 0px;
  margin-right: 15px;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}
.wp-caption {
  max-width: 100%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}

/* END WORDPRESS CORE */

/* 11. COMMENTS */
#disqus_thread {
  background: #ffffff;
  padding: 30px;
  margin: 50px 0px;
}
#comments h4 {
  margin: 0px;
}
#comments .form-submit {
  margin: 0px;
}
.comment-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.comment-header img {
  margin-right: 10px;
  border-radius: 50%;
}
.comment-header h5, .comment-header p {
  margin: 0px;
}
.comment-header p {
  margin-top: 3px;
}
.comment-details {
  color: #aaa;
  font-size: 13px;
  display: flex;
  align-items: center;
}
.comment-header p i {
  margin-right: 4px;
}
.comment-row {
  margin-bottom: 40px;
  position: relative;
}
.comments .comment-row:last-child .comment-content-wrap p, .comments .comment-row:last-child {
  margin-bottom: 0;
}
.comment-reply {
  position: absolute;
  top: 0px;
  right: 0px;
}
.comment-margin-left {
  margin-left: 50px;
}
@media (min-width:768px) {
  .comment-content-wrap {
    margin-left: 70px;
  }
}

/* END COMMENTS */

/* CONTACT PAGE */
.contact-map img {
  max-width: none;
}
.contact-map {
  height: 300px;
}
.agreement-box {
  display: flex;
  align-items: center;
}
.agreement-box input[type="checkbox"] {
  margin: 0px;
  margin-right: 10px;
}
.agreement-box label {
  margin: 0px;
  font-size: initial;
  font-weight: 400;
  text-transform: none;
}
.agreement-box p:last-child {
  margin: 0px;
}

/* END CONTACT PAGE */

/* 12. INPUTS */
.error404 main {
  margin-bottom: 75px;
}
.contact-form {
  margin: 0px;
}
input, textarea {
  background-clip: padding-box;
}
.comment-form .form-group, .form-group {
  margin-bottom: 15px;
}
.form-group:last-child {
  margin-bottom: 0;
}
.comment-form .form-group {
  margin-bottom: 15px;
}
input[id^="pwbox-1168"], .form-control, .form-control:focus, .form-control:active, .form-control:focus:active {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border: none;
  background: none;
  border: 1px solid #eee;
  box-shadow: none;
  padding: 0px 10px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  font-size: 13px;
  line-height: 25px;
  color: #505050;
  min-height: 35px;
  background-clip: padding-box;
}
input[id^="pwbox-1168"] {
  margin-left: 5px;
}
input[type="file"].form-control, input[type="file"].form-control:focus, input[type="file"].form-control:active, input[type="file"].form-control:focus:active {
  padding: 0px;
  border: none;
}
.widget .form-control, .widget .form-control:focus, .widget .form-control:active, .widget .form-control:focus:active {
  min-height: 40px;
  padding: 0px 10px;
  font-size: 13px;
}
.footer_widget_section .form-control, .footer_widget_section .form-control:focus, .footer_widget_section .form-control:active, .footer_widget_section .form-control:focus:active {
  border-color: #454545;
}

/* END INPUTS */

/* 12. WIDGETS */
.widget {
  display: flex;
  width: 100%;
  background: inherit;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
}
.widget .widget-title h2 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin: 0 0 10px;
}
.widget .white-block-content {
  padding: 15px 20px;
  border: none;
  border-radius: none;
}
.widget ul {
  padding-left: 0;
  margin: 0;
}
.widget ul li {
  width: 100%;
  list-style-type: none;
}
.widget ul li a {
  display: flex;
  gap: 12px;
  padding: 6px 0px;
  transition: all 100ms ease;
  align-items: center;
}
.widget ul li a .cat-img {
  width: 20px;
  height: auto;
}
.widget ul li a.act {
  color: #f1551c;
}
.widget ul li a:hover {
  color: #f1551c;
}
.widget ul.sub-cat li {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.widget.content-nav ul {
  float: left;
  display: flex;
  flex-wrap: wrap;
  margin: 5px 0;
  padding-left: 21px;
}
.widget.content-nav li {
  list-style-type: circle;
}
.store-short-info {
  border-top: none;
  border-radius: 0 0 16px 16px;
}
.widget.widget_widget_stores .flex-row {
  float: left;
  margin: 5px 0;
}
.widget.widget_widget_stores a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px 0px;
  width: 100%;
}
.widget.coupons_info .value {
  padding: 4px 0;
}

/* END WIDGETS */

/* 13. FOOTER */
.footer {
  background: #2b2930;
  padding: 50px 30px;
}
.footer p, .footer a, .footer span {
  color: #FFFFFF;
}
.footer .nav.nav-footer {
  display: flex;
  flex-wrap: wrap;
}
.footer .nav>li> span {
  padding: 0;
  font-size: 2rem;
  cursor: default;
}
.footer .nav>li> span .fa-angle-down {
  display: none;
}
.footer .nav>li>span:hover, .footer .nav>li>span:focus {
  background: inherit;
}
.footer .nav .open>span, .footer .nav .open>span:hover, .footer .nav .open>span:focus {
  background: inherit;
}
.footer .dropdown-menu {
  position: relative;
  top: auto;
  left: auto;
  width: 100%;
  background: inherit;
}
.footer .nav.nav-footer li {
  width: 25%;
}
.footer .nav.nav-footer li ul li {
  float: left;
  width: 100%;
}
.footer .nav.nav-footer li ul .container {
  padding: 0;
}
.footer .nav.nav-footer li ul li a {
  float: left;
  width: 100%;
  padding: 3px 0;
  transition: all 200ms ease;
}
.footer .nav.nav-footer li ul li a:hover {
  color: #ff6229;
}
.footer .copyrights {
  margin: 40px 0 0;
  background: inherit;
  font-size: 1.3rem;
  padding: 0;
}
.copyrights {
  background: #202020;
  color: #aaa;
  padding: 20px 0px;
  font-size: 85%;
}
.copyrights.margin-top {
  margin-top: 75px;
}
.copyrights .text-center .flex-left {
  margin: 0px auto;
}
.copyrights a {
  color: #aaa;
}
.copyrights a:hover {
  color: #ff6229;
}
.copyrights ul {
  margin: 0px;
}
.footer-social {
  font-size: 17px;
}
.footer-social li {
  margin: 1px;
}

/* END FOOTER */

/* 14. SUBMIT FORMS */
.couponis-form {
  width: 100%;
  display: block;
  position: relative;
}
.couponis-form .btn {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  border-radius: 0px 2px 2px 0px;
  line-height: 33px;
  width: 50px;
}
.couponis-form .btn {
  padding: 0;
}
.widget .couponis-form .btn {
  line-height: 40px;
  width: 40px;
  padding: 0px;
}
.widget .subscribe-form .alert {
  margin-bottom: 0px;
}
.couponis-form .btn i {
  margin: 0px;
}
.no-margin {
  margin: 0px;
}
.ajax-form-result .alert {
  margin-top: 15px;
}
.alert {
  padding: 10px 15px;
  border-radius: 2px;
  margin-bottom: 15px;
}
.alert-danger, .alert-success {
  font-size: 95%;
  border: none;
}
.alert-success {
  background: rgba(90, 171, 92, 0.17);
}
.alert.activation-alert {
  border-radius: 0px;
  margin: 0px;
  text-align: center;
}

/* END SUBMIT FORMS */

/* 17. VIDEO CONTAINER */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe, .video-container object, .video-container blockquote, .video-container embed {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

/* END VIDEO CONTAINER */
.bypostauthor {
  border: none;
}
.gallery-caption {
  border: none;
}

/* 18. PAGINATION */
.pagination {
  display: flex;
  justify-content: center;
  width: 100%;
}
.single-blog .pagination {
  margin-bottom: 45px;
}
.stores-alt-pagination {
  margin-top: 0px;
  margin-bottom: 40px;
}
.pagination a, .pagination a:visited {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 47px;
  height: 47px;
  padding: 0;
  background: #fff;
  color: #272727;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .07);
  margin: 0 8px 0 0;
  border-radius: 4px;
  transition: all 300ms ease;
}
.pagination a:hover, .pagination > span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 47px;
  height: 47px;
  background: #ff6229;
  color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .07);
  margin: 0 8px 0 0;
}
.white-block-single-content .pagination a, .white-block-single-content .pagination a:visited, .white-block-single-content .pagination a:hover, .white-block-single-content .pagination > span {
  border: 1px solid #eee;
}
.pagination span.dots, .pagination span.dots:hover, .pagination span.dots:active, .pagination span.dots:focus, .pagination span.dots:active:hover {
  background: #fff;
  color: #272727;
  cursor: default;
  padding: 0;
}
.flex-row.load-coupons {
  display: flex;
  justify-content: center;
  margin: 0 0 40px;
}

/* END PAGINATION */

/* 21. ALERTS */
.alert .fa {
  margin-right: 10px;
}
.alert .close {
  text-shadow: none;
  opacity: 0.5;
  padding-top: 4px;
  right: 0px;
}

/* END ALERTS */

/* 34. 404 PAGE */
.error404 .icon-compass {
  color: #ff6229;
  font-size: 150px;
  margin-bottom: 20px;
  margin-top: 10px;
  display: inline-block;
}

/* END 404 PAGE */

/* 27. LAZY LOAD */
.image-loader {
  position: absolute;
  top: 15px;
  left: 15px;
  color: #ff6229;
  z-index: 1;
}
.screen-reader-text {
  display: none;
}

/* END LAZY LOAD */

/* IE 11 FIX */
@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
  body {
    -ms-font-feature-settings: normal;
  }
}

/* END IE FIX */

/* FEATURED COUPONS */
.featured-coupons {
  display: none;
  background: inherit;
  box-shadow: none;
}
.featured-coupons .owl-nav > div {
  border-radius: 50px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #333;
  background: #fff;
  opacity: 1;
  top: -500px;
  left: auto;
  opacity: 0;
}
.featured-coupons:hover .owl-nav > div {
  opacity: 1;
}
.featured-item > a {
  display: block;
}
.featured-coupons .owl-nav .owl-prev {
  left: 20px;
}
.featured-coupons .owl-nav .owl-next {
  right: 20px;
}
.featured-caption {
  display: none;
  padding: 20px;
}
.featured-caption h3 {
  margin: 15px 0px;
  margin-bottom: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-inline-end: 20px;
}
.featured-caption .flex-left {
  width: 75%;
}
.featured-caption .flex-right {
  width: 25%;
}
.featured-bottom-meta {
  margin-bottom: 0px;
}
.featured-bottom-meta, .featured-bottom-meta a, .featured-bottom-meta a:visited, .featured-bottom-meta a:hover, .featured-bottom-meta a:focus, .featured-bottom-meta a:active, .featured-bottom-meta .expire {
  color: #aaa;
  text-transform: uppercase;
  font-size: 11px;
}
.kc_tabs:not(.coupon-tabs) .ui-tabs .kc_tabs_nav~.kc_tab.ui-tabs-body-active, .white-block {
  margin: 0 0 20px;
}
.white-block.margin-lg {
  margin: 0 0 40px;
}

/* END FEATURED COUPONS */

/* CATEGORIES LIST */
.categories-list li {
  padding: 0px;
  margin: 0px;
  border-bottom: 1px solid #eee;
}
.categories-list li a {
  display: flex;
  align-items: center;
  padding: 10px;
}
.categories-list li:last-child {
  border: none;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .categories-list li:nth-child(2) a, .categories-list li:last-child a {
    padding-top: 11px;
  }
}
.categories-list li .icon-wrap {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #eee;
  color: #aaa;
  font-size: 18px;
  width: 30px;
}
.categories-list li .icon-wrap svg, .categories-list li .icon-wrap img {
  width: 20px;
  height: auto;
}
.categories-list li:hover i {
  color: #ff6229;
}
.categories-list li .cat-count {
  margin-left: auto;
  color: #aaa;
  margin-right: 5px;
}
.flex-row.flex-cards {
  gap: 15px;
}
.flex-row.flex-cards .card {
  display: block;
  border-radius: 8px;
  padding: 20px;
}
.flex-row.flex-cards .content.left {
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 60px;
  height: 60px;
  border: 1px solid #ebebeb;
  background: #FFFFFF;
  border-radius: 10px;
}
.flex-row.flex-cards .content.left span {
  color: #FF6D02;
}
.flex-row.flex-cards .content.left span.num {
  font-weight: 700;
  position: absolute;
}
.flex-row.flex-cards .content.right {
  float: left;
  width: calc(100% - 60px);
  padding-left: 20px;
}
.flex-row.flex-cards .content.right h3 {
  font-size: 1.8rem;
  margin: 0 0 10px;
}
.flex-row.flex-cards .content.right p {
  margin: 0;
}

/* END CATEGORIES LIST */

/* TAXONOMY */
.store-tax-header-wrap .store-info {
  padding: 0 20px 20px 20px;
}
.store-tax-header-wrap {
  position: relative;
}
.store-logo {
  float: left;
}
.store-logo .coupon-image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 130px;
  background: #FFFFFF;
  border-radius: 8px;
  margin: 0;
}
.store-logo a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  background: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .07);
}
.store-logo img {
  max-width: 80%;
  max-height: 80%;
  transition: all 200ms ease;
}
.store-logo a:hover img {
  transform: scale(1.08, 1.08);
}
.store-content {
  display: flex;
  flex-direction: column;
  width: calc(100% - 130px);
  padding-left: 24px;
}
.single-tax-action {
  position: absolute;
  top: 30px;
  right: 30px;
}
.store-tax-header-wrap .single-tax-action {
  top: 0px;
  right: 0px;
}
.store-info {
  display: flex;
  flex-wrap: wrap;
  padding: 0 5px 0 0;
}
.store-short-info .white-block-content {
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  padding: 20px;
  margin: 0 0 20px;
}
.store-short-info .white-block-content p {
  margin: 0;
}
.store-rich-content .white-block-content {
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  padding: 30px;
  margin: 20px 0 0;
}
.store-rich-content .white-block-content h2 {
  margin: 14px 0;
}
.store-rich-content .white-block-content h2:first-child {
  margin: 0 0 14px;
}
.store-rich-content .white-block-content p:last-child {
  margin: 0;
}
.store-rich-content .white-block-content ul {
  list-style-type: none;
  padding: 0;
  margin: 0 0 20px;
}
.store-rich-content .white-block-content ul li {
  margin: 6px 0;
  float: left;
  width: 100%;
}
.tax-coupon-store .anchor {
  position: relative;
  top: -50px;
}
.taxonomy-header .contact-map {
  margin-top: 30px;
}
.coupons-info {
  gap: 15px;
}
.coupons-info .value span {
  font-weight: 700;
}
.single-tax-action .save-store {
  position: static;
  vertical-align: top;
  line-height: 1;
}
.single-tax-action .listing-style {
  vertical-align: top;
  font-size: 16px;
  margin-right: 0px;
  margin-left: 5px;
}
.single-tax-action .listing-action {
  margin: 0px;
  margin-left: 10px;
}
.taxonomy-header h1 {
  font-size: 3rem;
  margin-top: 0;
  margin-bottom: 10px;
}
.taxonomy-header p {
  margin-bottom: 15px;
  line-height: 2.2rem;
}
.taxonomy-header .flex-middle {
  padding-left: 20px;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  max-width: 600px;
}
.taxonomy-count {
  text-align: center;
}
.taxonomy-count span {
  font-size: 20px;
}
.taxonomy-count p {
  text-transform: uppercase;
  font-size: 11px;
}
.taxonomy-header .flex-wrap {
  align-items: stretch;
}
.taxonomy-header .flex-left {
  flex-shrink: 0;
}
.taxonomy-header .share {
  height: 34px;
  width: 34px;
  text-align: center;
  line-height: 34px;
  display: inline-block;
  border-radius: 8px;
}
.taxonomy-header .share-wrap {
  margin-top: auto;
  justify-content: space-between;
  gap: 15px;
  align-items: center;
}
.taxonomy-header .share-wrap .left-column {
  display: flex;
  gap: 10px;
}
.post-share {
  display: none;
  margin-left: auto;
}
.save-store {
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 16px;
}
.save-store, .save-store:visited, .save-store:focus, .save-store:active, .save-store:focus:active {
  color: #aaa;
}
.save-store:hover, .save-store.added:active, .save-store.added {
  color: #ff6229;
}
a.visit-store {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  background: #ff6229;
  padding: 10px 15px;
  text-transform: uppercase;
  font-size: 11px;
  border-radius: 2px;
}
.category-info p:last-child {
  margin: 0px;
}
.has-icon .category-info {
  padding: 40px 20px 20px 20px;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
}
.category-icon {
  color: #ff6229;
  font-size: 100px;
  vertical-align: middle;
  margin-right: 25px;
}
.tax-coupon-category .category-icon-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  text-align: center;
}
.tax-coupon-category .category-icon-wrap .cat-img {
  position: relative;
  top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  transition: all 200ms ease;
  background: #f8f8f8;
  font-size: 20px;
  color: #fff;
  z-index: 1;
  line-height: 1;
}
.tax-coupon-category .category-icon-wrap .cat-img img {
  max-width: 60%;
  max-height: 55%;
  width: auto;
  height: auto;
  -webkit-backface-visibility: visible;
}
.tax-coupon-category .category-icon-wrap[title='Black Friday'] .cat-img {
  width: 80px;
  height: 80px;
  top: 20px;
}
.tax-coupon-category .category-icon-wrap[title='Black Friday'] .cat-img img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px;
}
.subcategories ul {
  margin-bottom: 0px;
}
.subcategories li {
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.subcategories li:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.tax-coupon-category .taxonomy-header .white-block-content {
  display: flex;
  flex-direction: column;
}

/* END TAXONOMY */

/* COUPON LISTING */
.coupon-content-excerpt {
  display: block;
}
.coupon-content-excerpt.close {
  display: none;
}
.coupon-content {
  display: none;
}
.coupon-content.open {
  display: block;
}
.coupon-wrap {
  display: flex;
}
.coupon-box {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  float: left;
  background: #FFFFFF;
  padding: 22px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .07);
  border-radius: 8px;
  transition: all 200ms ease;
}
.coupon-box .expired-overlay {
  border-radius: 8px;
}
.coupon-box.coupon-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  min-height: 120px;
}
.coupon-box.coupon-list .flex-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.coupon-box.coupon-list .flex-wrap {
  width: 100%;
  gap: 20px;
}
.coupon-box:hover .code-text, .coupon-single:hover .code-text {
  width: calc(100% - 49px);
  background: #f1551c;
}
.coupon-box:hover .coupon-button.header-alike, .coupon-single:hover .coupon-button.header-alike {
  border-color: #f1551c;
}
.coupon-box:hover .coupon-button.header-alike .code-text-full, .coupon-single:hover .coupon-button.header-alike .code-text-full {
  background: #f1551c;
}
.coupon-box .coupon-image, .coupon-box>.coupon-action-button {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  width: auto;
  background: #FFFFFF;
  height: 90px;
  width: 90px;
  border: 1px solid #ebebeb;
  border-radius: 6px;
}
.coupon-box .coupon-image img, .coupon-box>.coupon-action-button img {
  max-width: 80%;
}
.coupon-box .coupon-top-meta {
  display: none;
}
.coupon-box .discount {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 2px 0 0;
  float: left;
  color: #ff5925;
  font-size: 2.2rem;
  font-weight: 700;
}
.coupon-list .discount {
  width: 100%;
  justify-content: center;
  font-size: 2rem;
  text-align: center;
}
.coupon-list .discount.discount_img {
  flex-wrap: wrap;
}
.coupon-box .discount.discount_img {
  gap: 6px;
  font-size: 1.6rem;
  margin: 6px 0 0;
}
.coupon-box .discount.discount_img .icon {
  width: 26px;
  height: 26px;
}
.coupon-box h2 {
  float: left;
  width: 100%;
  margin-top: 0;
  margin: 0 0 12px;
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: initial;
}
.coupon-box h2:hover {
  color: #202020;
}
.coupon-code-modal, .coupon-button.header-alike {
  float: left;
  width: 100%;
  cursor: pointer;
}
.coupon-button.header-alike {
  border: 2px solid #ff6229;
  border-radius: 2px;
  display: block;
  position: relative;
  text-align: left;
  position: relative;
  transition: all 200ms ease;
  border-radius: 6px;
  overflow: hidden;
}
.coupon-grid .code-text {
  width: calc(100% - 36px);
  transition: all 200ms ease;
}
.coupon-grid .grid-top {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 12px;
}
.coupon-grid .grid-top-right {
  display: flex;
  flex-direction: column;
  width: calc(100% - 100px);
  padding-left: 20px;
}
.coupon-grid .grid-center {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  flex-grow: 1;
  width: 100%;
}
.coupon-list .grid-top {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 90px;
}
.coupon-list .grid-center {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 110px);
}
.coupon-list .grid-top-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: calc(100% - 106px);
}
.coupon-grid .grid-bottom {
  margin-top: auto;
  width: 100%;
}
.code-text .angle {
  content: ' ';
  display: block;
  width: 42px;
  height: 100%;
  position: absolute;
  border-radius: 0 0 4px 4px;
  right: -29px;
  top: 7px;
  -webkit-transform: rotate(20deg) translateY(-10px) scaleX(0.8);
  -ms-transform: rotate(20deg) translateY(-10px) scaleX(0.8);
  transform: rotate(20deg) translateY(-10px) scaleX(0.8);
  background: -o-linear-gradient(52deg, #fca, #fca 49%, rgba(202, 235, 137, 0) 50%, rgba(255, 255, 255, 0));
  background: linear-gradient(38deg, #fca, #fca 49%, rgba(202, 235, 137, 0) 50%, rgba(255, 255, 255, 0));
  background-position: 0 4px;
  background-repeat: no-repeat;
  z-index: 13;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.code-text .angle-bottom {
  display: block;
  content: ' ';
  width: 23px;
  height: 10px;
  background-color: #f1551c;
  position: absolute;
  z-index: 12;
  right: -14px;
  bottom: 0;
  -webkit-transform: skew(12deg);
  -ms-transform: skew(12deg);
  transform: skew(12deg);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.coupon-button .text {
  position: absolute;
  z-index: 20;
  color: white;
  width: calc(100% - 36px);
  left: 0;
  text-align: center;
  padding: 5px 12px;
}
.coupon-list .coupon-button .text {
  padding: 10px 12px;
}
.coupon-box:hover {
  box-shadow: 0px 0px 8px -2px rgba(0, 0, 0, 0.2);
  color: inherit;
}
.coupon-single:hover {
  color: inherit;
}
.coupon-grid .tools_wrap {
  flex-direction: column;
  justify-content: flex-end;
  flex-grow: 1;
}
.coupon-grid .expire {
  float: left;
  margin: 0 0 12px;
}
.partial-code {
  padding: 10px 12px;
  color: #272727 !important;
}
.coupon-box .flex-left {
  width: 130px;
  display: flex;
}
.coupon-box .flex-left a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.coupon-box .flex-left img {
  max-width: 80%;
}
.coupon-list h4 {
  height: auto;
}
.coupon-content-excerpt p {
  float: left;
  width: 100%;
  color: #000000;
  font-size: 1.4rem;
  line-height: 2rem;
  margin: 0 0 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 4rem;
}
.coupon-grid .coupon-content-excerpt p {
  -webkit-line-clamp: 3;
  height: 6rem;
}
.expire {
  float: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 1px;
  color: #aaa;
  font-size: 13px;
  z-index: 1;
  gap: 4px;
}
.coupon-list .expired-overlay img {
  display: none;
}
a.read-coupon-more, a.read-coupon-more:visited {
  color: #ff6229;
}
.coupon-box .flex-left, .coupon-box .flex-left img {
  flex-shrink: 0;
}
.coupon-box .grid-center-left {
  float: left;
  width: calc(100% - 200px);
  padding-right: 20px;
}
.coupon-box .grid-center-left .badges {
  margin: 0 0 6px;
  line-height: 1.6rem;
}
.coupon-box .grid-center-right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  float: left;
  width: 200px;
}
.coupon-box .grid-center-right .used {
  display: none;
}
.coupon-list .grid-top .coupon-image {
  margin: 0 0 6px;
}
.coupon-list .grid-top .badges {
  display: none;
}
.coupon-box-description {
  float: left;
  width: 100%;
}
.featured-caption .expire {
  position: static;
}
.badges {
  float: left;
  color: #7e7e7e;
  font-size: 1.3rem;
}
.exclusive {
  background: #ff6229;
}
.online-sale-explanation {
  margin: 0px;
  margin-bottom: -10px;
}
.coupon-code-modal {
  border: 2px solid #ff6229;
  border-radius: 2px;
  display: block;
  position: relative;
  text-align: left;
}
.coupon-action-button:hover .partial-code, .coupon-action-button:focus .partial-code, .coupon-action-button:active .partial-code, .coupon-action-button:focus:active .partial-code {
  color: #272727;
}
.code-text {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0;
  width: 80%;
  border-radius: 1px;
}
.code-text, .code-text-full {
  color: #FFFFFF;
  background: #ff6229;
  padding: 10px 12px;
  transition: all 200ms ease;
  display: block;
  text-align: center;
}
.code-text i, .code-text-full i {
  margin-left: 5px;
}
.partial-code {
  background: linear-gradient(315deg, rgba(0, 0, 0, 0.06) 10%, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.06) 40%, rgba(0, 0, 0, 0.06) 60%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0.06) 90%) repeat scroll 0 0/6px 6px rgba(0, 0, 0, 0);
  padding: 10px 20px;
  text-align: right;
  display: block;
}
.coupon-bottom-meta {
  position: absolute;
  bottom: 20px;
  right: 20px;
  margin: 0px;
  line-height: 1;
}
.coupon-top-meta, .coupon-bottom-meta a {
  color: #aaa;
}
.coupon-top-meta li {
  line-height: 1;
  vertical-align: middle;
}
.coupon-bottom-meta li:last-child {
  padding-right: 0px;
}
.share-coupon {
  display: none;
  position: absolute;
  z-index: 2;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: rgba(255, 255, 255, 0.97);
}
.share-coupon .post-share {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  text-align: center;
}
.share-coupon.open {
  display: block;
}
.share-coupon .share {
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 31px;
  font-size: 15px;
  display: inline-block;
  border-radius: 2px;
}
.share-coupon .toggle-coupon-share {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
}
.single-share .post-share {
  text-align: center;
}
.single-share a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  margin: 0px 5px;
}
.coupon-grid .share-coupon .toggle-coupon-share {
  top: 10px;
  right: 10px;
}
.save-coupon.added {
  color: #ff6229;
}
.main-listing .coupons {
  margin: 20px 0 20px;
}
.main-listing .coupons.coupons-first {
  margin: 0 0 20px;
}
.main-listing .coupons .flex-row:last-child .coupon-list {
  margin: 0;
}
.main-listing .coupons.similar-coupons {
  margin: 0 0 20px;
}

/* grid part */
.coupon-grid .code-text, .coupon-grid .partial-code, .coupon-grid .code-text-full {
  padding: 5px 12px;
  transition: all 200ms ease;
}
.coupon-grid .coupon-bottom-meta {
  position: static;
}
.coupon-grid .exclusive {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}
.single .code-text, .coupon-grid .code-text {
  width: 90%;
}

/* end grid part */

/* END COUPON LISTING */

/* MODALS */
.modal-content {
  border-radius: 0px;
  box-shadow: none;
  border: none;
}
.iosBugFixCaret .modal {
  position: absolute;
}
.modal.in .modal-dialog {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  margin: 0;
}
.modal.in .modal-dialog .modal-content {
  max-width: 780px;
  border-radius: 12px;
}
.modal.in .modal-dialog .modal-content .modal-body {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.modal.in .modal-dialog .modal-content .modal-body .modal-left {
  width: 120px;
  margin: 0 15px 0 0;
}
.modal.in .modal-dialog .modal-content .modal-body .modal-center {
  width: calc(100% - 135px);
}
.modal-header, .modal-footer {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  border: none;
}
.modal-footer .flex-right {
  margin-left: auto;
}
.modal.in .modal-header h3 {
  font-size: 2rem;
  margin: 0 0 10px;
}
.modal-coupon-content {
  float: left;
  width: 100%;
  margin: 0 0 15px;
}
.modal-coupon-content p {
  font-size: 13px;
}
.modal-coupon-buttons {
  float: left;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 10px 0 5px 0;
}
.modal-coupon-buttons .shop-link {
  margin: 20px 0 0;
  padding: 7px 20px;
  font-size: 12px;
  max-width: 200px;
}
.modal-coupon-buttons .code-wrap {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.modal-coupon-buttons .shop-wrap {
  max-width: 465px;
  justify-content: center;
}
.modal-coupon-buttons .code-wrap .btn {
  position: absolute;
  padding: 13px 0;
  width: 120px;
  top: 0;
  right: 0;
  border-radius: 0 8px 8px 0;
  text-transform: uppercase;
  background: #ff6229;
  color: #FFFFFF;
}
.modal-coupon-buttons .code-wrap.code-copied a.btn {
  background: #00c51a;
}
.modal-coupon-buttons .code-wrap.code-copied .coupon-code-modal {
  border: 2px solid #00c51a;
}
.modal.in .modal-dialog .coupon-works {
  display: none;
}
.modal.in .modal-dialog .coupon-code-modal {
  cursor: pointer;
}
.coupon-code-manual, .coupon-code-copied {
  margin-top: 10px;
}
a.coupon-code-modal {
  background: #ff6229;
  text-align: center;
  padding: 10px 20px;
  color: #fff;
  width: 50%;
  max-width: 100%;
  transition: all 200ms ease;
  border-radius: 6px;
}
a.coupon-code-modal:hover {
  background: #f1551c;
}
a.coupon-code-modal.sale-act-btn {
  margin-bottom: 0px;
}
input.coupon-code-modal, input.coupon-code-modal:focus, input.coupon-code-modal:hover, input.coupon-code-modal:active, input.coupon-code-modal:focus:active {
  background: linear-gradient(315deg, rgba(0, 0, 0, 0.06) 10%, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.06) 40%, rgba(0, 0, 0, 0.06) 60%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0.06) 90%) repeat scroll 0 0/6px 6px rgba(0, 0, 0, 0);
  color: #272727;
  display: block;
  padding: 8px 120px 8px 20px;
  text-align: center;
  font-size: 20px;
  margin-bottom: 0px;
  width: 100%;
  max-width: 100%;
  line-height: 1.42857143;
  letter-spacing: 0.5px;
  border-radius: 8px;
}
input.coupon-code-modal:focus-visible, input.coupon-code-modal:focus {
  outline: none;
}
.modal-header {
  position: relative;
}
.modal .close {
  position: absolute;
  top: 0;
  right: 0px;
  font-size: 34px;
  text-align: center;
  color: #000000;
  height: 50px;
  width: 50px;
  line-height: 25px;
  opacity: 1;
  font-weight: normal;
}
.modal-body {
  padding: 24px 30px;
}
.coupon-works {
  text-align: center;
}
.coupon-works span {
  display: block;
}
.coupon-works a {
  font-size: 25px;
  display: inline-block;
  margin: 5px;
}
.coupon-works .icon-like {
  color: #26A65B;
}
.coupon-works .icon-dislike {
  color: #D91E18;
}
.coupon-works .disabled {
  cursor: default;
}
.coupon-works .disabled .icon-like, .coupon-works .disabled .icon-dislike {
  color: #aaa;
}
#showCode .store-image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  border: 1px solid #eee;
  border-radius: 4px;
}
#showCode .store-image img {
  max-width: 90%;
}
.modal-coupon-content p {
  margin: 0px;
}
.modal-body-share {
  border-top: 1px solid #eee;
}
#showCode .post-share a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 28px;
  padding: 0px;
  text-align: center;
  border-radius: 8px;
}
.coupon-code-manual, .coupon-code-copied {
  color: #aaa;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
  font-size: 10px;
}
.coupon-code-copied.after-copy {
  display: none;
}
.modal-footer > ul {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #aaa;
  justify-content: space-between;
  margin-bottom: 0px;
}
.modal-footer > ul a {
  color: #aaa;
}
@media (min-width:768px) {
  #recover-password .modal-dialog, #lost-password .modal-dialog, #register .modal-dialog, #login .modal-dialog {
    width: 400px;
  }
}
.social-login {
  margin: 0px;
  display: flex;
  margin-right: -15px;
}
.social-login li {
  width: calc(33.333% - 5px);
  margin-right: 5px;
  padding: 0px;
}
.modal .text-center label {
  margin-top: 20px;
}
.social-login li a, .social-login li a:focus, .social-login li a:active {
  display: flex;
  align-items: center;
  color: #fff;
  border-radius: 2px;
  overflow: hidden;
}
.social-login li .facebook {
  background: #1778f2;
  border: none;
}
.social-login li .twitter {
  background: #1da1f3;
  border: none;
}
.social-login li .google {
  background: #4285f4;
  border: none;
}
.social-login li .facebook img, .social-login li .twitter img {
  height: 17px;
  margin: 9px 10px;
}
.social-login li .google {
  font-weight: 500;
}
.social-login li .google span {
  margin-top: 2px;
}
.social-login li img {
  height: 35px;
  width: auto;
  margin-right: 10px;
}
.modal .submit-ajax-form {
  margin-bottom: 5px;
}
.submit-ajax-form .fa {
  margin-left: 5px;
}
#login .styled-checkbox {
  margin-top: 15px;
}
.small-action {
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  color: #aaa;
}
label {
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
}
.modal-header h4 {
  margin: 0px;
}
#recover-password .form-group, #register .form-group {
  margin-bottom: 15px;
}

/* END MODALS */

/* SELECT BOXES */
.styled-select.inline-select {
  display: inline-block;
  margin-right: 5px;
}
.styled-select select, .styled-select select:focus, .styled-select select:active {
  box-shadow: none;
  position: relative;
  border: 1px solid #eee;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  cursor: pointer;
  background: transparent;
  z-index: 2;
  border-radius: 2px;
  height: 34px;
  width: 100%;
  min-width: 110px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-weight: 500;
  color: #272727;
}
.styled-select {
  position: relative;
}
.styled-select:after {
  content: '\f107';
  font-family: FontAwesome;
  height: 32px;
  width: 34px;
  color: #666;
  background: #fff;
  z-index: 1;
  border-left: none;
  bottom: 0px;
  right: 0px;
  position: absolute;
  line-height: 32px;
  text-align: center;
}

/* END SELECT BOXES */

/* TABS */
body .kc_tabs > .kc_wrapper > .kc_tabs_nav {
  background: transparent;
}
body .kc_accordion_wrapper, body .kc_tabs {
  margin-bottom: 0px;
}

/* END TABS */

/* MY ACCOUNT */
.nav-tabs {
  border: none;
  margin-bottom: 30px;
}
.nav-tabs li {
  width: 33.33%;
  text-align: center;
}
.my-account-tabs li {
  width: 33.33%;
  text-align: center;
  border: none;
}
.nav-tabs.tabs-4 li {
  width: 25%;
}
.nav.nav-tabs > li > a:hover, .nav.nav-tabs > li.active > a, .nav.nav-tabs > li.active > a:hover, .nav.nav-tabs > li.active > a:focus, .nav.nav-tabs > li.active > a:active {
  border: none;
  border-radius: 0px;
  background: #ff6229;
  color: #fff;
}
.nav.nav-tabs > li > a {
  background: #fff;
  color: #272727;
}
.tab-content {
  padding-right: 5px;
}

/* END MY ACCOUNT */

/* STORES */

.stores-page .store-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 25%;
}
.stores-page .store-block {
  padding: 0 10px 15px 10px;
}
.stores-page .store-block .white-block {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 110px;
  background: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .07);
}
.stores-page .store-block .white-block .store-image {
  display: flex;
  width: 100%;
  height: 110px;
  align-items: center;
  justify-content: center;
}
.stores-page .store-block .white-block img {
  width: auto;
  max-width: 80%;
  max-height: 80%;
  transition: all 200ms ease;
}
.stores-page .store-block .white-block:hover img {
  transform: scale(1.08, 1.08);
}
.stores-page .store-block .store-name {
  font-weight: 500;
}
.white-block-small-margin {
  margin-bottom: 5px;
}
.store-search {
  margin-bottom: 20px;
}
.store-search .white-block {
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  overflow: hidden;
  background: #FFFFFF;
}
.store-search .white-block .fa-spin {
  display: none;
}
ul.store-letter-filter {
  background: #FFFFFF;
  font-size: 17px;
  font-weight: 700;
  margin: 0px;
  padding: 0px 10px;
}
#store_name {
  border: none;
  line-height: 60px;
  height: 47px;
  font-size: 1.6rem;
  padding: 0px 20px;
  border-top: 1px solid #e7e7e7;
}
#store_name::-webkit-input-placeholder {
  color: #eee;
  font-size: 18px;
}
#store_name::-moz-placeholder {
  color: #eee;
  font-size: 18px;
}
#store_name:-ms-input-placeholder {
  color: #eee;
  font-size: 18px;
}
#store_name:-moz-placeholder {
  color: #eee;
  font-size: 18px;
}
#store_name:placeholder {
  color: #eee;
  font-size: 18px;
}
.store-letter-filter .pull-right {
  margin-top: 2px;
}
.store-letter-filter a {
  line-height: 1;
  padding: 15px 5px;
  display: inline-block;
}
.search-store, .stores-search-results {
  display: none;
}
.stores-search-results {
  padding: 10px 20px;
  margin: 0 0 -40px;
}
.stores-wrap {
  display: block;
  width: 100%;
  padding: 20px;
}
.letter-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin: 6px 0 20px;
}
.letter-title:after {
  content: '';
  flex-grow: 1;
  display: block;
  height: 1px;
  background: #e2e2e2;
}
.letter-title h3 {
  float: left;
  font-size: 2rem;
  margin: 0 30px 0 0;
}

/* END STORES */

/* ALL CATEGORIES */
.category-block i, .category-block svg, .category-block img {
  height: 40px;
  width: auto;
  margin-bottom: 15px;
}
.category-block i {
  font-size: 40px;
  color: #ff6229;
}
.category-block:hover .white-block {
  background: #ff6229;
  color: #fff;
}
.category-block:hover i {
  color: #fff;
}
.category-block span {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

/* END ALL CATEGRIES */

/* SUBMIT PAGE */
.datepicker-dropdown {
  border-color: #eee;
}
.datepicker-panel > ul > li.highlighted:hover, .datepicker-panel > ul > li.highlighted, .datepicker-panel > ul > li:hover {
  background-color: rgba(241, 169, 160, 0.5);
}
.datepicker-panel > ul > li.picked, .datepicker-panel > ul > li.picked:hover {
  color: #ff6229;
}
.datepicker-top-left:before, .datepicker-top-right:before {
  border-bottom-color: #eee;
}
.page-template-page-tpl_submit main .small-action {
  margin-top: -15px;
  margin-bottom: 15px;
}
.page-template-page-tpl_submit .small-action label {
  font-size: 10px;
}
.page-template-page-tpl_submit .form-group {
  margin-bottom: 15px;
}
.page-template-page-tpl_submit textarea, .page-template-page-tpl_submit textarea:focus, .page-template-page-tpl_submit textarea:active, .page-template-page-tpl_submit textarea:focus:active {
  min-height: 150px;
}
.exclusive-check {
  margin-top: 5px;
}

/* END SUBMIT PAGE */

/* BREADCRUMBS */
.breadcrumb {
  margin: 0 0 6px;
  padding: 10px 0px;
  border-radius: 0px;
  background: transparent;
}
.breadcrumb li, .breadcrumb li a {
  font-size: 1.3rem;
}
.breadcrumb li a {
  transition: all 200ms ease;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}

/* END BREADCRUMBS */

/* SEARCH PAGE */
.search-header {
  margin: 0 0 20px;
}
.search-header .flex-right {
  height: 36px;
}
.search-header .styled-select {
  min-width: 150px;
  display: inline-block;
}
.search-header .flex-wrap {
  width: 100%;
  justify-content: space-between;
}
.listing-action {
  display: none;
  margin-right: 10px;
}
.listing-style {
  font-size: 21px;
  line-height: 1;
  vertical-align: middle;
  margin-right: 5px;
  color: #aaa;
}
.listing-style.active {
  color: #FF6D02;
}
.search-header .coupon-type {
  display: flex;
  flex-wrap: wrap;
  z-index: 10;
}
.order_wrap {
  display: none;
}
.ordertype_wrap {
  display: flex;
  gap: 8px;
}
.act_filter {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  height: 36px;
  padding: 0 12px;
  font-weight: 600;
  font-size: 14px;
  border: 1px solid #e7e7e7;
  border-radius: 6px;
  background: #FFFFFF;
}
.act_filter svg {
  width: 18px;
  height: 18px;
}
.act_order {
  display: none;
}
.search-header .filter-wrap button {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  height: 36px;
  padding: 0 12px;
  font-size: 14px;
  border: 1px solid #e7e7e7;
  border-radius: 6px;
  transition: all 200ms ease;
}
.search-header .filter-wrap button:hover {
  background: #FFFFFF;
}
.search-header .filter-wrap button.act {
  font-weight: 600;
  background: #FFFFFF;
}
.filter-wrap.act {
  z-index: 99;
  position: relative;
}
.filter-wrap.act .select {
  position: absolute;
  top: 40px;
  left: 0;
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  width: 140px;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  padding: 6px;
}
.filter-wrap.act .select button {
  border: none;
  margin: 0;
  height: 32px;
  background: #FFFFFF;
}

/* END SEARCH PAGE */

/* SERVICE */
.service-icon {
  display: inline-block;
  border-radius: 50%;
  width: 59px;
  height: 59px;
  line-height: 59px;
  font-size: 25px;
  text-align: center;
  margin-bottom: 15px;
  flex-shrink: 0;
}
.service h4, .service p {
  margin: 0px;
}
.service.vertical {
  text-align: center;
}
.service.horizontal .service-icon {
  margin-bottom: 0px;
  margin-right: 15px;
}
.service.horizontal .white-block-content {
  display: flex;
  align-items: center;
}
.service.horizontal.right .white-block-content {
  justify-content: space-between;
}
.service.horizontal.right .service-icon {
  order: 2;
  margin-right: 0px;
}
.service.horizontal.right .service-content {
  order: 1;
}

/* END SERVICE */

/* SIMPLE SLIDER */
.simple-slider {
  display: none;
}
.simple-slider .owl-nav > div {
  border-radius: 50%;
  background: #fff;
  color: #252525;
  opacity: 1;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  top: -500px;
}
.simple-slider .owl-nav > .owl-prev {
  left: 20px;
}
.simple-slider .owl-nav > .owl-next {
  right: 20px;
}
.simple-slider-caption {
  background: #fff;
  padding: 30px 40px;
  -webkit-backface-visibility: hidden;
}
.simple-slider-caption h2 {
  margin-top: 0px;
  margin-bottom: 5px;
}
.simple-slider-caption p {
  margin-bottom: 0px;
  text-transform: uppercase;
  font-size: 11px;
  color: #888;
}
.owl-dots {
  text-align: center;
  margin-top: 10px;
}
.owl-dot {
  border-radius: 50%;
  border: 1px solid #ccc;
  width: 15px;
  height: 15px;
  margin: 2px;
  display: inline-block;
}
.owl-dot.active {
  border-color: #ff6229;
}

/* END SIMPLE SLIDER */

/* SELECT 2 */
.select2-container--default .select2-selection--single {
  border: 1px solid #eee;
  min-height: 40px;
  border-radius: 2px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
  padding-left: 10px;
  padding-right: 10px;
}
.select2-dropdown, .select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #eee;
  border-radius: 2px;
}
.select2-results__option {
  font-size: 13px;
}
.styled-select.select2-styled:after {
  bottom: 3px;
  right: 3px;
}

/* END SELECT 2 */

/* Swiper carousel design */
.swiper-wrap {
  float: left;
  width: 100%;
  position: relative;
}
.swiper-pagination-bullets.swiper-pagination-horizontal {
  margin: 0 0 -8px;
}
.swiper-carousel {
  float: left;
  width: calc(100% + 20px);
  display: block;
  margin-left: -10px;
  margin-right: auto;
  overflow: hidden;
  list-style: none;
  z-index: 1;
}
.swiper-button-next {
  right: -42px;
}
.swiper-button-prev {
  left: -42px;
}
.swiper-button-next, .swiper-button-prev {
  background: none;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}
.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 2rem;
  color: #c9c9c9;
  transition: all 200ms ease;
}
.swiper-button-next:hover:after, .swiper-button-prev:hover:after {
  color: #484848;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  background: #ff6229;
  border-radius: 3px;
  margin: 0 3px;
  width: 18px;
  height: 6px;
}

/* Swiper categories carousel design */
.swiper-categories .swiper-button-next, .swiper-categories .swiper-button-prev {
  top: 40px;
}
.swiper-categories .swiper-slide, .swiper-categories .swiper-slide:focus {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border: none;
  padding: 0 10px;
  width: 22.222222%;
}
.swiper-categories .cat-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .07);
  border-radius: 8px;
  transition: all 200ms ease;
  background: #FFFFFF;
}
.swiper-categories .swiper-slide[title='Black Friday'] .cat-img {
  overflow: hidden;
}
.swiper-categories .swiper-slide[title='Black Friday'] .cat-img img {
  max-width: 100%;
  max-height: 100%;
}
.swiper-categories .cat-img img {
  max-width: 50%;
  max-height: 47%;
  width: auto;
  height: auto;
  -webkit-backface-visibility: visible;
}
.swiper-categories .swiper-slide:hover .cat-img {
  background: #FFFFFF;
  transition: all 200ms ease;
}
.swiper-categories .swiper-slide .cat_name {
  margin: 8px 0 0;
  line-height: 2rem;
  font-size: 1.3rem;
  font-weight: 500;
  text-align: center;
}

/* Swiper banners carousel design */
.swiper-carousel.swiper-banners {
  padding: 0 0 30px;
}
.swiper-banners .swiper-slide {
  width: 100%;
  padding: 0 10px;
}
.swiper-banners .swiper-slide img {
  border-radius: 10px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .07);
}

/* Swiper stores carousel design */
.swiper-stores .swiper-slide {
  width: 28.571428%;
  padding: 0 6px;
}
.swiper-stores .store-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0;
  background: #FFFFFF;
  height: 80px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .07);
  border-radius: 8px;
  transition: all 200ms ease;
}
.swiper-stores .store-icon img {
  top: auto;
  left: auto;
  transform: none;
  transition: all 200ms ease;
  max-width: 75%;
  max-height: 75%;
  width: auto;
}
.swiper-stores .store-icon:hover img {
  transform: scale(1.08, 1.08);
}
.swiper-blog .swiper-slide {
  padding: 0 10px;
  width: 25%;
}
.show-mob {
  display: none;
}

/* faq */
.accordion {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  margin: 0;
}
.accordion .card {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.accordion .card .card-header {
  width: 100%;
}
.accordion .card .card-header h3 {
  margin: 0;
}
.accordion .card .card-header .btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 15px 0px;
  font-size: 18px;
  font-weight: 600;
  transition: all 300ms ease;
  white-space: normal;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #e7e7e7;
  text-align: left;
}
.accordion .card .card-header .btn:hover, .accordion .card .card-header .btn:focus {
  background: transparent;
}
.accordion .card .card-header .btn span:first-letter {
  text-transform: uppercase;
}
.accordion .card .card-header .btn svg {
  transition: all 300ms ease;
  display: flex;
}
.accordion .card .card-header .btn:not(.collapsed) svg {
  transform: rotate(180deg);
}
.accordion .card:last-child .card-header .btn.collapsed {
  border-bottom: none;
  border-color: #f2f4f7;
}
.accordion .card-body {
  padding: 15px 0px;
}

/* Skryje AdSense slot, keď je nevyplnený */
.adsbygoogle[data-ad-status="unfilled"] {
  display: none !important;
}
.box.warning {
  padding: 15px 20px;
  background: #ffefbc;
  margin: 0 0 20px;
  border-radius: 8px;
  font-size: 15px;
}

/* Responsive design */
@media screen and (min-width:1430px) {
  body {
    padding: 30px 40px;
  }
  .header-wrapper {
    border-radius: 12px;
  }
  .bg-white-gradient {
    border-radius: 12px;
  }
  .footer {
    border-radius: 12px;
  }
}
@media screen and (min-width:1025px) {
  .navigation {
    top: 30px;
    margin-top: -30px;
    border-radius: 8px;
  }
  .navbar-nav {
    border-radius: 8px;
    overflow: hidden;
    padding: 0 5px;
  }
  .navbar-default .navbar-nav li.current_page_item > a, .navbar-default .navbar-nav li.current_page_item > a:visited {
    color: #FFFFFF;
  }
  .navbar-default .navbar-nav li.current_page_item > a:focus {
    color: #FFFFFF;
  }
  .navbar-default .navbar-nav li.current_page_item > a:visited:hover {
    color: #FFFFFF;
  }
  .navbar-default .navbar-nav .open > a, .navbar-default .navbar-nav .open > a:hover, .navbar-default .navbar-nav li.current_page_item.open > a, .navbar-default .navbar-nav li.current_page_item.open > a:visited {
    background: rgba(250, 250, 250, 0.1);
    color: #FFFFFF;
  }
  .navbar-default .navbar-nav li.current_page_ancestor > a, .navbar-default .navbar-nav li.current_page_ancestor > a:visited {
    color: #FFFFFF;
  }
  .navbar-default .navbar-nav li.current_page_ancestor.open > a, .navbar-default .navbar-nav li.current_page_ancestor.open > a:visited, .navbar-default .navbar-nav li.current_page_ancestor > a:focus, .navbar-default .navbar-nav li.current_page_item.open > a, .navbar-default .navbar-nav li.current_page_item.open > a:visited {
    color: #FFFFFF;
    background: rgba(250, 250, 250, 0.1);
  }
  .footer .dropdown-menu {
    display: block !important;
  }
}
@media screen and (min-width:1024px) {
  .swiper-categories .swiper-slide {
    width: 11.111111%;
  }
  .swiper-stores .swiper-slide {
    width: 10%;
    padding: 0 6px;
  }
  .swiper-banners .swiper-slide {
    width: 33.333333%;
  }
}
@media screen and (min-width:768px) {
  .swiper-categories .swiper-slide {
    width: 20%;
  }
}

/* Responsive design */
@media screen and (max-width:1429px) {
  body.modal-open {
    padding-right: 0 !important;
  }
}
@media screen and (max-width:1290px) {
  .container {
    padding: 0 15px;
  }
  .navigation {
    margin: 0 15px;
  }
}
@media screen and (max-width:1260px) {
  .swiper-button-next, .swiper-button-prev {
    display: none;
  }
}
@media screen and (max-width:1024px) {
  main {
    margin: 0 0 20px;
  }
  .home main {
    margin: 20px 0;
  }
  .breadcrumb {
    padding: 10px 0;
  }
  .navbar-toggle {
    display: flex;
    align-items: center;
    margin: 0 0 0 16px;
    height: 40px;
  }
  .top-header {
    padding: 15px 0 20px 0;
  }
  .top-header .flex-center {
    padding: 16px 0 16px 0;
  }
  #menu-icon {
    width: 30px;
    height: 18px;
    position: relative;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
  }
  #menu-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #FFFFFF;
    right: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
    width: 30px;
  }
  #menu-icon span:nth-child(1) {
    top: 0px;
  }
  #menu-icon span:nth-child(2) {
    top: 8px;
  }
  #menu-icon span:nth-child(3) {
    top: 16px;
  }
  #menu-icon.open span {
    background: #ffffff;
  }
  #menu-icon.open span:nth-child(1) {
    top: 7px;
    transform: rotate(135deg);
  }
  #menu-icon.open span:nth-child(2) {
    opacity: 0;
  }
  #menu-icon.open span:nth-child(3) {
    top: 7px;
    transform: rotate(-135deg);
  }
  .nav.navbar-nav li a i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
  }
  .navigation {
    display: none;
  }
  .navigation .navbar-nav {
    background: #ff6229;
    margin: 0;
  }
  .navigation .container {
    padding: 0;
  }
  .navbar-default .navbar-nav>li>a span {
    display: flex;
    width: calc(100% - 51px);
  }
  .navigation .container ul li>a .fa:before {
    font-size: 2.8rem;
    margin: 0;
    top: 0;
  }
  .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    background: #ff6229;
    color: #FFFFFF;
  }
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .open>a, .navbar-default .navbar-nav .open>a:hover, .navbar-default .navbar-nav .open>a:focus, .navbar-default .navbar-nav li a:hover, .navbar-default .navbar-nav li.current_page_ancestor>a, .navbar-default .navbar-nav li.current_page_ancestor>a:visited, .navbar-default .navbar-nav li.current_page_item>a, .navbar-default .navbar-nav li.current_page_item>a:visited {
    background: #ff6229;
    color: #FFFFFF;
  }
  .navigation .container ul li {
    border-radius: 8px;
    margin: 0 0 10px;
  }
  .navigation .container ul li ul li {
    margin: 5px 0px;
  }
  .navigation .container ul li a {
    display: flex;
    justify-content: flex-start;
    border-radius: 8px;
    border: 2px solid #FFFFFF;
  }
  .navigation .container ul li a:focus {
    border: 2px solid #FFFFFF;
  }
  .navigation .container ul li a i {
    margin-left: auto;
    position: absolute;
    width: 35px;
    height: 35px;
    right: 5px;
    top: 12px;
  }
  .navigation .container ul li .dropdown-menu .container {
    background: #ff6229;
  }
  .navigation .container ul li .dropdown-menu {
    position: relative;
    top: auto;
    background: inherit;
  }
  .navigation .container ul li .dropdown-menu a span {
    width: calc(100% - 43px);
  }
  .navbar-nav .open .dropdown-menu {
    background: #FFFFFF;
  }
  .navigation .container ul li .dropdown-menu .container {
    padding: 0;
  }
  .navigation .container ul li .dropdown-menu li {
    padding: 0;
    width: 50%;
    padding-right: 5px;
  }
  .navigation .container ul li .dropdown-menu li:nth-child(2n) {
    padding-left: 5px;
    padding-right: 0;
  }
  .navigation .container ul li .dropdown-menu a:hover {
    background: #FFFFFF;
  }
  .navigation .container ul li .dropdown-menu a[title='Black Friday']:hover {
    background: #010101;
  }
  .navigation .container ul li .dropdown-menu li a {
    padding: 12px 15px;
    background: #FFFFFF;
    height: 100%;
  }
  .navigation .container ul li .dropdown-menu a .img {
    width: 28px;
    height: 28px;
    margin: 0 10px 0 0;
  }
  .navigation .container ul li .dropdown-menu a span {
    width: calc(100% - 38px);
  }
  .navigation .container ul li .dropdown-menu a[title='Black Friday'] span {
    width: calc(100% - 50px);
  }
  .navigation .container ul li .dropdown-menu a span {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  .navigation .container ul li a i {
    top: 5px;
  }
  .navigation .container ul li>a {
    border-radius: 8px;
    padding: 8px 12px;
  }
  .navigation .container ul li > a .img {
    justify-content: flex-start;
    width: 30px;
    height: 30px;
  }
  .navigation .container ul li.menu-item-1 a .img img {
    max-width: 100%;
  }
  .stores-page .store-block {
    width: 33.333333%;
  }
  .stores-page .store-block .white-block, .stores-page .store-block .white-block .store-image {
    height: 90px;
  }
  .footer {
    padding: 30px 0;
  }
  .footer .container {
    padding: 0;
  }
  .footer .nav.nav-footer {
    flex-direction: column;
  }
  .footer .nav.nav-footer li {
    width: 100%;
    border-bottom: 1px solid #c7c7c7;
  }
  .footer .nav>li>span {
    font-size: 1.8rem;
    padding: 8px 15px;
    cursor: pointer;
  }
  .footer .dropdown-menu {
    box-shadow: none;
    padding: 6px 0;
    margin: 0;
    background: #FFFFFF;
  }
  .footer .nav.nav-footer li ul li a {
    background: #FFFFFF;
    color: #000000;
    padding: 6px 25px;
  }
  .footer .nav .open>a, .footer .nav .open>a:hover, .footer .nav .open>a:focus {
    background: rgba(43, 41, 48, 0.8);
  }
  .footer .dropdown-menu li {
    padding: 0;
  }
  .footer .nav.nav-footer li ul li {
    border-bottom: none;
  }
  .footer .nav>li>span .fa-angle-down {
    display: block;
    font-size: 2.6rem;
  }
  .footer .nav>li> span {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .footer .nav>li> span i {
    margin-left: auto;
  }
  .footer .copyrights {
    margin: 30px 0 0;
    display: flex;
    justify-content: center;
    padding: 0 15px;
  }
  .white-block.coupon-box:hover {
    z-index: 1;
  }
  .white-block.coupon-box {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 18px;
    gap: 20px;
  }
  .white-block.coupon-box .grid-top {
    display: flex;
    flex-wrap: wrap;
    width: 80px;
    height: auto;
    margin: 0;
  }
  .coupon-grid .grid-top-left {
    width: 80px;
  }
  .badges {
    font-size: 1.2rem;
    text-align: center;
    margin: 8px 0;
    order: 2;
  }
  .coupon-box .grid-top-right {
    width: 100%;
    height: auto;
    padding: 0;
    margin-top: auto;
  }
  .coupon-box .coupon-image, .coupon-box>.coupon-action-button {
    width: 80px;
    height: 80px;
    margin: 0 0 8px;
  }
  .coupon-box.coupon-list .white-block-content .flex-wrap {
    gap: 12px;
  }
  .white-block.coupon-box .grid-center {
    width: calc(100% - 100px);
  }
  .coupon-box .grid-center-left, .coupon-box .grid-center-right {
    width: 100%;
    padding: 0;
  }
  .white-block.coupon-box .grid-bottom {
    width: 100%;
  }
  .coupon-box .code-text {
    width: calc(100% - 28px);
  }
  .coupon-box .expire {
    margin: 0 0 12px;
  }
  .coupon-box .discount {
    justify-content: center;
    text-align: center;
    font-size: 1.8rem;
  }
  .coupon-box .discount.discount_img {
    gap: 0px;
  }
  .coupon-box .text, .coupon-list .coupon-button .text {
    width: calc(100% - 28px);
    font-size: 1.2rem;
    padding: 6px;
    line-height: 2rem;
  }
  .coupon-box .code-text-full {
    font-size: 1.2rem;
    padding: 6px;
    line-height: 2rem;
  }
  .coupon-box .code-text, .coupon-box .code-text-full, .coupon-box .partial-code {
    padding: 6px 8px;
  }
  .coupon-box .partial-code {
    line-height: 2rem;
  }
  .coupon-box .flex-left {
    width: 100px;
  }
  .coupon-box .flex-right {
    width: 100%;
  }
  .coupon-list .grid-top .badges {
    display: block;
  }
  .coupon-box .grid-center-left .badges {
    display: none;
  }
  .main-listing .row .col-lg-9, .blog-content .row .col-lg-9 {
    order: 1;
  }
  .main-listing .row .col-lg-3, .blog-content .row .col-lg-3 {
    order: 2;
  }
  .res-order-2 {
    order: 2;
  }
  .widget.white-block.categories {
    display: none;
  }
  .widget.search-filter {
    display: none;
  }
  .store-tax-header-wrap .store-info {
    padding: 10px 0px 30px 0px;
  }
  .store-logo a {
    width: 120px;
    height: 120px;
  }
  .store-content {
    width: calc(100% - 120px);
  }
  .blog-content .widget.white-block {
    margin: 20px 0;
  }
}
@media screen and (max-width:940px) {
  body:not(.home) .top-header .flex-right {
    order: 2;
  }
  .top-header .flex-center {
    order: 5;
    width: 100%;
  }
  .top-header h1 {
    font-size: 2.4rem;
  }
  .flex-description h1 {
    margin: 0 0 10px;
  }
  .flex-description p {
    margin: 0;
    width: 90%;
    padding: 0;
  }
}
@media screen and (max-width:769px) {
  .center-header {
    padding: 0 0 20px;
  }
  .center-header .search-wrapper {
    margin-top: 0px;
  }
  .top-header .flex-center {
    padding: 0;
  }
  .top-header .flex-center .search-wrapper .title {
    margin: 16px 0 0;
  }
  #custom_search {
    margin: 16px 0 0;
  }
  .top-header .flex-center p {
    margin: 0;
    width: 90%;
  }
  body:not(.home) .top-header .flex-center {
    width: 100%;
    order: 5;
    padding: 0;
  }
  .flex-description {
    padding: 16px 0 0;
  }
  .top-header {
    padding: 15px 0 18px 0;
  }
  h2, h1, .top-header h1 {
    font-size: 2.2rem;
  }
  h3 {
    font-size: 1.8rem;
  }
  .flex-description p {
    font-size: 15px;
  }
  .top-header .flex-center p {
    font-size: 15px;
  }
  .nav.navbar-nav>li>a {
    padding: 10px 15px;
  }
  .header-wrapper.open-menu .navigation {
    top: 60px;
  }
}
@media screen and (max-width:768px) {
  .coupon-list .used, .coupon-list .expire {
    top: auto;
    left: auto;
    background: inherit;
  }
  li.site-logo {
    display: none;
  }
  .logo-small-screen {
    display: block;
  }
  .navigation-bar {
    padding: 5px 0px;
  }
  .cmplz-divider-header {
    display: none;
  }
  .cmplz-cookiebanner {
    width: calc(100% - 30px) !important;
  }
}
@media screen and (max-width:767px) {
  .breadcrumb {
    padding: 10px 0 15px 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
  }
  .breadcrumb::-webkit-scrollbar {
    background: #f7f7f7;
  }
  section.categories {
    padding: 0 0 20px;
  }
  section.stores, section.banners {
    padding: 0 0 10px;
  }
  section .section-title {
    margin: 0 0 20px;
  }
  section .section-title .show-all {
    display: none;
  }
  section .section-bottom {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  section .section-bottom .show-all {
    position: relative;
    margin: 0 0 10px;
  }
  .p-40 {
    padding: 20px 0;
  }
  .res_hide {
    display: none;
  }
  .swiper-banners {
    padding: 0 0 20px;
  }
  .swiper-carousel {
    width: calc(100% + 14px);
    margin-left: -10px;
  }
  .swiper-carousel.swiper-banners {
    width: calc(100% + 20px);
    margin-left: -10px;
  }
  .swiper-carousel.swiper-stores {
    width: calc(100% + 10px);
    margin-left: -6px;
  }
  .swiper-carousel.swiper-banners {
    padding: 5px 0 34px;
  }
  .swiper-categories .cat-img {
    width: 60px;
    height: 60px;
  }
  .swiper-categories .swiper-slide {
    padding: 0 7px;
  }
  .swiper-pagination-bullets.swiper-pagination-horizontal {
    margin: 0 0 -2px;
  }
  .swiper-categories .swiper-slide .cat_name {
    margin: 6px 0 0;
    line-height: 1.5rem;
    font-size: 1.1rem;
  }
  .swiper-stores .store-icon {
    height: 64px;
  }
  .swiper-stores .swiper-slide {
    padding: 0 6px;
  }
  .modal.in .modal-dialog .coupon-code-modal {
    font-size: 18px;
    padding: 10px 120px 10px 20px;
  }
  .modal.in .modal-dialog .coupon-code-modal.sale-act-btn {
    width: 100%;
    padding: 10px 20px 6px 20px;
    font-size: 14px;
  }
  #popUp .popUp-content .popUp-top {
    padding: 15px 30px;
  }
  #popUp .popUp-content .popUp-top h3 {
    font-size: 2rem;
    margin: 0 0 8px;
  }
  #popUp .popUp-content .popUp-top p {
    font-size: 1.4rem;
  }
  #popUp.padding-0 .popUp-content {
    width: calc(100% - 20px);
  }
  #popUp .popUp-content .close-popup {
    top: 12px;
    right: 12px;
  }
  #popUp.popUp-temu .popUp-content .popUp-top p .code {
    font-size: 1.6rem;
  }
  .close-popup:before {
    height: 16px;
  }
  .close-popup:after {
    height: 16px;
  }
  .stores-search-results {
    padding: 10px;
    margin: 0 0 -20px;
  }
  .stores-wrap {
    padding: 10px 20px;
  }
  .p-20 {
    padding: 15px 0;
  }
  .flex-wrap:not(.flex-always) {
    display: flex;
  }
  .logo img {
    max-width: 165px;
  }
  .header-wrapper.open-menu .logo {
    width: 180px;
  }
  .navbar-toggle {
    height: 32px;
  }
  #menu-icon {
    width: 26px;
  }
  #menu-icon.open span {
    width: 26px;
  }
  #menu-icon span {
    width: 26px;
  }
  .top-header .flex-right .icons .icon_wrap {
    width: 32px;
    height: 32px;
  }
  .top-header .flex-right .icons .icon_wrap .icon-facebook {
    width: 26px;
    height: 26px;
  }
  .top-header .flex-right .icons .icon_wrap .icon-instagram {
    width: 20px;
    height: 20px;
  }
  .navigation .container ul li>a:before {
    padding-left: 12px;
  }
  .navigation .container ul li .dropdown-menu .container {
    border-radius: 6px;
  }
  .navigation .container ul li .dropdown-menu li {
    border-radius: 6px;
  }
  .navigation .container ul li .dropdown-menu li a {
    padding: 8px 10px;
    border-radius: 6px;
    min-height: 56px;
  }
  .navigation .container ul li a i {
    top: 5px;
  }
  .featured-coupons {
    margin: 0;
  }
  .featured-caption.flex-wrap {
    display: none;
  }
  body.home .col-sm-3 {
    width: 100%;
    float: left;
    padding: 0 5px;
  }
  .main-search input, .main-search input:focus, .main-search input:active, .main-search input:focus:active {
    width: 100%;
    height: 30px;
  }
  #custom_search {
    width: 100%;
  }
  #custom_search form {
    width: 100%;
  }
  .stores-search-results-custom .stores-list-custom {
    max-height: 360px;
  }
  .stores-search-results-custom .store-block .store-image {
    width: 70px;
    height: 48px;
  }
  .footer .nav>li>a {
    font-size: 1.6rem;
  }
  .modal.in .modal-dialog .modal-content .modal-body .modal-left {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 0 15px;
  }
  .modal.in .modal-header h3 {
    width: 100%;
    text-align: center;
    font-size: 1.8rem;
  }
  .modal-coupon-content p {
    text-align: center;
  }
  .modal-body {
    padding: 20px;
  }
  #showCode .store-image {
    width: 80px;
    height: 80px;
  }
  .modal.in .modal-dialog .modal-content .modal-body .modal-center {
    width: 100%;
  }
  .stores-page .store-block {
    width: 50%;
  }
  .stores-page .store-block .white-block, .stores-page .store-block .white-block .store-image {
    height: 80px;
  }
  .store-tax-header-wrap .store-info {
    padding: 5px 0 30px 0;
    justify-content: center;
  }
  .taxonomy-header h1 {
    font-size: 2.2rem;
    line-height: 2.4rem;
    text-align: center;
  }
  .taxonomy-header p {
    text-align: center;
  }
  .taxonomy-header .share-wrap {
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
  }
  .taxonomy-header .share-wrap .right-column {
    order: -1;
    width: 100%;
    max-width: 320px;
  }
  .taxonomy-header .share-wrap .left-column {
    width: 100%;
    max-width: 320px;
  }
  .taxonomy-header .store-link {
    width: 100%;
  }
  .store-logo {
    width: 100px;
    display: flex;
    justify-content: center;
    margin: 0 0 14px;
  }
  .store-logo .coupon-image, .store-logo a {
    width: 82px;
    height: 82px;
  }
  .store-content {
    margin-left: auto;
    width: 100%;
    padding: 0;
  }
  .ui-tabs .kc_tabs_nav ~ .kc_tab .kc_tab_content, .white-block-content {
    padding: 24px 20px;
  }
  .store-rich-content .white-block-content {
    padding: 24px 20px;
  }
  .white-block-single-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .white-block-single-content .coupon-single {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .coupon-single .post-coupon .coupon-description {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .white-block-single-content .post-coupon .blog-item-title {
    text-align: center;
  }
  .post-coupon .coupon-button .text {
    padding: 6px 12px;
  }
  .post-coupon .coupon-button .partial-code {
    padding: 6px 15px;
  }
  .post-coupon .coupon-button.header-alike {
    max-width: 100%;
  }
  .white-block-single-content .post-coupon {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding: 0;
  }
  .pagination a, .pagination a:visited, .pagination a:hover, .pagination > span {
    width: 40px;
    height: 40px;
  }
  .show-mob {
    display: flex;
  }
  .ordertype_wrap {
    display: none;
  }
  .act_filter {
    height: 34px;
    font-size: 1.4rem;
    background: #FFFFFF;
  }
  .act_filter svg {
    width: 16px;
    height: 16px;
  }
  .search-header .coupon-type .act_order {
    display: flex;
  }
  .search-filter {
    margin: 0;
    border: none;
  }
  .search-filter .white-block-content {
    padding: 0;
  }
  .search-filter .white-block-content .result {
    font-weight: 700;
    margin: 0 0 6px;
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
  .flex-row.flex-cards .card {
    display: flex;
    padding: 20px 15px;
  }
  .flex-row.flex-cards .content.right {
    display: flex;
    align-items: center;
    padding: 0 15px;
  }
  .flex-row.flex-cards .content.right h3 {
    margin: 0;
    font-size: 16px;
  }
  .flex-row.flex-cards .content.right.bottom {
    width: 100%;
    margin: 10px 0 0;
    padding: 0;
  }
  .flex-row.coupons-info {
    width: 100%;
    gap: 4px;
  }
  .flex-row.coupons-info .value_wrap {
    display: flex;
    justify-content: center;
    width: calc(50% - 2px);
    text-align: center;
    padding: 4px 5px;
    font-size: 13px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #e4e6eb;
  }
  .accordion .card .card-header .btn {
    font-size: 16px;
  }
  .coupon-content-excerpt p {
    -webkit-line-clamp: 3;
    height: 6rem;
  }
  .box.warning {
    padding: 12px 18px;
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (max-width:560px) {
  .swiper-banners .swiper-slide {
    padding: 0 12px;
  }
}
@media screen and (max-width:480px) {
  .stores-page .store-block .white-block {
    height: 80px;
  }
  .col-xs-6 {
    width: 100%;
  }
  .swiper-blog .swiper-slide {
    padding: 0 8px;
  }
}
@media screen and (max-width:414px) {
  .top-header .flex-wrap {
    display: flex;
    flex-flow: row wrap;
  }
  .top-header .flex-right, .top-header .flex-wrap .flex-right {
    margin: 0;
    width: auto;
  }
  .top-header .flex-wrap .flex-left {
    margin: 0;
  }
}
#popUp, .PopUp {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: rgba(7, 9, 15, 0.50);
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
}
.PopUp.blur {
  backdrop-filter: blur(7px);
}
#popUp .popUp-content {
  position: relative;
  float: left;
  display: block;
  width: 100%;
  max-width: 600px;
  text-align: center;
  position: relative;
  padding: 40px 40px;
  top: auto;
  left: auto;
  background: #F7F7F7;
  overflow-y: auto;
  font-size: 1.6rem;
  border-radius: 14px;
}
#popUp .popUp-content .popUp-top {
  padding: 20px;
}
#popUp .popUp-content .popUp-top h3 {
  font-size: 2.2rem;
  margin: 0;
  font-weight: 700;
  margin: 0 0 10px;
}
#popUp .popUp-content .popUp-top p {
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0;
}
#popUp .popUp-content .close-popup {
  position: absolute;
  padding: 0;
  width: 20px;
  height: 20px;
  min-width: auto;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
.close-popup {
  float: left;
  position: relative;
  width: 20px;
  height: 20px;
  border: none;
  cursor: pointer;
  opacity: 0.7;
}
.close-popup:hover:before {
  background-color: #960000;
}
.close-popup:hover:after {
  background-color: #960000;
}
.close-popup:before {
  display: block;
  float: left;
  position: absolute;
  top: 2px;
  left: 8px;
  content: ' ';
  height: 20px;
  width: 2px;
  background-color: #040404;
}
.close-popup:after {
  display: block;
  float: left;
  position: absolute;
  top: 2px;
  left: 8px;
  content: ' ';
  height: 20px;
  width: 2px;
  background-color: #040404;
}
.close-popup:before {
  transform: rotate(45deg);
}
.close-popup:after {
  transform: rotate(-45deg);
}
#popUp.popUp-temu .popUp-content .popUp-top h3, #popUp.popUp-temu .popUp-content .popUp-top p {
  color: #732800;
}
#popUp.popUp-temu .popUp-content img {
  width: 100%;
}
#popUp.popUp-temu .popUp-content .popUp-top p .code {
  font-size: 1.8rem;
  font-weight: 700;
}
#popUp.padding-0 .popUp-content {
  padding: 0;
}
#popUp.bg-orange .popUp-content {
  background: #FCDE96;
}
.fb-iframe {
  position: relative;
}
.fb-group {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10000000;
}
