@font-face {
  font-family: 'SFProText';
  src: url("../fonts/sf-pro-text/sf-pro-text-light.eot");
  src: url("../fonts/sf-pro-text/sf-pro-text-light.eot?#iefix") format("embedded-opentype"), url("../fonts/sf-pro-text/sf-pro-text-light.woff") format("woff"), url("../fonts/sf-pro-text/sf-pro-text-light.ttf") format("truetype"), url("../fonts/sf-pro-text/sf-pro-text-light.svg#sf_pro_textlight") format("svg");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'SFProText';
  src: url("../fonts/sf-pro-text/sf-pro-text-regular.eot");
  src: url("../fonts/sf-pro-text/sf-pro-text-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/sf-pro-text/sf-pro-text-regular.woff") format("woff"), url("../fonts/sf-pro-text/sf-pro-text-regular.ttf") format("truetype"), url("../fonts/sf-pro-text/sf-pro-text-regular.svg#sf_pro_textregular") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'SFProText';
  src: url("../fonts/sf-pro-text/sf-pro-text-medium.eot");
  src: url("../fonts/sf-pro-text/sf-pro-text-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/sf-pro-text/sf-pro-text-medium.woff") format("woff"), url("../fonts/sf-pro-text/sf-pro-text-medium.ttf") format("truetype"), url("../fonts/sf-pro-text/sf-pro-text-medium.svg#sf_pro_textmedium") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'SFProText';
  src: url("../fonts/sf-pro-text/sf-pro-text-semibold.eot");
  src: url("../fonts/sf-pro-text/sf-pro-text-semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/sf-pro-text/sf-pro-text-semibold.woff") format("woff"), url("../fonts/sf-pro-text/sf-pro-text-semibold.ttf") format("truetype"), url("../fonts/sf-pro-text/sf-pro-text-semibold.svg#sf_pro_textsemibold") format("svg");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'SFProText';
  src: url("../fonts/sf-pro-text/sf-pro-text-bold.eot");
  src: url("../fonts/sf-pro-text/sf-pro-text-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/sf-pro-text/sf-pro-text-bold.woff") format("woff"), url("../fonts/sf-pro-text/sf-pro-text-bold.ttf") format("truetype"), url("../fonts/sf-pro-text/sf-pro-text-bold.svg#sf_pro_textbold") format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'SFProText';
  src: url("../fonts/sf-pro-text/sf-pro-text-heavy.eot");
  src: url("../fonts/sf-pro-text/sf-pro-text-heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/sf-pro-text/sf-pro-text-heavy.woff") format("woff"), url("../fonts/sf-pro-text/sf-pro-text-heavy.ttf") format("truetype"), url("../fonts/sf-pro-text/sf-pro-text-heavy.svg#sf_pro_textheavy") format("svg");
  font-weight: 800;
  font-style: normal;
}

::-webkit-input-placeholder {
  color: #999999;
}

::-moz-placeholder {
  color: #999999;
}

:-ms-input-placeholder {
  color: #999999;
}

:-moz-placeholder {
  color: #999999;
}

/* GENERAL */
body {
  font-family: 'SFProText';
  font-size: 15px;
  color: #111;
}

h1, h2, h3, h4, h5, strong {
  font-weight: 700;
}

a, a:hover, a:focus {
  text-decoration: none;
  outline: none;
}

a {
  color: #4CB653;
}

a:hover {
  color: #4CB653;
}

img {
  max-width: 100%;
  height: auto;
}

ul.socials,
ul.menu,
ul.menu ul {
  margin: 0 0;
  padding: 0 0;
  list-style: none;
}

.screen-reader-text {
  display: none;
  visibility: hidden;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
/* END GENERAL */

/* BUTTON */
.coupon-button {
  display: inline-block;
  min-width: 170px;
  border-radius: 6px;
  background-color: #F7B512;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  line-height: 44px;
  text-align: center;
  white-space: nowrap;
}

.coupon-button:hover {
  color: #fff;
}

.coupon-button:not(.coupon-code) {
  padding: 0 10px;
}

.coupon-button.coupon-code {
  position: relative;
  padding: 0 40px 0 25px;
  background-color: #fdf0d6;
  overflow: hidden;
}

.coupon-button.coupon-code:before {
  content: '';
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  left: -20px;
  background-color: #F7B512;
  
  transform: skewX(22deg);
  z-index: 10;
}

.coupon-button.coupon-code:after {
  content: '';
  width: 30px;
  height: 44px;
  position: absolute;
  top: 0;
  right: 9px;
  background-image: url(../images/coupon-button-shape.svg);
  background-repeat: no-repeat;
  background-position: 0;
  z-index: 15;
}

.coupon-button.coupon-code .coupon-button--code {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-right: 5px;
  font-size: 24px;
  color: #4A3828;
  font-weight: 700;
  text-align: right;
  z-index: 5;
}

.coupon-button.coupon-code .coupon-button--text {
  position: relative;
  z-index: 15;
}

.coupon-button.coupon-printable:before,
.coupon-button.coupon-sale:before {
  display: inline-block;
  margin-right: 8px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 19px;
}

.coupon-button.coupon-sale:before {
  content: "\f07a";
}

.coupon-button.coupon-printable:before {
  content: "\f02f";
}

@media (max-width: 575px) {
  .coupon-button {
    font-size: 14px;
    line-height: 40px;
  }

  .coupon-button.coupon-printable:before, 
  .coupon-button.coupon-sale:before {
    font-size: 17px;
  }
}
/* END BUTTON */

/* FORMS */
.form-control::-webkit-input-placeholder,
::-webkit-input-placeholder {
  color: #999;
}

.form-control::-moz-placeholder,
::-moz-placeholder {
  color: #999;
}

.form-control:-ms-input-placeholder,
:-ms-input-placeholder {
  color: #999;
}

.form-control:-moz-placeholder,
:-moz-placeholder {
  color: #999;
}

.form-control {
  font-size: 15px;
  color: #111;
  outline: none !important;
  box-shadow: none !important;
}

.btn {
  border: 0;
  border-radius: 6px;
  padding: 0 20px;
  font-size: 17px;
  line-height: 40px;
  font-weight: 700;
  box-shadow: none;
  outline: none;
}

.btn.btn-primary {
  background-color: #4CB653;
  color: #fff;
}

.btn.btn-secondary {
  background-color: #F7B512;
  color: #fff;
}

.btn-expand {
  position: relative;
  padding-right: 17px;
}

.btn-expand:before, .btn-expand:after {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 18px;
  position: absolute;
  top: 3px;
  right: 0;
}

.btn-expand:before {
  content: "\f107";
  opacity: 0;
}

.btn-expand:after {
  content: "\f106";
}

.btn-expand.collapsed:before {
  opacity: 1;
}

.btn-expand.collapsed:after {
  opacity: 0;
}

.select-field {
  position: relative;
  background-color: #fff;
  border-radius: 6px;
}

.select-field:after {
  content: "\f0d7";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 20px;
  color: #444444;
  line-height: 8px;
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -4px;
  z-index: 5;
}

.select-field select {
  position: relative;
  width: 100%;
  height: 36px;
  border: 0;
  padding: 0 15px;
  background-color: transparent !important;
  cursor: pointer;
  outline: none;
  z-index: 10;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

form.searchform {
  position: relative;
  width: 440px;
  height: 40px;
  max-width: 100%;
  background-color: #F2F2F2;
  border: 0;
  border-radius: 100px;
  overflow: hidden;
}

form.searchform input[type="search"] {
  width: 100%;
  height: 40px;
  border: 0;
  background-color: transparent;
  padding: 0 40px 0 16px;
  font-size: 15px;
  color: #999999;
  outline: none;
}

form.searchform button[type="submit"] {
  position: absolute;
  top: 50%;
  right: 7px;
  width: 26px;
  height: 26px;
  padding: 0;
  margin-top: -13px;
  border: 0;
  background-color: #4CC157;
  border-radius: 50%;
  color: #fff;
  line-height: 20px;
  text-align: center;
  outline: none;
}
/* END FORMS */

/* HEADER */
#site-header .container {
  position: relative;
}

#site-header ul.quick-links {
  display: flex;
  align-items: center;
  position: absolute;
  /* top: 0.5px; */
  top: 9px;
  right: 15px;
}

