/* ====================
# UTILITIES: FUNCTIONS
==================== */
/* ====================
# UTILITIES: VARIABLES
==================== */
/* ====================
# UTILITIES: MIXINS
==================== */
/* ====================
# UTILITIES: GRID
==================== */
.container, .wp-block-group__inner-container, .footer-disclaimer-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container, .wp-block-group__inner-container, .footer-disclaimer-container {
    max-width: 560px;
  }
}
@media (min-width: 768px) {
  .container, .wp-block-group__inner-container, .footer-disclaimer-container {
    max-width: 760px;
  }
}
@media (min-width: 992px) {
  .container, .wp-block-group__inner-container, .footer-disclaimer-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .wp-block-group__inner-container, .footer-disclaimer-container {
    max-width: 1170px;
  }
}
@media (min-width: 1600px) {
  .container, .wp-block-group__inner-container, .footer-disclaimer-container {
    max-width: 1550px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row, .wp-block-columns {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.row-jc-center, .wp-block-columns-jc-center {
  justify-content: center;
}
.row-jc-between, .wp-block-columns-jc-between {
  justify-content: space-between;
}
.row-ai-center, .wp-block-columns-ai-center {
  align-items: center;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xg,
.col-xg-auto,
.wp-block-column-xg, .col-xg-12, .col-xg-11, .col-xg-10, .col-xg-9, .col-xg-8, .col-xg-7, .col-xg-6, .col-xg-5, .col-xg-4, .col-xg-3, .col-xg-2, .col-xg-1, .col-xl,
.col-xl-auto,
.wp-block-column-xl, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto,
.wp-block-column-lg, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto,
.wp-block-column-md, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto,
.wp-block-column-sm, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto,
.wp-block-column, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.wp-block-column-xg, .wp-block-column-xl, .wp-block-column-lg, .wp-block-column-md, .wp-block-column-sm, .wp-block-column {
  margin-right: auto;
  margin-left: auto;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto, .wp-block-column {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto, .wp-block-column-sm {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto, .wp-block-column-md {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto, .wp-block-column-lg {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto, .wp-block-column-xl {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1600px) {
  .col-xg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xg-auto, .wp-block-column-xg {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/* ====================
# FONTS
==================== */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: "MuseoModerno";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("./../assets/fonts/MuseoModerno/MuseoModerno-Bold.ttf");
  src: local("MuseoModerno-Bold"), url("./../assets/fonts/MuseoModerno/MuseoModerno-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "SFProDisplay";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("./../assets/fonts/SFProDisplay/SFProDisplay-Regular.ttf");
  src: local("SFProDisplay-Regular"), url("./../assets/fonts/SFProDisplay/SFProDisplay-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "SFProDisplay";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("./../assets/fonts/SFProDisplay/SFProDisplay-Medium.ttf");
  src: local("SFProDisplay-Medium"), url("./../assets/fonts/SFProDisplay/SFProDisplay-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "SFProDisplay";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("./../assets/fonts/SFProDisplay/SFProDisplay-Semibold.ttf");
  src: local("SFProDisplay-Semibold"), url("./../assets/fonts/SFProDisplay/SFProDisplay-Semibold.ttf") format("truetype");
}
@font-face {
  font-family: "SFProDisplay";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("./../assets/fonts/SFProDisplay/SFProDisplay-Bold.ttf");
  src: local("SFProDisplay-Bold"), url("./../assets/fonts/SFProDisplay/SFProDisplay-Bold.ttf") format("truetype");
}
/* ====================
BASE: GENERAL
==================== */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  background-color: #FBFAF3;
}
body #main {
  background-color: #FBFAF3;
}
body.hidden {
  height: 100vh;
  overflow: hidden;
}

.site {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
}
.site-content {
  flex-basis: 0;
  flex-grow: 1;
  width: 100%;
}

code {
  display: block;
  padding: 5px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #707276;
  border-radius: 5px;
  background-color: #FBFAF3;
  font-size: 13px;
  font-family: courier, monospace;
}

.row {
  width: auto;
  max-width: none;
}

.large-12 {
  width: 100%;
  max-width: 100%;
}

.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 991px) {
  body.hidden {
    height: 100vh;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-column {
    flex-grow: 1;
  }
}
/* ====================
# BASE: TYPOGRAPHY
==================== */
html,
body {
  font-size: 16px;
  font-family: "SFProDisplay";
  color: #1D212D;
  letter-spacing: 0.02em;
}

h1,
.h1,
.slider-title {
  font-family: "MuseoModerno";
  font-weight: 700;
}

p {
  line-height: 1.7;
}

.p1,
.p2,
.p3,
.p4 {
  font-family: "SFProDisplay";
}

h1 i,
.h1 i,
h2 i,
.h2 i,
h3 i,
.h3 i {
  background: linear-gradient(180deg, #6EB357 16.22%, #0BAB7C 79.73%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-style: normal;
}

h1,
.h1,
.slider-title {
  margin-block: 0 15px;
  font-size: 3rem;
  line-height: 1.15625;
  letter-spacing: 0;
}
h1 p,
.h1 p,
.slider-title p {
  font-size: inherit;
}

h2,
.h2 {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 2.75rem;
  line-height: 1.2727272727;
  letter-spacing: 0.01em;
}

h3,
.h3 {
  margin-block: 0 12px;
  font-size: 2rem;
  line-height: 1.0588235294;
  letter-spacing: 0.01em;
}

h4,
.h4 {
  margin-block: 0 12px;
  font-size: 1.75rem;
  line-height: 1.0714285714;
  letter-spacing: 0.01em;
}

h5,
.h5 {
  margin-block: 0 4px;
  font-size: 1.5rem;
  line-height: 1.5833333333;
  line-height: 0.02em;
}

h6,
.h6 {
  margin-block: 0 20px;
  font-size: 1.25rem;
  line-height: 1.5833333333;
}

ul {
  padding-left: 0;
  list-style: none;
}

li {
  padding-left: 0;
  font-size: inherit;
  line-height: 1.7;
}

@media screen and (max-width: 1199px) {
  h1,
  .h1,
  .slider-title {
    font-size: 3rem;
    line-height: 1.2;
  }
  h2, .h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 991px) {
  h1,
  .h1,
  .slider-title {
    font-size: 2.2rem;
    line-height: 1.2;
  }
  h2, .h2 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 1.4rem;
  }
}
.coupon-visit-site-action-button,
a.coupon-btn,
.sticky-banner-btn {
  display: block;
  background-color: #1D212D;
  color: #FBFAF3;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.0909090909;
  text-align: center;
  text-transform: uppercase;
}
.coupon-visit-site-action-button:hover, .coupon-visit-site-action-button:visited, .coupon-visit-site-action-button:focus,
a.coupon-btn:hover,
a.coupon-btn:visited,
a.coupon-btn:focus,
.sticky-banner-btn:hover,
.sticky-banner-btn:visited,
.sticky-banner-btn:focus {
  background: linear-gradient(360deg, #0BAB7C 0%, #6EB357 100%);
  color: #FBFAF3;
}

.coupon-visit-site-action-button {
  padding: 15px 40px;
  font-size: 1rem;
}

a.coupon-btn {
  min-width: 100px;
  padding: 8px 12px;
  font-size: 0.7rem;
}
@media screen and (min-width: 768px) {
  a.coupon-btn {
    min-width: 110px;
    padding: 10px 12px;
  }
}
@media screen and (min-width: 1200px) {
  a.coupon-btn {
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 1600px) {
  a.coupon-btn {
    min-width: 120px;
    padding: 12px 12px;
    font-size: 0.9rem;
  }
}

header.header {
  padding-top: 5px;
  position: absolute;
}
header .logo {
  max-width: 357px;
}
header .logo img {
  display: block;
  max-width: 100%;
  height: auto;
}

.tax-brands-category #wide-nav,
.page-template-template-no-plugin #wide-nav {
  display: none;
}

section {
  overflow: hidden;
  clear: both;
}

.header-banner {
  width: 100%;
  position: relative;
  color: #020202;
  background: 0 0;
}
.header-banner .header-banner-pic {
  display: flex;
  height: 100%;
  align-items: flex-end;
  width: 100%;
  justify-content: center;
  margin: 0px auto;
  overflow: hidden;
  width: 100%;
  max-height: 340px;
}
.header-banner .header-banner-pic img {
  max-width: none;
  display: block;
  width: 150%;
  height: auto;
}
.header-banner .header-banner-caption {
  justify-content: flex-start;
  padding-top: 70px;
  text-align: left;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 5;
  top: 0px;
  left: 0px;
  flex-direction: column;
}
.header-banner .header-banner-caption .row > * {
  max-width: 550px;
}
.header-banner .header-banner-caption ul {
  list-style-image: url("./../img/icon-check.svg");
  margin-top: 20px;
  margin-left: 24px;
  font-weight: 600;
}
.header-banner .header-banner-caption ul li::before {
  content: "";
  width: 1em;
  height: 1em;
  position: absolute;
  background-size: cover;
  top: 0.2em;
  left: -1.2em;
  background-repeat: no-repeat;
}

@media screen and (max-width: 991px) {
  .header-banner .header-banner-caption ul {
    margin-top: 15px;
  }
  .header-banner .header-banner-caption ul li {
    line-height: 1.2;
  }
}
@media (min-width: 768px) {
  .header-banner .header-banner-pic img {
    width: 120%;
  }
}
@media screen and (min-width: 768px) {
  .header-banner .header-banner-caption {
    padding-top: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .header-banner .header-banner-pic {
    max-height: 450px;
  }
  .header-banner .header-banner-pic img {
    width: 100%;
  }
  .header-banner-top-brands .header-banner .header-banner-pic {
    max-height: 500px;
  }
}
.footer-wrapper, .absolute-footer {
  background-color: #1D212D;
}
.footer-wrapper .footer-menu .footer-nav, .absolute-footer .footer-menu .footer-nav {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.5833333333;
  color: #FBFAF3;
}
.footer-wrapper .footer-menu .footer-nav a:hover, .absolute-footer .footer-menu .footer-nav a:hover {
  background: linear-gradient(360deg, #0BAB7C 0%, #6EB357 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.footer-wrapper .footer-copyright, .absolute-footer .footer-copyright {
  font-size: 1.125rem;
  color: #707276;
  font-style: normal;
}

.header-banner .category-banner-wrapper {
  min-height: 647px;
  padding-top: 100px;
  padding-bottom: 72px;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.header-banner .category-banner-wrapper.laptop, .header-banner .category-banner-wrapper.mobile {
  display: none;
}
.header-banner .category-banner {
  max-width: 745px;
  color: #FBFAF3;
}
.header-banner h1 {
  color: #FBFAF3;
}
.header-banner h1 p {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.header-banner p, .header-banner ul {
  font-size: 1.5rem;
  line-height: 1.5833333333;
  letter-spacing: 0.02em;
}
.header-banner p {
  margin-block: 15px;
}
.header-banner ul {
  list-style-image: url("./../img/icon-check.svg");
  margin-top: 20px;
  margin-left: 24px;
  font-weight: 600;
}
.header-banner li {
  padding-left: 8px;
}
@media screen and (max-width: 1199px) {
  .header-banner .category-banner-wrapper.desktop {
    display: none;
  }
  .header-banner .category-banner-wrapper.laptop {
    display: block;
  }
  .header-banner p, .header-banner ul {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .header-banner .category-banner-wrapper {
    padding-top: 90px;
  }
  .header-banner .category-banner-wrapper.laptop {
    display: none;
  }
  .header-banner .category-banner-wrapper.mobile {
    display: block;
    min-height: 710px;
    padding-bottom: 150px;
    background-position: bottom center;
    background-size: cover;
  }
  .header-banner br {
    display: none;
  }
  .header-banner p, .header-banner ul {
    margin-block: 0;
    font-size: 14px;
  }
  .header-banner li {
    margin-bottom: 8px;
  }
}

.top-brands-banner {
  margin-top: -70px;
  bottom: 0 !important;
}

.section-bootom-brands {
  margin-bottom: 20px;
}

.top-brands-container .top-brands-title, .bottom-brands-container .top-brands-title {
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.32px;
  background-image: url("../img/top_border.png"), url("../img/bottom_border.png");
  background-position: 0 0, 100% 80%;
  background-repeat: no-repeat;
  background-size: 27%;
}
.top-brands-container .top-brands-title > span, .bottom-brands-container .top-brands-title > span {
  background: linear-gradient(360deg, #0BAB7C 0%, #6EB357 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
.top-brands-container .top-brands-item, .bottom-brands-container .top-brands-item {
  flex: 0 0 calc(33.3333% - 20px);
  max-width: calc(33.3333% - 20px);
  position: relative;
  margin-inline: 0;
  height: 160px;
}
.top-brands-container .top-brands-item-container, .bottom-brands-container .top-brands-item-container {
  justify-content: center;
}
.top-brands-container .top-brands-item:first-child .top-brands-item-top-line, .bottom-brands-container .top-brands-item:first-child .top-brands-item-top-line {
  padding: 6px 12px;
}
.top-brands-container .top-brands-item:first-child .top-brands-item-top-line span.counter-number, .bottom-brands-container .top-brands-item:first-child .top-brands-item-top-line span.counter-number {
  display: none;
}
.top-brands-container .top-brands-item:not(:last-child), .bottom-brands-container .top-brands-item:not(:last-child) {
  margin-right: 30px;
}
.top-brands-container .top-brands-item-top-line, .bottom-brands-container .top-brands-item-top-line {
  position: absolute;
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
  background: linear-gradient(360deg, #0BAB7C 0%, #6EB357 100%);
  color: #FBFAF3;
  padding: 6px 16px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
}
.top-brands-container .top-brands-item-top, .bottom-brands-container .top-brands-item-top {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -10px;
}
.top-brands-container .top-brands-item-top .top-brands-item-image, .bottom-brands-container .top-brands-item-top .top-brands-item-image {
  box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.1);
}
.top-brands-container .top-brands-item-top .top-brands-item-image img, .bottom-brands-container .top-brands-item-top .top-brands-item-image img {
  max-height: 100px;
  padding: 0 8px;
}
.top-brands-container .top-brands-item-bottom, .bottom-brands-container .top-brands-item-bottom {
  position: absolute;
  display: flex;
  align-items: center;
  bottom: 10px;
  right: 10px;
}
.top-brands-container .top-brands-item-link, .bottom-brands-container .top-brands-item-link {
  display: flex;
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .top-brands-container .top-brands-item:not(:first-child) .top-brands-item-top, .bottom-brands-container .top-brands-item:not(:first-child) .top-brands-item-top {
    margin-top: -30px;
  }
  .top-brands-container .top-brands-item-1, .bottom-brands-container .top-brands-item-1 {
    height: 180px;
  }
}
@media screen and (min-width: 1600px) {
  .top-brands-container .top-brands-item:not(:first-child) .top-brands-item-top, .bottom-brands-container .top-brands-item:not(:first-child) .top-brands-item-top {
    margin-top: -10px;
  }
  .top-brands-container .top-brands-item-top .top-brands-item-image img, .bottom-brands-container .top-brands-item-top .top-brands-item-image img {
    max-height: 115px;
  }
}
@media screen and (max-width: 1199px) {
  .top-brands-container .top-brands-item-image, .bottom-brands-container .top-brands-item-image {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
  }
  .top-brands-container .top-brands-item-image img, .bottom-brands-container .top-brands-item-image img {
    display: block;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .top-brands-container .top-brands-item-top-line, .bottom-brands-container .top-brands-item-top-line {
    padding: 4px 14px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
  }
  .top-brands-container .top-brands-item-image, .bottom-brands-container .top-brands-item-image {
    width: 80px;
    height: 80px;
  }
  .top-brands-container .top-brands-item:first-child .top-brands-item-top-line, .bottom-brands-container .top-brands-item:first-child .top-brands-item-top-line {
    padding: 4px 10px;
  }
}
@media screen and (max-width: 1199px) {
  .top-brands-container, .bottom-brands-container {
    margin-top: 0;
    padding-top: 30px;
  }
  .top-brands-container .top-brands-list, .bottom-brands-container .top-brands-list {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .top-brands-container .top-brands-list, .bottom-brands-container .top-brands-list {
    margin-top: 45px;
  }
}

@media screen and (min-width: 1600px) {
  .top-brands-container-with-title {
    margin-top: -105px;
  }
}
@media screen and (min-width: 768px) {
  .top-brands-container-with-title .top-brands-title {
    display: block;
    font-size: 18px;
    padding: 14px 24px;
  }
  .top-brands-container-with-title .top-brands-list {
    margin-top: 35px;
  }
}
@media screen and (min-width: 1600px) {
  .top-brands-container-with-title .top-brands-title {
    padding: 18px 28px;
    font-size: 22px;
    letter-spacing: 1px;
  }
  .top-brands-container-with-title .top-brands-list {
    margin-top: 55px;
  }
}

.coupon-top-meta {
  display: none;
}

.tpdlsbrandsgrade-coupon-info {
  font-size: 16px;
  line-height: 1.5;
}
.tpdlsbrandsgrade-coupon-info .coupon-info-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 15px 0;
}
.tpdlsbrandsgrade-coupon-info p {
  margin: 0;
}
.tpdlsbrandsgrade-coupon-info .secret-tooltip {
  position: relative;
}
.tpdlsbrandsgrade-coupon-info .secret-tooltip_text {
  display: flex;
  position: absolute;
  right: 0;
  bottom: 30px;
  width: 450px;
  margin-left: -60px;
  border-radius: 0;
  padding: 20px;
  background-color: #10180F;
  visibility: hidden;
  color: #fff;
  text-align: center;
  z-index: 10;
  font-size: 14px;
  opacity: 0;
  transition: opacity 0.3s;
}
.tpdlsbrandsgrade-coupon-info .secret-tooltip_text ::after {
  top: -9px;
  transform: rotate(0deg);
}
.tpdlsbrandsgrade-coupon-info .secret-tooltip_text p {
  color: inherit;
}
.tpdlsbrandsgrade-coupon-info .secret-tooltip_text span::after {
  position: absolute;
  top: 3px;
  right: 0px;
  content: "x";
  font-size: 18px;
  width: 20px;
  height: 20px;
  line-height: 0.8;
  cursor: pointer;
}
.tpdlsbrandsgrade-coupon-info .secret-tooltip .secret-tooltip_btn {
  font-weight: 700;
  color: #1D212D !important;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .tpdlsbrandsgrade-coupon-info {
    font-size: 14px;
  }
  .tpdlsbrandsgrade-coupon-info .secret-tooltip_text {
    right: 0;
    margin-left: 0;
    max-width: 300px;
    color: #ffffff;
  }
}
@media screen and (max-width: 575px) {
  .tpdlsbrandsgrade-coupon-info .secret-tooltip_text {
    width: 320px;
    top: 30px;
    bottom: auto;
  }
}

.no-plugin-listing {
  margin-top: 30px;
}

.section-main-listing .section-wrapper {
  margin-bottom: 40px;
}
.section-main-listing .coupon-item:last-child .coupon-box.coupon-list {
  margin-bottom: 0;
}
.section-main-listing .coupon-box {
  background-color: #FBFAF3;
  box-shadow: 0px 3px 85px rgba(0, 0, 0, 0.1);
  padding: 15px 40px;
}
.section-main-listing .coupon-box .white-block-content {
  position: relative;
}
.section-main-listing .coupon-box.coupon-list {
  width: 100%;
  margin-bottom: 30px;
}
.section-main-listing .coupon-box .flex-wrap {
  display: grid;
  grid-template-columns: minmax(20%, 280px) auto minmax(30%, 447px);
  grid-template-rows: 70px auto;
  align-items: start;
  gap: 15px 20px;
}
.section-main-listing .coupon-box .flex-left, .section-main-listing .coupon-box .flex-middle {
  grid-row-start: 1;
  grid-row-end: 3;
}
.section-main-listing .coupon-box .flex-left {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-right: 0;
  padding-block: 50px;
}
.section-main-listing .coupon-box .flex-middle {
  height: 100%;
  padding-top: 65px;
  padding-left: 30px;
}
.section-main-listing .coupon-box .flex-right {
  grid-row-start: 2;
  grid-row-end: 3;
  margin-left: 0;
}
.section-main-listing .coupon-box .coupon-title {
  margin-bottom: 12px;
}
.section-main-listing .coupon-box .coupon-box_header-subtitle {
  margin-bottom: 18px;
  font-weight: 700;
  line-height: 1.0909090909;
  text-transform: uppercase;
  color: #1D212D;
  opacity: 1;
}
.section-main-listing .coupon-box .full-description ul {
  margin-left: 20px;
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.5454545455;
  color: #707276;
  list-style-image: url("./../img/icon-check.svg");
}
.section-main-listing .coupon-box .full-description li {
  margin-bottom: 0;
  padding-left: 6px;
  letter-spacing: 0.02em;
}
.section-main-listing .coupon-box .full-description li:not(:last-child) {
  margin-bottom: 3px;
}
.section-main-listing .coupon-box .coupon-box_header-overall-rating-wrapper {
  grid-row-start: 1;
  grid-row-end: 2;
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  line-height: 1.0714285714;
  letter-spacing: 0.01em;
  font-weight: 700;
  text-transform: uppercase;
  color: #1D212D;
}
.section-main-listing .coupon-box .coupon-box_header-overall-rating-wrapper .coupon-box_header-overall-rating {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 95px;
  height: 60px;
  margin-right: 20px;
  background: linear-gradient(360deg, #0BAB7C 0%, #6EB357 100%);
  color: #FBFAF3;
  font-family: "MuseoModerno";
}
.section-main-listing .coupon-box .vs-coupon-code-copied-wrapper {
  margin-bottom: 15px;
  border: 2px dashed #FBFAF3;
  padding: 15px;
  background: linear-gradient(360deg, rgba(11, 171, 124, 0.08) 0%, rgba(110, 179, 87, 0.08) 100%);
  background: url(../img/top_border.png), url(../img/bottom_border.png), linear-gradient(360deg, rgba(11, 171, 124, 0.08) 0%, rgba(110, 179, 87, 0.08) 100%), linear-gradient(#fff 0 0) padding-box, linear-gradient(360deg, #0BAB7C 0%, #6EB357 100%) border-box;
  background-position: 0% 3%, 100% 98%, 100% 100%;
  background-repeat: no-repeat;
  text-align: center;
}
.section-main-listing .coupon-box .vs-coupon-code-copied-wrapper .vs-coupon-code-copied {
  padding: 0;
  background-color: transparent;
  font-weight: 700;
}
.section-main-listing .coupon-box .vs-coupon-code-wrapper {
  margin-bottom: 20px;
  border: 2px dashed #FBFAF3;
  padding: 12px 15px 12px;
  background: linear-gradient(360deg, rgba(11, 171, 124, 0.08) 0%, rgba(110, 179, 87, 0.08) 100%), linear-gradient(#ffffff 0 0) padding-box, linear-gradient(360deg, #0BAB7C 0%, #6EB357 100%) border-box;
  text-align: center;
}
.section-main-listing .coupon-box .vs-coupon-code-wrapper .vs-coupon-code {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5833333333;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
}
.section-main-listing .coupon-box .vs-coupon-code-wrapper .vs-coupon-code p {
  margin-bottom: 10px;
}
.section-main-listing .coupon-box .vs-coupon-code-wrapper .vs-coupon-code strong {
  display: block;
  margin-top: 2px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.1363636364;
  font-family: "MuseoModerno";
  background: linear-gradient(180deg, #6EB357 16.22%, #0BAB7C 79.73%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.section-main-listing .coupon-box .vs-coupon-code-wrapper .coupon-action {
  margin-bottom: 0;
  font-size: 1.1rem;
  letter-spacing: 0.02em;
  color: #0BAB7C;
  line-height: 1.5454545455;
  text-transform: lowercase;
}
.section-main-listing .coupon-box .badges {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
}
.section-main-listing .coupon-box .badges .counter {
  width: 60px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  background: linear-gradient(360deg, #0BAB7C 0%, #6EB357 100%);
  color: #FBFAF3;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2222222222;
  letter-spacing: 0.02em;
}
.section-main-listing .coupon-box .badges .counter-label {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.0909090909;
  text-transform: uppercase;
  color: #707276;
  letter-spacing: 0.02em;
}
.section-main-listing .coupon-box .badges .counter-image {
  height: 55px;
}
.section-main-listing .coupon-box .badges .counter-image img {
  height: 100%;
  max-height: 100%;
}
.section-main-listing .coupon-box .coupon-grid_feature-image-cat {
  max-width: 235px;
  width: 100%;
  display: flex;
  align-items: center;
}
.section-main-listing .coupon-box .mobile-tabs {
  display: none;
}
.section-main-listing .coupon-box .coupon-visit-site-action-button {
  background-color: #0089D0;
}
.section-main-listing .coupon-box.golden {
  border: 3px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(180deg, #F37021 0%, #FCB711 100%);
}
.section-main-listing .coupon-box.golden .badges .counter {
  width: 75px;
  height: 50px;
}
.section-main-listing .coupon-box.golden .ranking_statement {
  /*				span::before {
  				    content: attr(data-statement);
  				    position: absolute;
  				    top: 0.5px;
  				    left: -0.7px;
  				    width: 100%;
  				    height: 100%;
  				    box-sizing: border-box;
  				    -webkit-text-fill-color: transparent;
  				    -webkit-text-stroke-width: 1px;
  				    -webkit-text-stroke-color: black;
  				}*/
}
.section-main-listing .coupon-box.golden .ranking_statement span {
  color: green;
  /*position: relative;*/
}
@media screen and (max-width: 1599px) {
  .section-main-listing .coupon-box .flex-wrap {
    grid-template-columns: minmax(18%, 250px) auto minmax(20%, 300px);
  }
}
@media screen and (max-width: 1199px) {
  .section-main-listing .coupon-box {
    padding: 20px;
  }
  .section-main-listing .coupon-box .flex-wrap {
    grid-template-columns: minmax(15%, 200px) auto minmax(20%, 300px);
  }
  .section-main-listing .coupon-box .flex-middle {
    padding-left: 0;
  }
  .section-main-listing .coupon-box .badges .counter {
    font-size: 1rem;
  }
  .section-main-listing .coupon-box .badges .counter-label {
    font-size: 1.125rem;
  }
  .section-main-listing .coupon-box .coupon-box_header-overall-rating-wrapper {
    font-size: 1.5rem;
  }
  .section-main-listing .coupon-box .coupon-box_header-overall-rating-wrapper .coupon-box_header-overall-rating {
    width: 79px;
    height: 52px;
    margin-right: 16px;
  }
}
@media screen and (max-width: 991px) {
  .section-main-listing .coupon-box .flex-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    gap: 0;
  }
  .section-main-listing .coupon-box .flex-left, .section-main-listing .coupon-box .flex-middle, .section-main-listing .coupon-box .flex-right {
    padding-left: 15px;
    padding-right: 15px;
  }
  .section-main-listing .coupon-box .flex-left {
    flex: 0 0 40%;
    max-width: 40%;
    padding-bottom: 30px;
    min-height: 300px;
  }
  .section-main-listing .coupon-box .flex-middle {
    padding-top: 50px;
    flex: 0 0 60%;
    max-width: 60%;
    padding-bottom: 30px;
  }
  .section-main-listing .coupon-box .flex-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section-main-listing .coupon-box .coupon-box_header-overall-rating-wrapper {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .section-main-listing .coupon-box .flex-left, .section-main-listing .coupon-box .flex-middle {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section-main-listing .coupon-box .flex-left {
    min-height: 240px;
    padding-bottom: 0;
    padding-block: 0;
  }
  .section-main-listing .coupon-box .flex-middle {
    padding-top: 0;
  }
  .section-main-listing .coupon-box .badges {
    position: static;
  }
  .section-main-listing .coupon-box .badges .counter {
    margin-right: auto;
  }
  .section-main-listing .coupon-box .badges .counter-image {
    margin-right: auto;
    margin-left: -50px;
  }
  .section-main-listing .coupon-box .coupon-grid_feature-image-cat {
    max-width: 210px;
    padding-bottom: 10px;
  }
  .section-main-listing .coupon-box .coupon-title, .section-main-listing .coupon-box .coupon-box_header-subtitle {
    text-align: center;
  }
  .section-main-listing .coupon-box .full-description {
    display: flex;
    justify-content: center;
    margin-right: 10px;
  }
  .section-main-listing .coupon-box .full-description ul {
    font-size: 0.95rem;
  }
}

.section-categories-slider {
  margin-bottom: 40px;
}
.section-categories-slider .brands-slider-wrapper {
  padding-top: 30px;
  padding-bottom: 25px;
  background-image: url("./../img/slider-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.section-categories-slider .category-slider-wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}
.section-categories-slider .category-slider-wrapper .main-carousel .flickity-page-dots .dot {
  background-color: #838383;
}
.section-categories-slider .category-slider-outer .main-carousel {
  padding-top: 0;
}
.section-categories-slider .category-slider-outer .carousel-cell {
  min-height: 170px;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}
.section-categories-slider .category-slider-outer .carousel-cell > a {
  height: 100%;
  min-height: 130px;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
}
.section-categories-slider .category-slider-outer .carousel-cell img {
  margin-bottom: 25px;
  max-height: 50px;
  max-width: 100%;
  height: 50px;
}
.section-categories-slider .category-slider-outer .carousel-cell h5 {
  margin-bottom: 0;
}
.section-categories-slider .slider-title {
  text-align: center;
  color: #FBFAF3;
}
.section-categories-slider #category-slider-title {
  color: #1D212D;
}
.section-categories-slider .main-carousel {
  padding-top: 20px;
  padding-bottom: 0;
  margin-left: -15px;
  margin-right: -15px;
}
.section-categories-slider .main-carousel .flickity-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 10px;
  background: linear-gradient(360deg, #0BAB7C 0%, #6EB357 100%);
  color: #FBFAF3;
}
.section-categories-slider .main-carousel .flickity-button.previous {
  left: -70px;
  margin-right: 0;
}
.section-categories-slider .main-carousel .flickity-button.next {
  right: -70px;
  margin-right: 0;
}
.section-categories-slider .main-carousel .flickity-button:hover {
  background: linear-gradient(360deg, #0BAB7C 0%, #6EB357 100%);
  color: #FBFAF3;
}
.section-categories-slider .main-carousel .flickity-button svg {
  position: static;
  display: block;
  width: 20px;
  height: 20px;
  margin: auto;
}
.section-categories-slider .main-carousel .flickity-page-dots {
  position: static;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 10px;
}
.section-categories-slider .main-carousel .flickity-page-dots .dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #FBFAF3;
  margin-left: 5px;
  margin-right: 5px;
}
.section-categories-slider .main-carousel .flickity-page-dots .dot.is-selected {
  background: linear-gradient(360deg, #0BAB7C 0%, #6EB357 100%);
}
.section-categories-slider .carousel-cell {
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
.section-categories-slider .carousel-cell > div, .section-categories-slider .carousel-cell > a {
  display: block;
  padding: 15px;
  background-color: #FBFAF3;
}
.section-categories-slider .carousel-cell .img-outer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 130px;
  margin-inline: auto;
  margin-bottom: 10px;
  aspect-ratio: 1/1;
}
.section-categories-slider .carousel-cell .card-text-wrapper {
  min-height: 70px;
}
.section-categories-slider .carousel-cell .card-text-wrapper .card-title {
  margin-bottom: 8px;
  font-size: 1.1rem;
  line-height: 1.0714285714;
  letter-spacing: 0.01em;
}
.section-categories-slider .carousel-cell .card-text-wrapper .card-text {
  margin-bottom: 10px;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.2222222222;
  text-transform: uppercase;
}
.section-categories-slider .carousel-cell .cp-btn-outer {
  border: 2px dashed #FBFAF3;
  padding: 10px;
  background: linear-gradient(360deg, rgba(11, 171, 124, 0.08) 0%, rgba(110, 179, 87, 0.08) 100%);
  background: linear-gradient(360deg, rgba(11, 171, 124, 0.08) 0%, rgba(110, 179, 87, 0.08) 100%), linear-gradient(#fff 0 0) padding-box, linear-gradient(360deg, #0BAB7C 0%, #6EB357 100%) border-box;
  text-align: center;
}
.section-categories-slider .carousel-cell .vs-coupon-code-wrapper {
  margin-bottom: 20px;
  text-align: center;
  border-width: 2px;
  border-style: dashed;
  border-color: rgb(251, 250, 243);
  -o-border-image: initial;
     border-image: initial;
  padding: 15px;
  background: linear-gradient(360deg, rgba(11, 171, 124, 0.08) 0%, rgba(110, 179, 87, 0.08) 100%), linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px) padding-box padding-box, linear-gradient(360deg, rgb(11, 171, 124) 0%, rgb(110, 179, 87) 100%) border-box border-box;
}
.section-categories-slider .carousel-cell .vs-coupon-code-wrapper .vs-coupon-code {
  padding-left: 0 !important;
  padding-right: 0 !important;
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.section-categories-slider .carousel-cell .vs-coupon-code-wrapper .vs-coupon-code p {
  margin-bottom: 0.5em;
  line-height: 1.7em;
}
.section-categories-slider .carousel-cell .vs-coupon-code-wrapper .vs-coupon-code p > strong {
  font-family: MuseoModerno;
  display: block;
  font-size: 1.4em;
  font-family: "MuseoModerno";
  background: linear-gradient(180deg, #6EB357 16.22%, #0BAB7C 79.73%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.section-categories-slider .carousel-cell .vs-coupon-code-wrapper p.coupon-action {
  font-size: 1em;
  color: rgb(11, 171, 124);
}
.section-categories-slider .carousel-cell .vs-coupon-code-wrapper .vs-coupon-code-copied {
  margin-bottom: 0px;
  color: rgb(0, 0, 0);
  font-size: 0.9em;
  font-weight: 700;
  background: transparent;
  padding: 0px;
  line-height: 1.2;
}
.section-categories-slider .carousel-cell .vs-coupon-code h4 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5833333333;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
}
.section-categories-slider .carousel-cell .vs-coupon-code h3 {
  display: block;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.1363636364;
  font-family: "MuseoModerno";
  background: linear-gradient(180deg, #6EB357 16.22%, #0BAB7C 79.73%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.section-categories-slider .carousel-cell .coupon-btn-outer {
  margin-bottom: 10px;
}
.section-categories-slider .carousel-cell .coupon-visit-site-action-button {
  padding: 12px 40px;
}
@media screen and (max-width: 1199px) {
  .section-categories-slider .brands-slider-outer {
    padding: 0 4rem;
  }
  .section-categories-slider .carousel-cell {
    width: 32%;
  }
}
@media screen and (max-width: 991px) {
  .section-categories-slider .carousel-cell {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .section-categories-slider .flickity-viewport {
    min-height: 425px;
  }
  .section-categories-slider .carousel-cell {
    width: 80%;
  }
  .section-categories-slider .carousel-cell .vs-coupon-code-wrapper {
    min-height: 110px;
    padding-bottom: 10px;
  }
  .section-categories-slider .carousel-cell .vs-coupon-code-wrapper .vs-coupon-code {
    font-size: 0.9em;
    padding-bottom: 0 !important;
  }
  .section-categories-slider .carousel-cell .vs-coupon-code-wrapper .vs-coupon-code-instructions {
    margin-top: 5px;
  }
  .section-categories-slider .carousel-cell .vs-coupon-code-wrapper p.coupon-action {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 575px) {
  .section-categories-slider .main-carousel .flickity-button.previous {
    left: -50px;
  }
  .section-categories-slider .main-carousel .flickity-button.next {
    right: -50px;
  }
  .section-categories-slider .carousel-cell {
    width: 100%;
  }
}

.section-categories-info .section-wrapper {
  margin-bottom: 40px;
}
.section-categories-info .category-info {
  text-align: center;
}
.section-categories-info .category-info h1,
.section-categories-info .category-info h2,
.section-categories-info .category-info h3,
.section-categories-info .category-info h4,
.section-categories-info .category-info h5,
.section-categories-info .category-info h6,
.section-categories-info .category-info p,
.section-categories-info .category-info ul {
  max-width: 1004px;
  margin-inline: auto;
}
.section-categories-info .category-info h1 {
  margin-bottom: 30px;
}
.section-categories-info .category-info h2 {
  margin-bottom: 25px;
}
.section-categories-info .category-info p {
  margin-bottom: 25px;
}
.section-categories-info .block-bg {
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 35px;
  background-image: url("./../img/cta-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.section-categories-info .block-bg h1,
.section-categories-info .block-bg h2,
.section-categories-info .block-bg h3,
.section-categories-info .block-bg h4,
.section-categories-info .block-bg h5,
.section-categories-info .block-bg h6,
.section-categories-info .block-bg p {
  max-width: 745px;
  margin-inline: auto;
  margin-bottom: 25px;
}
.section-categories-info .block-bg h1.txt-green,
.section-categories-info .block-bg h2.txt-green,
.section-categories-info .block-bg h3.txt-green,
.section-categories-info .block-bg h4.txt-green,
.section-categories-info .block-bg h5.txt-green,
.section-categories-info .block-bg h6.txt-green,
.section-categories-info .block-bg p.txt-green {
  background: linear-gradient(360deg, #0BAB7C 0%, #6EB357 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 700;
  letter-spacing: 0.01em;
}
.section-categories-info .block-bg h1,
.section-categories-info .block-bg h2,
.section-categories-info .block-bg h3,
.section-categories-info .block-bg h4,
.section-categories-info .block-bg h5,
.section-categories-info .block-bg h6 {
  color: #FBFAF3;
}
.section-categories-info .block-bg p {
  color: #DAD9D5;
}
@media screen and (max-width: 767px) {
  .section-categories-info .section-wrapper {
    padding-bottom: 0;
  }
  .section-categories-info .block-bg {
    padding-inline: 20px;
  }
}

.section-faq {
  margin-bottom: 40px;
}
.section-faq .faq-container {
  padding-inline: 0;
}
.section-faq .faq-title {
  text-align: center;
}
.section-faq .faq-container .faq-item:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
  .tax-brands-category .sticky-row {
    width: 65%;
  }
}

.sticky-row {
  width: 100%;
  max-width: 1200px;
  bottom: -1px !important;
  background: linear-gradient(180deg, #0BAB7C 0%, #0089D0 100%);
  left: 50%;
  transform: translate(-50%);
}
.sticky-row .sticky-container {
  max-width: 1200px;
  margin: 0 auto;
}
.sticky-row .sticky-banner_text {
  font-weight: 700;
  letter-spacing: 0.34px;
}
.sticky-row .sticky-banner_text > span {
  font-weight: 900;
  color: #C7EEBA;
}
.sticky-row .sticky-image {
  width: 100px;
  background: #ffffff;
  text-align: center;
  box-shadow: 5px 5px 4px 0px rgba(0, 0, 0, 0.2);
}
.sticky-row .sticky-image img {
  max-width: 100%;
  max-height: 80px;
}
.sticky-row .sticky-banner_text {
  color: #ffffff;
}
.sticky-row .sticky-banner_text h3, .sticky-row .sticky-banner_text h4 {
  color: #ffffff;
  text-align: center;
}
.sticky-row .sticky-banner-btn {
  background: #000000;
  color: #ffffff;
}
.sticky-row .sticky-banner-btn:hover {
  background: linear-gradient(360deg, #0BAB7C 0%, #6EB357 100%);
}
@media screen and (min-width: 992px) {
  .sticky-row .sticky-banner_text {
    font-size: 24px;
    line-height: 36px;
  }
}
@media screen and (min-width: 1200px) {
  .sticky-row .sticky-line {
    max-width: 80% !important;
  }
}

.featured-brands {
  background: radial-gradient(50% 50% at 50% 50%, #EFEFEF 0%, rgba(110, 179, 87, 0.2) 100%) !important;
}
.featured-brands .featured-brands-title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
}
/*# sourceMappingURL=custom.css.map */
.section-categories-info .category-info .h1{
  margin-bottom: 30px;
  max-width: 1004px;
  margin-inline: auto;
}
.section-categories-info .category-info .h2 {
  margin-bottom: 25px;
  color: #FBFAF3;
}
.sticky-row .sticky-banner_text .h3, .sticky-row .sticky-banner_text .h4 {
  color: #ffffff;
  text-align: center;
}
.sticky-banner_text .h3, .sticky-banner_text .h4 {
  font-size: 24px;
  margin: 0;
  text-transform: none;
  line-height: 1.5;
}
.sticky-banner_text .h4 {
  font-size: 18px;
}
.section-categories-info .category-info .inside-heading-font.h2{
  color: #383838;
}

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn{
  text-transform: none;
}

@media (max-width: 767px) {

  .sticky-banner_text .sticky-banner_heading_upper {
    font-size: 16px;
  }
  .sticky-banner_text .sticky-banner_heading_down{
    font-size: 14px;
  }
  .sticky-banner_text h3, .sticky-banner_text h4 {
    line-height: 1.25;
  }
}

@media (max-width: 500px) {
  #cmplz-cookiebanner-container .cmplz-cookiebanner {
    left:0
  }
	.section-main-listing .coupon-box .vs-coupon-code-wrapper .vs-coupon-code strong {
		font-size:1.5rem;
	}
}
@media (max-width: 425px) {
  #cmplz-cookiebanner-container .cmplz-cookiebanner {
    grid-gap: 4px;
  }

  #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-header {
    display: flex;
    justify-content: space-between;
  }

  #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-header .cmplz-title {
    width: 100%;
    text-align: center;
    font-weight: 700;
    display: block;
  }

  #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons {
    display: flex;
    flex-direction: row;
  }

}

.tax-brands-category .section-main-listing .coupon-box .vs-coupon-code-wrapper .vs-coupon-code strong,.section-categories-slider .carousel-cell .vs-coupon-code-wrapper .vs-coupon-code p > strong{
  font-family: "SFProDisplay";
}
.new-header-banner-section{
  /*padding: 30px 0;*/
  background-size: cover;
  background-repeat: no-repeat;
  padding: 70px 0 45px;

}

.new-header-banner-section__container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.new-header-banner-section__title h1 p{
  font-family: "MuseoModerno";
  font-weight: 700;
  /*font-size: 2.5rem;*/
  /*color: #FFFFFF;*/
  font-size: 3rem;
  line-height: 1.15625;
  letter-spacing: 0;
  /*text-transform: uppercase;*/
}
.new-header-banner-section__sub-title p{
  font-size: 1.5rem;
  /*color: #FFFFFF;*/
  font-style: normal;
  font-weight: 500;
  font-family: "SFProDisplay";
  margin-bottom: 0.5em;
  color:#020202;
}
.new-header-banner-section__icon-box{
  display: flex;
  /*width: 25%;*/
  /*max-width: 250px;*/
  /*height: 30px;*/
  width: 100%;
  align-items: center;
  margin-bottom: 30px;

}
.new-header-banner-section__text{
  /*height: 50px;*/
  vertical-align: middle;
  /*display: table-cell;*/
  font-family: "SFProDisplay";
  /*font-size: 14px;*/
  font-weight: 600;
  line-height: 23.8px;
  color: white;
  padding: 0;
  margin: 0;
  padding-left: 10px;
  font-size: 1.5rem;
  /*width: 190px;*/
  width: 100%;
}
.new-header-banner-section__icon{
  background-size: 20px 20px;
  background-position: top center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;

}
.icon-col1 {
  background-image: url(../img/icon-check.svg);
}

.icon-col2 {
  background-image: url(../img/icon-check.svg);
}

.icon-col3 {
  background-image: url(../img/icon-check.svg);
}

.icon-col4 {
  background-image: url(../img/icon-check.svg);
}
.col-rating-heading-new{
  text-align: center;
}
.new-header-banner-section__icons-text{

  display: flex;
  flex-wrap: wrap;
}

/*@media (max-width: 500px) {*/
/*    */
/*}*/

@media (min-width: 576px) {
  .new-header-banner-section__container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .new-header-banner-section__container {
    max-width: 720px;
    /*padding-right: 0;*/
    /*padding-left: 0;*/
  }
}
@media (min-width: 769px) {

  .new-header-banner-section__title h1 p{
    margin-bottom: 15px;
  }
  .new-header-banner-section{
    padding: 60px 0 0px;
  }
  .new-header-banner-section__sub-title{
    /*max-width: 60%;*/
  }
  .new-header-banner-section__icons-text{
    display: flex;
    margin-top: 20px;
    /*margin-bottom: 40px;*/
  }

}
@media (min-width: 992px) {
  .new-header-banner-section__container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .new-header-banner-section__container {
    max-width: 1170px;
  }
  .new-header-banner-section{
    padding: 60px 0 0px;
  }
  .new-header-banner-section__title h1 p{
    margin-bottom: 20px;
    /*font-size: 40px;*/
  }
  ew-header-banner-section__sub-title {
    margin-bottom: 1em;
  }
}
@media (min-width: 1600px) {
  .new-header-banner-section__container {
    max-width: 1550px;
  }
}
@media (min-width: 1900px){
  /*.new-header-banner-section__title h1 p{*/
  /*  !*margin-bottom: 0.5em;*!*/
  /*}*/
  .new-header-banner-section__sub-title{
    margin-bottom: 1.5em;
  }
  .new-header-banner-section__icon-box{
    /*margin-bottom: 30px;*/
  }
  .new-header-banner-section__icon-box:last-child{
    /*margin-bottom: 0px;*/
  }
}
@media (max-width: 1200px) {
  .new-header-banner-section__icon-box{
    margin-bottom: 20px;
  }
  .new-header-banner-section__sub-title p {
    font-size: 15px;
  }
  .new-header-banner-section__text{
    font-size: 1rem;
  }
}

@media (max-width: 991px) {
  .new-header-banner-section__text{
    /*width: 130px;*/
    display: flex;
    flex-wrap: wrap;
  }

  .new-header-banner-section__icon-box{
    height: 100%;
    align-items: flex-start;
  }

}
@media (max-width: 768px) {

  .new-header-banner-section__icons-text{
    display: flex;
    padding-top: 10px;

  }

  .new-header-banner-section__sub-title p{
    font-size: 14px;
  }

  .new-header-banner-section__icon-box{
    display: flex;
    align-items: flex-start;
  }
  .new-header-banner-section{
    padding: 50px 0 30px;
  }
  .new-header-banner-section__title h1 p{
    font-size: 23px;
    margin-bottom: 20px;
  }


}
@media (max-width: 767px) {
  .new-header-banner-section__icon-box{
    margin-bottom: 10px;
    /*height: 35px;*/
    align-items: center;
  }

  .new-header-banner-section__icons-text{
    display: block;
  }
  /*.new-header-banner-section__text {*/
  /*    width: 200px;*/
  /*}*/
}
@media (max-width: 500px) {
  .new-header-banner-section{
    padding-bottom: 10px;
    /*background-position-x: center;*/

  }
  .new-header-banner-section__icon-box {
    align-items: center;

  }

  .new-header-banner-section__icons-text{
    display: block;
    padding-top: 10px;
    width: 100%;
  }
  /*.new-header-banner-section__text{*/
  /*    width: 250px;*/
  /*}*/
  .new-header-banner-section__title h1 p{
    font-size: 23px;
  }
}