/* For Dev Site Preview only */

body.hasAdminBar {
  padding-top: 101px !important;
}

/* End of Dev Site Preview */

.navPages-action {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  text-transform: none;
}

.header .navPages-container .navPage-subMenu-action {
  text-transform: none;
}

.button {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  text-transform: none;
}

.heroCarousel .heroCarousel-title {
  color: #fff;
  font-size: 2em;
  line-height: 1.2em;
  font-weight: 400;
  margin-top: 0;
  font-family: Merriweather, Arial, Helvetica, sans-serif;
}

.heroCarousel .heroCarousel-content {
  background: none;
  margin: none;
  left: 60%;
  padding: 0 30px 0 0;
}

.stretch .heroCarousel .heroCarousel-content {
  text-align: left;
}

.heroCarousel .heroCarousel-description {
  color: #1a1a1a;
  font-size: 1.4em;
}

.heroCarousel-action.button.button--primary.button--large {
  background: none;
  color: #fff;
  border: 1.2px solid #fff;
  border-radius: 4px;
}

.heroCarousel-action.button.button--primary.button--large:hover {
  background: #fdfe8f;
  border-color: #fdfe8f;
  color: #2b312e;
  transition: all 0.3s ease-in;
}

.featuredCategory-link {
  min-width: 12.5rem;
  width: unset !important;
}

a.button.button--primary.featuredCategory-link {
  background: none;
  border-color: transparent;
  color: #fff;
  bottom: 33%;
  font-size: 1.75rem;
  line-height: 1.2;
  font-family: Merriweather, Arial, Helvetica, sans-serif;
}

a.button.button--primary.featuredCategory-link:hover {
  font-size: 2rem;
  transition: all 0.5s ease-out;
}

@media only screen and (max-width: 800px) {
  .heroCarousel .heroCarousel-content {
    padding: 0px;
  }
  .heroCarousel .heroCarousel-title {
    font-size: 1.3em;
  }
  .heroCarousel-action.button.button--primary.button--large {
    font-size: 0.9em;
  }
  .stretch .heroCarousel {
    min-height: 16rem;
  }
}

@media only screen and (max-width: 550px) {
  .footer p {
    text-align: center;
  }
  .stretch .heroCarousel .heroCarousel-image {
    display: none;
  }
  .slick-track
    .slick-slide:nth-child(1)
    .heroCarousel-slide
    .heroCarousel-image-wrapper {
    background-image: url("../img/cn-hero-slide-mob.jpg");
    background-size: cover;
    background-position: center;
  }
  .slick-track
    .slick-slide:nth-child(2)
    .heroCarousel-slide
    .heroCarousel-image-wrapper {
    background-image: url("../img/aps-hero-slide-mob2.jpg");
    background-size: cover;
    background-position: center;
  }
  .slick-track
    .slick-slide:nth-child(3)
    .heroCarousel-slide
    .heroCarousel-image-wrapper {
    background-image: url("../img/twth-hero-slide-mob.jpg");
    background-size: cover;
    background-position: center;
  }
  .slick-track
    .slick-slide:nth-child(4)
    .heroCarousel-slide
    .heroCarousel-image-wrapper {
    background-image: url("../img/nn-hero-slide-mob.jpg");
    background-size: cover;
    background-position: center;
  }
  .slick-track
    .slick-slide:nth-child(5)
    .heroCarousel-slide
    .heroCarousel-image-wrapper {
    background-image: url("../img/cn-hero-slide-mob.jpg");
    background-size: cover;
    background-position: center;
  }
  .heroCarousel .heroCarousel-title {
    font-size: 1.2em;
  }
  .heroCarousel-description {
    margin-bottom: 1rem;
  }

  .heroCarousel-action.button.button--primary.button--large {
    font-size: 0.9em;
  }
  .stretch .heroCarousel .heroCarousel-content {
    bottom: 4%;
    left: auto;
    right: auto;
    padding: 0 15px;
    text-align: center;
  }
  .stretch .heroCarousel {
    min-height: 24rem;
  }
  a.button.button--primary.featuredCategory-link {
    bottom: 45%;
  }
}

.page-heading {
  margin: 1.4em 0em 1em;
  text-align: center;
  line-height: 0.8em;
  font-weight: 400;
  color: #2b312e;
}
.featured-wrap .page-heading {
  margin: 2.4em 0em 0em;
}

.featured-wrap .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.card .card-body {
  padding-top: 1em;
}

.footer-subscribe .footer-info-heading {
  font-size: 2.6em;
  line-height: 0.9em;
  font-weight: 400;
  color: #669b68;
}

.category-load-more-button.button.button--primary {
  background: #fff;
  border-color: #1e794b;
  color: #1e794b;
  opacity: 1;
}

.category-load-more-button.button.button--primary:hover {
  background: #1e794b;
  border-color: #1e794b;
  color: #fff;
  transition: all 0.3s ease-in;
}

.header .navPages-container {
  border-top: none;
  border-bottom: none;
}

.header-logo > a {
  padding: 0px;
}

.form-input {
  font-weight: 400;
}

.card-title {
  font-size: 18px;
  color: #2b312e;
}

.card-title > a {
  color: #2b312e;
}

.price-section {
  font-weight: 700;
  color: #2b312e;
}

.card .card-text .price-section {
  font-size: 18px;
  font-weight: 400;
  color: #2b312e;
}

.productView-price {
  font-size: 24px;
}

.able-logo-svg {
  width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: none;
  color: #2b312e;
}

h5 {
  font-size: 18px;
}

.form-radio + .form-label::after {
  background: #1e794b;
}

.form-input--incrementTotal {
  width: 3rem;
}

.footer-bottom-wrap {
  display: none !important;
}

.footer-info-list a[href*="/brands/"],
.footer-info-list a[href*="/all-brands/"],
.navList a[href*="/brands/"] {
  display: none;
}

.footer-info .footer-info-col:nth-child(3) .footer-info-list {
  display: flex;
  flex-direction: column;
}

.footer-info .footer-info-col:nth-child(3) .footer-info-list li:nth-child(1) {
  order: 1;
}
.footer-info .footer-info-col:nth-child(3) .footer-info-list li:nth-child(2) {
  order: 2;
}
.footer-info .footer-info-col:nth-child(3) .footer-info-list li:nth-child(3) {
  order: 4;
}
.footer-info .footer-info-col:nth-child(3) .footer-info-list li:nth-child(4) {
  order: 5;
}
.footer-info .footer-info-col:nth-child(3) .footer-info-list li:nth-child(5) {
  order: 3;
}
.footer-info .footer-info-col:nth-child(3) .footer-info-list li:nth-child(6) {
  order: 6;
}

footer + div {
  display: none;
  margin: 0 !important;
}
footer + div + div {
  display: none;
  margin: 0 !important;
}

.navPages-list li:nth-child(7){
  display: none;
}