#site-header ul.quick-links > li {
  display: inline-block;
  margin-left: 20px;
}

#site-header ul.quick-links a.btn {
  padding: 0 18px;
  font-size: 15px;
  line-height: 32px;
}

#site-header ul.quick-links button.toggle-navigation {
  display: block;
  padding: 0 0;
  border: 0;
  background-color: transparent;
  outline: none;
}

#site-header ul.quick-links button.toggle-navigation span {
  display: block;
  width: 28px;
  height: 3px;
  background-color: #111;
  margin-bottom: 5px;
  border-radius: 10px;
}

#site-header ul.quick-links button.toggle-navigation span:last-child {
  margin-bottom: 0;
}

#navigation ul.main li a {
  display: inline-block;
  font-size: 17px;
  color: #111;
  font-weight: 600;
}

#navigation ul.main li a:hover {
  color: #4CB653;
}

#site-header form.searchform {
  position: absolute;
  top: 12px;
  left: 77px;
  width: 260px;
}

@media (min-width: 992px) {
  #site-header .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    /* padding-right: 145px; */
  }

  #site-header ul.quick-links {
    top: 16px;
  }

  #navigation {
    display: block;
  }

  #navigation ul.main > li {
    display: inline-block;
    padding-right: 40px;
  }

  #navigation ul.main > li > a {
    line-height: 64px;
  }
}

@media (min-width: 1200px) {
  #site-header form.searchform {
    width: 440px;
  }
}

@media (max-width: 991px) {
  #site-header {
    padding: 20px 0;
  }

  #site-header form.searchform {
    top: -2px;
    left: 72px;
  }
  
  #navigation {
    display: none;
  }

  #navigation.collapsing, #navigation.show {
    display: block;
  }

  #navigation ul.main {
    padding: 15px 0 0;
  }

  #navigation ul.main li a {
    display: block;
    padding: 0 0 5px;
  }
}

@media (max-width: 767px) {
  #site-header form.searchform {
    width: auto;
    right: 57px;
  }
}

@media (max-width: 575px) {
  #site-header ul.quick-links {
    top: 9px;
  }

  #navigation ul.quick-links {
    position: relative;
    top: auto !important;
    right: auto !important;
  }
}
/* END HEADER */

/* FOOTER */

#site-footer {
  margin-top: 30px;
  padding: 30px 0 16px;
}

#site-footer a.logo {
  display: inline-block;
  margin-bottom: 32px;
}

#site-footer ul.menu {
  display: flex;
  flex-wrap: wrap;
}

#site-footer ul.menu li a {
  display: inline-block;
  margin-bottom: 3px;
  font-size: 15px;
  color: #444;
}

#site-footer ul.menu li a:hover {
  color: #4CB653;
}

#site-footer ul.menu > li {
  flex: 1;
  margin-bottom: 30px;
}

#site-footer ul.menu > li > a {
  margin-bottom: 10px;
  font-size: 17px;
  color: #111;
  font-weight: 700;
}

#site-footer ul.socials {
  margin-bottom: 30px;
}

#site-footer ul.socials li {
  display: inline-block;
  margin-right: 10px;
  font-size: 17px;
  font-weight: 700;
  line-height: 20px;
}

/* #site-footer ul.socials li:first-child {
  display: block;
  margin-bottom: 10px;
} */

#site-footer ul.socials li a {
  display: inline-block;
  width: 32px;
  height: 32px;
  /* border-radius: 50%; */
  font-size: 20px;
  line-height: 32px;
  color: #fff;
  text-align: center;
  outline: none;
}

#site-footer ul.socials li a.facebook {
  /* background-color: #4267B2; */
  color: #000;
}

#site-footer ul.socials li a.twitter {
  /* background-color: #1EA1F3; */
  color: #000;
}
/* when hover, change color */
#site-footer ul.socials li a:hover {
  color: #4CB653;
}


#site-footer p.copyright {
  font-size: 13px;
  color: #444;
  line-height: 16px;
  padding-top: 30px;
  margin-bottom: 0;
}



@media (max-width: 767px) {
  #site-footer ul.menu > li {
    flex: auto;
    width: 50%;
  }
} 

@media (max-width: 575px) {
  #site-footer ul.menu > li {
    width: 100%;
  }
} 

/* footer_menu */
.footer_menu {
  margin-right: 20px;
}

.footer_menu h5 {
  padding-bottom: 5px;
  margin-bottom: 15px;
}

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

.footer_menu ul li {
  padding: 0;
  margin-bottom: 5px;

}
/* a link black */
.footer_menu ul li a {
  color: #000;
  text-decoration: none;
}
/* hover   color: #4CB653;
 */
.footer_menu ul li a:hover {
  color: #4CB653;
}

/* END FOOTER */

/* HOME SECTION */
.home-section > div.container {
  position: relative;
}

#categories.home-section {
  padding: 65px 0 20px;
}

.home-section--heading {
  position: relative;
  margin-bottom: 15px;
  font-family: 'Quicksand', sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

.home-section--heading span {
  color: #4CB653;
}

a.home-section--more {
  position: relative;
  padding-right: 23px;
}

a.home-section--more:after {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  top: 4px;
  right: 0;
  background-image: url(../images/tail-right.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
}

@media (min-width: 768px) {
  .home-section--heading {
    font-size: 28px;
    line-height: 35px;
    padding-left: 18px;
    margin-bottom: 20px;
  }

  .home-section--heading:before {
    content: '';
    width: 3px;
    height: 28px;
    background-color: #4CB653;
    position: absolute;
    top: 4px;
    left: 0;
  }

  a.home-section--more {
    position: absolute;
    top: 7px;
    right: 15px;
  }
}

@media (max-width: 767px) {
  #stores.home-section ul.list-stores {
    margin-bottom: 20px;
  }

  #categories.home-section {
    padding-bottom: 40px;
  }
}
/* END HOME SECTION */

/* WELCOME SECTION */
#welcome {
  position: relative;
  padding-bottom: 67px;
  margin-bottom: 62px;
  font-size: 17px;
  color: #fff;
  text-align: center;
}

#welcome h1 {
  font-family: 'Quicksand', sans-serif;
  font-size: 48px;
  line-height: 56px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
}

#welcome h1 span {
  display: block;
  color: #FFE55B;
}

#welcome p {
  line-height: 20px;
  margin-bottom: 25px;
}

#welcome form {
  position: relative;
  max-width: 700px;
  height: 52px;
  margin: 0 auto;
  border-radius: 100px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

#welcome form input[type="search"] {
  width: 100%;
  height: 52px;
  border: 0;
  background-color: #fff;
  padding: 0 24px;
  font-size: 17px;
  color: #999999;
  outline: none;
}

#welcome form button[type="submit"] {
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 50%;
  background-color: #4CC157;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -16px;
  padding: 0 0 2px;
  font-size: 20px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  outline: none;
}

#welcome .welcome-box {
  position: relative;
  padding: 45px 0 0;
  z-index: 10;
}

#welcome .welcome-box:before{
  content: '';
  width: 32px;
  height: 32px;
  position: absolute;
  top: 2px;
  left: 50%;
  margin-left: -16px;
  background-image: url(../images/scissors-icon.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
}

@media (min-width: 1200px) {
  #welcome:after {
    content: '';
    width: 100%;
    height: 235px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: rgba(76, 182, 83, 0.2);
    background-image: linear-gradient(45deg, white 50%, rgba(255, 255, 255, 0) 50%), linear-gradient(-45deg, white 50%, rgba(255, 255, 255, 0) 50%);
    background-position: bottom center, bottom center;
    background-size: 17px 17px, 17px 17px;
    background-repeat: repeat-x;
    z-index: 5;
  }

  #welcome .welcome-box {
    min-height: 335px;
    padding: 45px 20px 0;
    background-image: url(../images/welcome-bg-new.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
  }

  #welcome .welcome-box .welcome-box-shadow:before,
  #welcome .welcome-box .welcome-box-shadow:after {
    content: '';
    position: absolute;
    width: 300px;
    height: 28px;
    bottom: -28px;
    background-image: url(../images/welcome-shadow-left.png);
    background-repeat: no-repeat;
    background-position: bottom left;
  }

  #welcome .welcome-box .welcome-box-shadow:before {
    left: 2px;
  }

  #welcome .welcome-box .welcome-box-shadow:after {
    right: 2px;
    transform: rotateY(180deg);
  }
}

@media (max-width: 1199px) {
  #welcome{
    background: url(../images/welcome-pattern.png), linear-gradient(130.14deg, #4BDD62 -0.3%, #4CAF50 100.3%);
    background-repeat: repeat;
    background-position: top left;
  }

  #welcome:before {
    content: '';
    position: absolute;
    top: 16px;
    right: 16px;
    bottom: 16px;
    left: 16px;
    border: 3px dashed rgba(255, 255, 255, 0.4);
    z-index: 5;
  }
}

@media (max-width: 767px) {
  #welcome:before,
  #welcome .welcome-box:before,
  #post-header:before {
    display: none;
  }

  #welcome {
    padding: 40px 0;
    font-size: 15px;
  }

  #welcome h1 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 10px;
  }

  #welcome p {
    line-height: 18px;
    margin-bottom: 18px;
  }

  #welcome form {
    height: 40px;
  }

  #welcome form input[type="search"] {
    height: 40px;
    font-size: 15px;
  }

  #welcome form button[type="submit"] {
    right: 5px;
  }

  #welcome .welcome-box {
    padding: 0 0;
  }
}
/* END WELCOME SECTION */

/* COUPONS SECTION */
#coupons {
  background-color: #F8F8F8;
  padding: 35px 0;
}

.coupons-tab ul.nav {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 16px;
}

.coupons-tab ul.nav li {
  margin-right: 50px;
}

.coupons-tab ul.nav li a {
  display: block;
  border-bottom: 4px solid transparent;
  padding: 0 0 15px;
  font-family: 'Quicksand', sans-serif;
  font-size: 24px;
  line-height: 30px;
  color: #111111;
  font-weight: 700;
}

.coupons-tab ul.nav li a:hover, .coupons-tab ul.nav li a.active {
  color: #4CB653;
}

.coupons-tab ul.nav li a.active {
  border-bottom-color: #4CB653;
}

@media (min-width: 768px) {
  .coupons-tab ul.nav li a br {
    display: none;
  }
}

@media (max-width: 767px) {
  #coupons {
    padding: 15px 0;
  }
  .coupons-tab ul.nav {
    justify-content: space-between;
    border-bottom: 3px solid #E7E7E7;
  }
  .coupons-tab ul.nav li {
    flex: 1;
    margin: 0 0 -3px;
  }
  .coupons-tab ul.nav li a {
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    text-align: center;
    border-bottom-width: 3px;
    padding-bottom: 10px;
  }
}

@media (max-width: 575px) {
  .coupons-tab ul.nav li a {
    font-size: 12px;
  }
}
/* END COUPONS SECTION */

/* INTERNATIONAL SECTION */
#international section{
  background: #F8F8F8;
}
#international {
  padding: 35px 0;
}
#international .country a{
  color: #111;
}
/* #international .country .heading{ */
  /* font-size: 1.2em;
  font-weight: 700; */
/* } */

/* country-link ul at footer, with a | in between*/
ul.country-link {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 10px;

}

/* make all li a black, green on hover,  */
ul.country-link li a {
  color: #111;
  text-decoration: none;
  font-size: 0.8em;
}
/* border right 1px, expect the last one, make the shorten the border */
ul.country-link li:not(:last-child) {
  border-right: 1px solid #111;
  padding-right: 10px;
}

ul.country-link li a:hover {
  color: #4CB653;
}

/* END INTERNATIONAL SECTION */



/* list-stores */
.list-stores {
  display: flex;
  flex-wrap: wrap;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: #EEEEEE;
}

.list-stores > li {
  width: 50%;
  padding: 10px 10px;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #EEEEEE;
  background-color: #fff;
  overflow: hidden;
}

.list-stores > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  background-color: #fff;
}

@media (min-width: 576px) {
  .list-stores > li {
    width: 33.33%;
  }
}

@media (min-width: 992px) {
  .list-stores > li {
    width: 25%;
  }

  .list-stores > li > a  {
    height: 114px;
  }
}

@media (min-width: 1200px) {
  .list-stores > li {
    width: 16.666%;
  }
}
/* END list-stores */

/* list-categories */
.list-categories {
  display: flex;
  flex-wrap: wrap;
}

.list-categories > li {
  width: 25%;
  text-align: center;
  margin-bottom: 30px; 
}

.list-categories > li > a {
  font-weight: 600;
  font-size: 1rem;
  display: block;
  padding: 3% 10%;
  /* border-radius: 24px; */
  color: #111111;
  transition: color .3s ease;
  -webkit-transition: color .3s ease;
}

.list-categories > li > a:hover {
  color: #4CB653;
  text-decoration: underline;
  /* background-color: rgba(76, 182, 83, 0.1); */
}

.list-categories > li > a img {
  display: block;
  margin: 0 auto 10px;
}

@media (min-width: 992px) {
  .list-categories > li {
    width: 16.666%;
  }
}

@media (max-width: 575px) {
  .list-categories > li {
    /* width: 33.333%; */
    width: 50%;
 
  }
  /* .list-categories > li > a img {
    max-width: 40px;
    height: auto;
  } */
  .list-categories > li > a {
    padding: 5%;
    font-size: 0.9rem;

  }
}
/* END list-categories */

/* sc-item */
.sc-grid {
  margin-left: -8px;
  margin-right: -8px;
}

.sc-grid > div.col-lg-6 {
  padding: 0 8px 16px;
}


.sc-item {
  position: relative;
  background-color: #fff;
  padding: 20px 20px 0 20px;
  border: 1px solid #EEEEEE;
  border-radius: 8px;
}

.sc-item .sc-item--photo {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 108px;
  height: 108px;
  border: 1px solid #EEEEEE;
  padding: 5px;
  border-radius: 8px;
}


  
.brand-logo-text {
  /* same for coupon in home and stores */
  /* font-family: Arial, sans-serif; */
  font-size: 0px;
  font-weight: bold;
  color: #333;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
}

.brand-logo-text:first-letter {
  font-size: 4rem;
}

.sc-item .sc-item--title {
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 24px;
  font-weight: 600;
  color: #111111;
}

.sc-item .sc-item--title a {
  color: inherit;
}

.sc-item .sc-item--meta li {
  position: relative;
  padding-left: 27px;
  font-size: 15px;
  line-height: 20px;
  color: #444;
}

.sc-item .sc-item--meta li.verified:before, .sc-item .sc-item--meta li.count:before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
}

.sc-item .sc-item--meta li.verified:before {
  background-image: url(../images/check-badge.svg);
}

.sc-item .sc-item--meta li.count:before {
  background-image: url(../images/single-man-circle.svg);
}

.sc-item .coupon-button {
  min-width: 160px;
  line-height: 40px;
}

.sc-item .coupon-button.coupon-code {
  padding: 0 32px 0 20px;
}

.sc-item .coupon-button.coupon-code:after {
  height: 40px;
  background-image: url(../images/coupon-button.svg);
}

@media (min-width: 1200px) {
  .sc-item .sc-item--title {
    display: flex;
    align-items: center;
    min-height: 108px;
    padding: 0 170px 0 123px;
    margin-bottom: 20px;
  }

  .sc-item .coupon-button {
    position: absolute;
    top: 54px;
    right: 20px;
  }

  .sc-item .sc-item--meta {
    padding: 10px 0;
    border-top: 1px solid #EEEEEE;
  }

  .sc-item .sc-item--meta li {
    display: inline-block;
    padding-right: 18px;
  }
}

@media (max-width: 1199px) {
  .sc-item {
    padding-left: 143px;
    padding-bottom: 20px;
  }
  .sc-item .sc-item--meta li {
    margin-bottom: 10px;
  }
}

@media (max-width: 575px) {
  .sc-grid > div.col-lg-6 {
    padding-bottom: 12px;
  }
  .sc-item {
    padding: 12px 12px 12px 108px;
  }
  .sc-item .sc-item--photo {
    width: 84px;
    height: 84px;
    top: 12px;
    left: 12px;
  }
  .sc-item .sc-item--title {
    font-size: 16px;
    line-height: 19px;
  }
  .sc-item .sc-item--meta li {
    font-size: 13px;
    line-height: 16px;
    padding-left: 22px;
  }
  .sc-item .sc-item--meta li.verified:before, .sc-item .sc-item--meta li.count:before {
    width: 16px;
    height: 16px;
    background-size: contain;
  }
}
/* END sc-item */

/* breadcrumbs */
nav.rank-math-breadcrumb {
  padding-top: 5px;
  margin-bottom: 15px;
}

nav.rank-math-breadcrumb a,
nav.rank-math-breadcrumb span {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  color: #444444;
}

nav.rank-math-breadcrumb span.separator {
  font-size: 16px;
  color: #B2B2B2;
  line-height: 19px;
  margin: 0 7px;
}

nav.rank-math-breadcrumb span.separator > span {
  margin: 0;
}

@media (max-width: 767px) {
  nav.rank-math-breadcrumb {
    display: none;
  }
}
/* END breadcrumbs */


/* START disclaimer */
.disclaimer {
  color: #444444;
  position: relative;
  font-size: 0.8rem;
  z-index: 10;

}
.disclaimer a {
  color: #444444;
  text-decoration: underline  ;
}
/* END disclaimer */


/* s-header */
#s-header {
  padding-bottom: 30px;
}

#s-header h1 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.8rem;
  /* line-height: 50px; */
  margin-bottom: 12px;
}

#s-header .s-header--text {
  font-size: 1rem;
  color: #444444;
}

#s-header .s-header--text h2 {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 5px;
}

#s-header .s-header--text h2,
#s-header .s-header--text p {
  line-height: 18px;
  opacity: 0.8;
}

#s-header .s-header--text p:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  #s-header .container {
    padding-right: 340px;
  }
}

@media (max-width: 575px) {
  #s-header {
    padding-bottom: 20px;
  }

  #s-header h1 {
    /* font-size: 30px; */
    /* line-height: 32px; */
    margin-bottom: 10px;
  }
}

/* END s-header */

/* s-content */
#s-content {
  background-color: #F8F8F8;
  padding-bottom: 50px;
}

#sc-content {
  padding-top: 30px;
}

#s-fcoupons .c-item {
  border-radius: 0;
  border-bottom:0;
}
#s-fcoupons .c-item:not(:last-child) {
  margin-bottom: 0;
}
#s-fcoupons .c-item:last-child {
  border-radius: 0 0 8px 8px;
}


.s-today-ribbon {
  position: relative;
  padding: 11px 0 11px 54px;
  background-color: #5B7AE8;
  border-radius: 8px 8px 0 0;
  font-size: 15px;
  color: #fff;
  line-height: 18px;
  font-weight: 700;
  overflow: hidden;
}

.s-today-ribbon:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url(../images/calendar-favorite.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.s-today-ribbon p {
  margin: 0;
}

.star-rating,
.star-rating > span {
  height: 16px;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.star-rating {
  display: inline-block;
  width: 92px;
  background-image: url(../images/star-rating-gray.svg);
}

.star-rating span {
  display: block;
  background-image: url(../images/star-rating.svg);
}

.store-load-more .btn {
  min-width: 166px;
}

.s-section {
  padding: 30px 0 0;
}

.s-section h2,
.s-section h3 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.5rem;
  margin-bottom: 15px;
}

.s-section table.table {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.s-section table.table thead tr th {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  background-color: #4CB653;
  padding: 15px 18px;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.s-section table.table tbody tr td {
  padding: 15px 18px;
  border: 1px solid #EEEEEE;
  border-top: 0;
}

.s-section table.table tbody tr td strong {
  font-weight: 600;
}

.s-expired-wrap {
 display: block;
 margin-bottom: 15px;


}
.s-expired-wrap h2{
  display: inline;

}
.s-expired-wrap .left-title{
  display: inline;
  font-size: 1.5rem;
  font-weight: 200;
  color: #444;
  
}


@media (min-width: 992px) and (max-width: 1199px) {
  #sc-content {
    -ms-flex: 0 0 660px;
    flex: 0 0 660px;
    max-width: 660px;
  }
  
  #sc-sidebar {
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    max-width: 300px;
  }
}

@media (min-width: 1200px) {
  #sc-content {
    -ms-flex: 0 0 870px;
    flex: 0 0 870px;
    max-width: 870px;
  }
  
  #sc-sidebar {
    -ms-flex: 0 0 330px;
    flex: 0 0 330px;
    max-width: 330px;
  }
}

@media (max-width: 991px) {
  #s-content {
    overflow: hidden;
  }
}
/* END s-content */

/* s-nav */
#s-nav {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

#s-nav li a {
  display: inline-block;
  position: relative;
  border-top: 3px solid transparent;
  border-radius: 6px 6px 0 0;
  padding: 11px 28px 13px;
  font-size: 17px;
  line-height: 20px;
  font-weight: 700;
  color: #111111;
  text-transform: uppercase;
}

#s-nav li a span {
  display: inline-block;
  font-weight: 400;
}

#s-nav li a:before {
  content: '';
  width: 1px;
  height: 17px;
  background-color: #E2E2E2;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

#s-nav li a:hover {
  color: #4CB653;
}

#s-nav li a.disabled {
  opacity: 0.7;
  pointer-events: none;
}

#s-nav li.active a {
  border-top-color: #4CB653;
  background-color: #F8F8F8;
}

#s-nav li.active a:before,
#s-nav li.active + li a:before,
#s-nav li:first-child a:before {
  opacity: 0;
}

@media (min-width: 992px) {
  #s-nav {
    min-height: 48px;
    margin-top: -48px;
  }
}

@media (max-width: 991px) {
  #s-nav {
    padding: 0 900px;
    margin: 0 -900px 12px;
    background-color: #fff;
    border-bottom: 2px solid #E7E7E7;
    justify-content: space-between;
  }

  #s-nav li {
    flex: 1;
    margin-bottom: -2px;
  }

  #s-nav li a {
    display: block;
    border: 0;
    border-bottom: 2px solid transparent;
    padding: 10px 10px;
    background-color: transparent !important;
    text-align: center;
  }

  #s-nav li a:before {
    display: none;
  }

  #s-nav li.active a {
    border-bottom-color: #4CB653;
  }
}

@media (max-width: 767px) {
  #s-nav li a {
    font-size: 14px;
  }

  #s-nav li a span {
    display: none;
  }
}

@media (max-width: 575px) {
  #s-nav li a {
    font-size: 12px;
  }
}
/* END s-nav */

/* s-sort */
#s-sort {
  margin-bottom: 12px;
  display: flex;
  justify-content: flex-end;
}

#s-sort .select-field {
  width: 172px;
}
/* END s-sort */

/* c-item */



.c-item {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 20px 20px;
  margin-bottom: 20px;
  border: 1px solid #F1F1F1;
  border-radius: 8px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}


.c-item .c-item--primary {
  position: relative;
  padding-left: 128px;

}

.c-item .c-item--badge {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 108px;
  height: 123px;
  /* border: 1px solid #E16776;
  background-image: url(../images/c-badge-bg-pink.png);
  background-position: bottom left; */
  /* border-radius: 8px; */
  text-align: center;
  text-transform: uppercase;
  /* height: 100%; */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}

.c-item .c-item--badge span.text {
  font-size: 1rem;
  /* color: #E16776; */
  /* color: #4CB653; */
  /* color: #F7B512; */
  color: #111;
  line-height: 1.2;

}
.c-item .c-item--badge span.text.xl {
  font-size: clamp(1rem, 6vw, 3rem); 
  font-weight: 900;
}
.c-item .c-item--badge span.text.md {
  font-size: clamp(1rem, 4vw, 2.2rem); 
  font-weight: 700;
}

.c-item .c-item--badge span.text.sm {
  font-size: clamp(1rem, 2vw, 1.5rem); 
  font-weight: 300;
}

.c-item .c-item--badge span.badge {
  position: absolute;
  right: 3px;
  bottom: 3px;
  left: 3px;
  border-radius: 0 0 7px 7px;
  background-color: #E16776;
  padding: 0 0;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: 200;
}

.c-item .c-item--photo {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 108px;
  height: 123px;
  /* border-radius: 8px; */
  /* border: 1px solid #EEEEEE; */
  padding: 5px;
  z-index: 10;
}

.c-item .c-item--title {
  font-size: 1.2rem;
  line-height: 1.5;
  color: #111;
  font-weight: normal;
  text-transform: capitalize;

}

.c-item .c-item--title a {
  color: inherit;
}

.c-item .c-item--meta li {
  position: relative;
  display: inline-block;
  padding: 0 25px 0 0;
  font-size: 0.8rem;
  color: #444;
}

.c-item .c-item--meta li:last-child {
  padding-right: 0;
}

.c-item .c-item--meta li strong {
  font-weight: 600;
}

/* .c-item.sale .c-item--badge {
  background-image: url(../images/c-badge-bg-green.png);
} */

/* .c-item.sale .c-item--badge span.text {
  color: #5EB8D4;
} */

/* .c-item.sale .c-item--badge span.badge {
  background-color: #5EB8D4;
} */

.c-item.c-item-none {
  display: block !important;
}

.c-item.c-item-none h3 {
  font-size: 19px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 0;
}

.c-item.c-item-none p {
  margin-bottom: 0;
}

.c-item.v2 span.badge-verified {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  margin-bottom: 5px;
  font-size: 14px;
  color: #444;
  line-height: 20px;
}

.c-item.v2 span.badge-verified:before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/check-badge.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.c-item.v2 .c-item--title span:not(.ln-title) {
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.c-item.v2 .c-item--title span.ln-title {
  display: block;
}

.c-item.v2 .c-item--title h3.ln-title {
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1.4;
  color: #111111;

}

.c-item.v2 .ln-description {
  font-size:0.8rem;
  font-weight: normal;
  /* line-height: 1.2; */
  color: #444;
}
.c-item.v2 .c-item--title span.ln-heading {
  text-transform: uppercase;
}
.c-item.v2 .c-item--title span.ln-domain {
  font-size:0.8rem;
  color: #444;
}

@media (min-width: 768px) {
  .c-item .c-item--primary {
    min-height: 123px;
  }

  .c-item .c-item--meta {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 128px;
    /* left: 150px; */
  }

  .c-item .coupon-button {
    position: absolute;
    top: 8px;
    right: 0;
  }

  .c-item.v2 .c-item--title {
    padding: 0 200px 40px 0;
  }

  .c-item.v2 .coupon-button {
    top: 36px;
  }
}

@media (max-width: 767px) {
  .c-item .c-item--meta {
    margin-bottom: 10px;
  }

  .c-item .coupon-button {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .c-item {
    padding: 12px 12px;
  }

  .c-item .c-item--badge,
  .c-item .c-item--photo {
    width: 86px;
    height: 86px;
    top: 12px;
    left: 12px;
  }

  .c-item .c-item--badge span.text {
    font-size: 28px;
    line-height: 28px;
  }

  .c-item .c-item--badge span.badge {
    font-size: 13px;
  }

  .c-item .c-item--primary {
    padding-left: 98px;
  }

  .c-item .c-item--title {
    font-size: 1rem;
    /* line-height: 19px; */
    margin-bottom: 10px;
  }

  .c-item .c-item--meta li {
    font-size: 0.8rem;
    /* line-height: 16px; */
    padding-right: 20px;
    margin-bottom: 3px;
  }

  .c-item.v2 span.badge-verified {
    padding-left: 22px;
    font-size: 0.8rem;
    /* line-height: 17px; */
  }

  .c-item.v2 span.badge-verified:before {
    width: 17px;
    height: 17px;
  }

  .c-item.v2 .c-item--title span:not(.ln-title) {
    font-size: 0.8rem;
    /* line-height: 16px; */
  }
}
/* END c-item */



/* s-widget */
.s-widget {
  font-size: 0.8rem;
  border: 1px solid #EEEEEE;
  padding: 20px 20px;
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 8px;
}
.s-widget :is(bold,strong) {
  /* font-size: 1rem; */
  font-weight: bold;
}
.s-widget ol {
  padding-left: 1rem;
}

.s-widget p:last-child {
  margin-bottom: 0;
}

.s-widget .s-widget--title {
  position: relative;
  /* font-size: 22px; */

  /* line-height: 30px; */
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.s-widget h2{
  font-size: 1.2rem;

}
.s-widget h3{
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  
}


.s-widget .s-widget--title:after {
  content: '';
  width: 50px;
  height: 5px;
  background-color: #4CB653;
  position: absolute;
  bottom: 0;
  left: 0;
}

.s-widget ul.s-summary:not(:last-child) {
  margin-bottom: 15px;
}

.s-widget ul.s-summary li {
  margin-bottom: 8px;
}

.s-widget ul.s-summary li strong {
  float: right;
}

.s-widget ul.s-summary li:last-child {
  margin-bottom: 0;
}

.s-widget ul.popular-stores > li {
  position: relative;
  padding: 0 0 10px 15px;
}

.s-widget ul.popular-stores > li:before {
  content: '';
  width: 5px;
  height: 5px;
  position: absolute;
  top: 9px;
  left: 0;
  border-radius: 50%;
  background-color: #999999;
}

.s-widget ul.popular-stores > li:last-child {
  padding-bottom: 0;
}

.s-widget ul.popular-stores > li > a {
  color: #111;
}

.s-widget ul.popular-stores > li > a:hover {
  color: #4CB653;
}

.s-widget ul.tips > li {
  position: relative;
  padding: 0 0 10px 15px;
}

.s-widget ul.tips > li:before {
  content: "\f0eb";
  font: normal normal normal 14px/1 FontAwesome;
  color: #999999;
  position: absolute;
  top: 5px;
  left: 0;
}

.s-widget ul.tips > li p:last-child {
  margin-bottom: 0;
}

.s-widget ul.socials {
  display: flex;
  flex-wrap: wrap;
}

.s-widget ul.socials > li {
  display: inline-block;
  margin: 0 20px 10px 0;
}

/* .s-widget ul.socials > li > a {
  font-size: 1.2em;
} */

.s-widget ul.socials i{ 
  color: #4CB653;
  font-size: 1.6rem;
  margin-right: 0.3rem;
}

@media (min-width: 992px) {
  .s-widget:first-child {
    margin-top: -140px;
  }
}

/* Author box */
.author-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1em;  
}



.about .authorbox-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-content: stretch;
  flex-wrap: wrap;
  gap: 20px;

}

.about .s-widget {
  min-width: 250px;
  width: 30%; 
  width: calc(33% - 20px);
  margin: 0;
}

@media (max-width: 767px) {
  .about .s-widget {
    width: 100%;
  }
}

.author-box .avatar {
  width: 100%;
}

.author-box .avatar img{
  display: block;
  margin: 0 auto;
  width: 100px;
  border-radius: 100%;
  margin-bottom: 20px; 

}

.author-name {
  text-align: center;
 font-weight: 700;
 font-size: 1.5em;
}

h4.author-name {
  margin-bottom: 0.5em;
}

.author-position{
  text-align: center;

  font-size: 1.2em;
  /* font-weight: bold; */
  margin-bottom: 0.5em;
  color: #999;
}

.author-description {
margin-bottom: 10px;
}

/* For Mobile Devices */
@media (max-width: 768px) {
  .author-box {
      flex-direction: column;
      text-align: center;
padding: 50px 10px;
  }

  .author-box .avatar {
      margin-right: 0;
      margin-bottom: 10px;
      width: 100%;
margin-top: -35px;
  }

  .author-box .avatar img {
      max-width: 70px;
  }
}

/* END s-widget */

/* s-about */

#s-about .s-about--photo {
  display: flex;
  align-items: center;
  justify-content: center;
}

#s-about .s-about--photo img {
  max-width: 90%;
  height: auto;
}

#s-about .s-about--name {
  font-size: 18px;
  font-weight: 700;
  color: #111111;
  /* white-space: nowrap; */
  word-break: break-word;
  margin-bottom: 8px;
 }

#s-about .s-about--name a {
  color: inherit;
}

#s-about .s-about--name i.fa, #s-about .s-about--name span {
  display: inline-block;
  vertical-align: middle;
}

#s-about .s-about--name span {
  margin-left: 7px;
}

#s-about .s-about--rate .star-rating {
  margin-bottom: 4px;
}

#s-about .s-about--rate a.button-rate {
  display: inline-block;
  background-color: #F7B512;
  padding: 2px 10px;
  border-radius: 6px;
  margin-top: 6px;
  font-size: 14px;
  color: #fff;
  outline: none;
}

#s-about .s-about--rate a.button-rate.disabled {
  pointer-events: none;
  opacity: .65;
}

#s-about .s-about--rate p {
  font-size: 13px;
  color: #999999;
  margin-bottom: 0;
}

#s-about .s-about--rate p a {
  color: #999;
}

#s-about .s-about--rate p a i.fa {
  font-size: 16px;
}

#s-about .s-about--btn > a {
  display: block;
  background-color: rgba(76, 182, 83, 0.1);
  border-radius: 6px;
  margin-bottom: 8px;
  padding: 0 20px;
  color: #4CB653;
  line-height: 44px;
  text-align: center;
  transition: background-color .2s ease;
  -webkit-transition: background-color .2s ease;
}

#s-about .s-about--btn > a i.fa, #s-about .s-about--btn > a span {
  display: inline-block;
  vertical-align: middle;
}

#s-about .s-about--btn > a span {
  margin-left: 4px;
}

#s-about .s-about--btn > a:last-child {
  margin-bottom: 0;
}

#s-about .s-about--btn > a:hover {
  background-color: rgba(76, 182, 83, 0.2);
}

#s-about .s-about--btn > a.disabled {
  pointer-events: none;
}

@media (min-width: 992px) {
  #s-about {
    text-align: center;
    padding-top: 0;
  }

  #s-about .s-about--photo {
    height: 140px;
    margin: 0 -20px 16px;
    border-bottom: 1px solid #EEEEEE;
    overflow: hidden;
  }

  #s-about .s-about--rate {
    margin-bottom: 18px;
  }
}

@media (max-width: 991px) {
  #s-about {
    margin: 20px 0 0;
  }

  #s-about .s-about--inner {
    position: relative;
    min-height: 90px;
    padding: 0 0 0 105px;
    margin-bottom: 15px;
  }

  #s-about .s-about--photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    height: 90px;
    border-radius: 6px;
    border: 1px solid #EEEEEE;
    background-size: contain;
  }

  #s-about .s-about--btn {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 -6px;
  }

  #s-about .s-about--btn > a {
    flex: 1;
    margin: 0 6px;
    padding: 0 10px;
  }
}

@media (max-width: 767px) {
  #s-about .s-about--btn > a {
    font-size: 13px;
    line-height: 40px;
  }
  #s-about .s-about--name i.fa {
    display: none;
  }
}

@media (max-width: 575px) {
  #s-about .s-about--btn > a {
    font-size: 11px;
  }
  
  #s-about .s-about--btn > a:nth-child(3) {
    flex: auto;
    width: 100%;
    margin-top: 12px;
  }
}
/* END s-about */

/* coupon-modal */
.modal-normal .modal-content {
  border: 0;
  border-radius: 12px;
  box-shadow: none;
}

.modal-normal .modal-body {
  padding: 30px 30px;
}

.modal-normal .modal-body button.close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 18px;
  height: 18px;
  background-image: url(../images/modal-close.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  opacity: 1;
  outline: none;
}

.coupon-modal .cm-header {
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: center;
  min-height: 64px;
  font-size: 19px;
  padding: 0 0 0 79px;
  margin-bottom: 20px;
}

.coupon-modal .cm-header .cm-header--photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 64px;
  height: 64px;
  border: 1px solid #EEEEEE;
  border-radius: 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.coupon-modal .cm-header p {
  line-height: 23px;
  margin-bottom: 0;
}

.coupon-modal .cm-header strong {
  font-weight: 600;
}

.coupon-modal .cm-header small {
  display: inline-block;
  font-size: 15px;
  color: #444444;
  line-height: 18px;
}

.coupon-modal .cm-content--sale {
  border: 1px dashed #DDDDDD;
  border-radius: 8px;
  padding: 28px 15px;
  margin-bottom: 24px;
  color: #444444;
  text-align: center;
}

.coupon-modal .cm-content--printable {
  margin-bottom: 24px;
}

.coupon-modal .cm-content--printable p {
  margin-bottom: 10px;
}

.coupon-modal .cm-content--printable img {
  display: block;
  margin: 0 auto;
}

.coupon-modal .cm-button {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.coupon-modal .cm-button .coupon-button,
.coupon-modal .cm-button .btn {
  min-width: 182px;
  line-height: 44px;
}

.coupon-modal .cm-coupon-copy {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #4CB653;
  border-radius: 4px;
  max-width: 350px;
  margin: 0px auto 24px;
  text-align: center;
  cursor: pointer;
}

.coupon-modal .cm-coupon-copy span {
  display: inline-block;
  width: calc(100% - 75px);
  padding: 0 20px;
  font-size: 18px;
  font-weight: 700;
  color: #4CB653;
  line-height: 40px;
}

.coupon-modal .cm-coupon-copy button {
  width: 75px;
  border: 0;
  background-color: #4CB653;
  padding: 0;
  color: #fff;
  font-weight: 700;
  line-height: 40px;
  outline: none;
}

.coupon-modal .cm-button-ask {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}


.coupon-modal .cm-button-ask > span {
  display: inline-block;
  color: #4CB653;
}

.coupon-modal .cm-button-ask > button {
  border: 0;
  padding: 0;
  background-color: rgba(76, 182, 83, 0.1);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin-left: 6px;
  line-height: 36px;
  text-align: center;
  outline: none;
  transition: background-color .2s;
  -webkit-transition: background-color .2s;
}

.coupon-modal .cm-button-ask > button:hover {
  background-color: rgba(76, 182, 83, 0.2);
}

.coupon-modal .cm-feedback .inner {
  background-color: rgba(76, 182, 83, 0.1);
  border-radius: 6px;
  padding: 20px 20px;
  margin-top: 20px;
}

.coupon-modal .cm-feedback textarea.form-control {
  height: 80px;
  resize: vertical;
}

.coupon-modal .cm-feedback .form-check {
  position: relative;
  padding: 0;
  margin: 0 8px 10px 0;
}

.coupon-modal .cm-feedback .form-check input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.coupon-modal .cm-feedback .form-check label {
  background-color: transparent;
  padding: 4px 12px;
  border-radius: 20px;
  border: 1px solid #4CB653;
  color: #4CB653;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}

.coupon-modal .cm-feedback .form-check label:hover,
.coupon-modal .cm-feedback .form-check input:checked + label {
  background-color: #4CB653;
  color: #fff;
}

.coupon-modal .cm-feedback .cm-feedback-title {
  font-size: 18px;
}

#cm-feedback-form .carousel-item {
  padding: 10px 15px;
  border: 2px solid #fff;
  border-radius: 6px;
  margin-top: 10px;
  text-align: center;
}

#cm-feedback-form .save-value-field {
  margin-bottom: 10px;
}

#cm-feedback-form .save-value-field button.btn {
  line-height: 36px;
  font-size: 14px;
  margin-left: 10px;
}

#cm-feedback-form .form-check.no label {
  color: #E91E63;
  border-color: #E91E63;
}

#cm-feedback-form .form-check.no label:hover,
#cm-feedback-form .form-check.no input:checked + label {
  color: #fff;
  background-color: #E91E63;
}

#cm-feedback-form .form-check.not-sure label {
  color: #FF9800;
  border-color: #FF9800;
}

#cm-feedback-form .form-check.not-sure label:hover,
#cm-feedback-form .form-check.not-sure input:checked + label {
  color: #fff;
  background-color: #FF9800;
}

.cm-feedback .cm-feedback-thank {
  font-size: 24px;
  text-align: center;
}

@media (min-width: 768px) {
  .coupon-modal .modal-dialog {
    max-width: 630px;
  }
}

.modal-description {
  margin-top:30px;
}

.modal-content--title {
  position: relative;
  padding-bottom: 20px;
}
.modal-content h2{
  font-size: 1.2rem;

}
.modal-content h3{
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
}

.modal-content--title:after {
  content: '';
  width: 50px;
  height: 5px;
  background-color: #4CB653;
  position: absolute;
  bottom: 0;
  left: 0;
}
  
/* END coupon-modal */

/* cc-listing */
#cc-listing {
  position: relative;
  padding: 0 0 40px;
}

#cc-listing a.cc-listing--arrow {
  display: inline-block;
  position: absolute;
  bottom: -18px;
  left: 50%;
  margin-left: -18px;
  width: 36px;
  height: 36px;
  background-color: #4CB653;
  border-radius: 50%;
  font-size: 24px;
  color: #fff;
  text-align: center;
  line-height: 36px;
  outline: none;
}

.cc-listing--header {
  margin-bottom: 15px;
}

.cc-listing--header h1 {
  font-family: 'Quicksand', sans-serif;
  font-size: 44px;
  line-height: 55px;
  margin-bottom: 10px;
}

.cc-listing--header p {
  font-size: 17px;
  line-height: 20px;
  color: #444444;
}

.cc-listing--header p:last-child {
  margin-bottom: 0;
}

/* END cc-listing */
/* store-az TEMPLATE */
body.page-template-store-az #cc-listing {
  background-color: #F8F8F8;
  margin-bottom: 60px;
}

body.page-template-store-az #stores {
  margin-bottom: 65px;
}

body.page-template-store-az #stores-az {
  margin-bottom: 65px;
}

ul.stores-az--nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 24px;
}

ul.stores-az--nav li {
  padding: 0 1px 2px;
}

ul.stores-az--nav li a {
  display: inline-block;
  min-width: 38px;
  background-color: #F5F5F5;
  padding: 0 10px;
  color: #111;
  line-height: 40px;
  text-align: center;
}

ul.stores-az--nav li a:hover {
  background-color: #4CB653;
  color: #fff;
}

.stores-az--list {
  border-bottom: 1px solid #EEEEEE;
  padding: 24px 0 20px;
}

.stores-az--list h4 {
  font-size: 28px;
  color: #4CB653;
  margin-bottom: 24px;
}

.stores-az--list ul.menu {
  display: flex;
  flex-wrap: wrap;
}

.stores-az--list ul.menu li {
  width: 25%;
  padding: 0 10px 10px;
  text-align: center;
}

.stores-az--list ul.menu li a {
  color: #111;
}

.stores-az--list ul.menu li a:hover {
  text-decoration: underline;
}

.stores-az--list:last-child {
  border-bottom: 0;
}

@media (max-width: 992px) {
  .stores-az--list ul.menu li {
    width: 33.33%;
  }
}

@media (max-width: 575px) {
  .stores-az--list ul.menu li {
    width: 50%;
  }
}

/* END store-az TEMPLATE */
/* blog TEMPLATE */
.p-meta {
  position: relative;
  min-height: 44px;
  padding: 2px 0 0 54px;
}

.p-meta img {
  position: absolute;
  top: 0;
  left: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
}

.p-meta a {
  color: #111111;
}

.p-meta p {
  margin: 0;
}

.p-meta p strong {
  font-weight: 600;
}

.p-meta time {
  display: none;
  font-size: 13px;
  line-height: 16px;
  color: #444444;
}

.p-meta time.updated {
  display: block;
}

.p-excerpt {
  color: #444444;
  margin-bottom: 18px;
}

.p-excerpt p {
  line-height: 22px;
}

.p-excerpt p:last-child {
  margin-bottom: 0;
}

.fp-item--title a,
.p-item--title a {
  color: inherit;
}

.fp-item {
  position: relative;
}

.fp-item .fp-item--photo img {
  width: 770px;
  height: 464px;
  object-fit: cover;
}

.fp-item .fp-item--text {
  position: absolute;
  top: 40px;
  right: 0;
  bottom: 40px;
  width: 500px;
  background-color: #fff;
  padding: 55px 32px;
}

.fp-item .fp-item--title {
  font-size: 32px;
  line-height: 44px;
  font-weight: 700;
  margin-bottom: 15px;
}

.fp-item .p-excerpt {
  margin-bottom: 25px;
}

.p-item .p-item--photo {
  margin-bottom: 15px;
}

.p-item .p-item--photo img {
  width: 100%;
  height: 212px;
  object-fit: cover;
}

.p-item .p-item--title {
  font-size: 19px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 8px;
}

.blog-grid > div.col-md-12,
.blog-grid > div.col-md-4 {
  padding-bottom: 52px;
}

@media (max-width: 1199px) {
  .fp-item .fp-item--photo img {
    width: 600px;
  }
}

@media (max-width: 991px) {
  .fp-item .fp-item--photo img {
    width: 100%;
    height: auto;
    object-fit: unset;
  }

  .fp-item .fp-item--text {
    position: relative;
    top: auto;
    bottom: auto;
    width: auto;
    margin: -80px 30px 0;
    padding-bottom: 0;
  }
}

@media (max-width: 575px) {
  .fp-item .fp-item--text {
    padding: 40px 20px 0;
    margin: -60px 20px 0;
  }
}
/* END blog TEMPLATE */

/* post TEMPLATE */
.post-container {
  max-width: 700px;
  padding: 10px 0 50px;
  margin: 0 auto;
}

.post-container h1.entry-title {
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 15px;
}

.post-container .p-meta {
  margin-bottom: 25px;
}
/* END post TEMPLATE */

/* subscribe-modal */
#subscribe-modal .modal-body {
  text-align: center;
}

#subscribe-modal .modal-body p.heading {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}

#subscribe-modal .modal-body > i.fa {
  font-size: 52px;
  color: #4CB653;
  margin-bottom: 15px;
}

#subscribe-modal .modal-body form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

#subscribe-modal .modal-body form input.form-control {
  height: 40px;
  width: 67%;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  color: #999;
  margin-right: 3%;
}

#subscribe-modal .modal-body form button.btn {
  width: 30%;
}

#subscribe-modal .consent-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 15px 0;
}

#subscribe-modal .consent-container input[type='checkbox'] {
  margin-right: 10px;
}

/* END subscribe-modal */

/* rate-modal */
.rateit button.rateit-reset {
  display: none !important;
}

.rateit .rateit-range,
.rateit .rateit-selected,
.rateit .rateit-hover {
  background-repeat: no-repeat;
  background-size: auto 32px;
}

.rateit .rateit-range {
  position: relative;
  width: 184px;
  height: 32px;
  margin: 0 auto 20px;
  background-image: url(../images/star-rating-gray.svg);
  cursor: pointer;
  outline: none;
}

.rateit .rateit-range * {
  display: block;
}

.rateit .rateit-selected,
.rateit .rateit-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
}

.rateit .rateit-selected {
  background-image: url(../images/star-rating.svg);
}

.rateit .rateit-hover {
  background-image: url(../images/star-rating.svg);
}

#rate-modal p.heading {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 25px;
}

#rate-modal .modal-body {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}
/* END rate-modal */

/* page-numbers */
ul.page-numbers {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.page-numbers > li {
  padding: 0 5px;
}

ul.page-numbers a,
ul.page-numbers span {
  display: inline-block;
  background-color: #4CB653;
  padding: 0 10px;
  border-radius: 6px;
  font-size: 14px;
  color: #fff;
  line-height: 30px;
}

ul.page-numbers .current {
  opacity: 0.75;
}

@media (min-width: 768px) {
  ul.page-numbers a.next,
  ul.page-numbers a.prev {
    position: absolute;
    top: 0;
  }

  ul.page-numbers a.prev {
    left: 0;
  }

  ul.page-numbers a.next {
    right: 0;
  }
}
/* END page-numbers */

/* infinite scroll */
#s-coupons button.load-more {
  display: none;
}

.spinner {
  margin: 0 auto;
  width: 70px;
  text-align: center;
}

.spinner > span {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #4CB653;
  border-radius: 100%;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner span.bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner span.bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
/* END infinite scroll */

/* Autocomplete */
ul.ui-autocomplete {
  position: absolute;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  cursor: default;
  z-index: 500;
}

ul.ui-autocomplete li.ui-menu-item {
}

ul.ui-autocomplete li.ui-menu-item > a {
  display: block;
  padding: 5px 10px;
}

ul.ui-autocomplete li.ui-menu-item > a:hover {
  background-color: rgba(76, 182, 83, 0.1);
}
/* END Autocomplete */

/* favorite-stores */
ul.favorite-stores {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}

ul.favorite-stores > li {
  width: 100%;
  padding: 0 5px 10px;
}

ul.favorite-stores > li > a {
  display: block;
  position: relative;
  padding: 13px 10px 13px 60px;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
  color: #111;
  line-height: 1.1;
  outline: none;
  transition: background-color .3s ease;
  -webkit-transition: background-color .3s ease;
}

ul.favorite-stores > li img {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

ul.favorite-stores > li > a:hover {
  background-color: rgba(76, 182, 83, 0.2);
}

#favorite-stores {
  margin-bottom: 65px;
}

@media (min-width: 576px) {
  ul.favorite-stores > li {
    width: 50%;
  }
}

@media (min-width: 992px) {
  ul.favorite-stores > li {
    width: 33.333%;
  }
}
/* END favorite-stores */

/* PAGE template */
#post-header {
  background: url(../images/welcome-pattern.png), linear-gradient(130.14deg, #4BDD62 -0.3%, #4CAF50 100.3%);
  background-repeat: repeat;
  background-position: top left;
  color: #fff;
  min-height: 335px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 5% 0;

}

#post-header h1 {
  font-family: 'Quicksand', sans-serif;
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  margin-bottom: 15px;
  word-break: break-all;

}

#post-header .post-description {
  line-height: 20px;
  margin-bottom: 25px;
}

#post-content {
  background-color: #F8F8F8;
  padding-bottom: 50px;
  padding-top: 30px;
}
#post-content h2 {
  position: relative;

  margin: 20px 0 10px 0;
  font-family: 'Quicksand', sans-serif;
  font-size: 2em;
  line-height: 30px;
  font-weight: 700;
}

#post-content h3 {
  font-size: 1.5em;
  line-height: 30px;
  font-weight: 700;
  margin: 20px 0 10px 0;
}
#post-content .subheading{
  font-size: 1.2em;
  margin-bottom: 15px;
  color: #999;
}

@media (min-width: 768px) {
  #post-content h2 {
    font-size: 28px;
    line-height: 35px;
    padding-left: 18px;
    margin-bottom: 20px;
  }

  #post-content h2:before {
    content: '';
    width: 3px;
    height: 28px;
    background-color: #4CB653;
    position: absolute;
    top: 4px;
    left: 0;
  }

}


/* page template */

/* EXTRA */
.entry-title {
  margin-bottom: 15px;
}

.entry-content h2 {
  font-size: 28px;
}

.entry-content h3 {
  font-size: 24px;
}

body.page-id-268425 .content,
body.page-id-268425 #stores,
body.page-id-268425 #stores-az {
  margin-bottom: 65px;
}

.c-item.v2.amazon .c-item--title {
  padding-bottom: 0;
}
/* END EXTRA */