/* 2025 FOF header redesign */
.home-about {
  text-align: center;
}
.home-hero.main-hero .hero-image {
  height: 600px;
}
.home-bottom-feature .home-hero.main-hero .hero-image {
  height: 500px;
}
.home-hero .hero-image:before {
  display: none;
}
.home-hero.sub-hero .hero-text-wrap .hero-buttons .btn {
  margin-top: 0;
}
.home-hero.main-hero .hero-text-wrap .hero-buttons .btn {
  margin-top: 0;
}
.home-hero.main-hero .hero-text-wrap {
  text-align: center;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  width: 40%;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  justify-content: center;
  align-items: center;
  flex-flow: column wrap;
  background-color: rgba(0, 0, 0, .48);
}
.home-hero.main-hero .hero-text-wrap.display-left {
  left: 0;
  right: auto;
}
.home-hero.main-hero .hero-text-wrap.display-right {
  right: 0;
  left: auto;
}
.home-hero.main-hero .hero-text-wrap .hero-sub-text {
  max-width: none;
  margin: 0;
}
.home-hero.main-hero .hero-text-wrap .hero-sub-text p {
  font-weight: 500;
  font-size: 1.1rem;
  color: #fff;
  text-shadow: none;
  margin: 0 0 25px;
}
.home-hero.main-hero .hero-text-wrap .hero-title h1 {
  font-family: 'Roboto Slab', serif;
  color: #fff;
  text-shadow: none;
  font-weight: 500;
  font-size: 3.5rem;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.2;
  margin: 0 0 25px;
}
.home-hero.main-hero .hero-text-wrap .hero-title h1 a {
  color: #fff;
}
.home-hero.main-hero .hero-text-wrap .hero-title h2 {
  font-family: 'Roboto Slab', serif;
  color: #fff;
  text-shadow: none;
  font-weight: 500;
  font-size: 3.25rem;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.2;
  margin: 0 0 25px;
}
.home-hero.main-hero .hero-text-wrap .hero-title h2 a {
  color: #fff;
}
.home-hero.main-hero .hero-text-wrap .hero-collection-name h2 {
  font-family: 'Roboto Slab', serif;
  color: #fff;
  text-shadow: none;
  font-weight: 500;
  font-size: 1.75rem;
  text-transform: none;
  line-height: 1.2;
  margin: 0 0 25px;
}
.home-hero.main-hero .hero-text-wrap .hero-collection-name h3 {
  font-family: 'Roboto Slab', serif;
  color: #fff;
  text-shadow: none;
  font-weight: 500;
  font-size: 1.75rem;
  text-transform: none;
  line-height: 1.2;
  margin: 0 0 25px;
}
.home-hero.sub-hero .hero-text-wrap {
  position: static;
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
.home-hero.sub-hero .hero-text-wrap .hero-title h2 {
  font-family: 'Roboto Slab', serif;
  color: #222;
  text-shadow: none;
  font-weight: 500;
  font-size: 2rem;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 25px 0 15px 0;
}
.home-hero.sub-hero .hero-text-wrap .hero-title h2 a {
  color: #222;
}
.home-hero.sub-hero .hero-text-wrap .hero-collection-name h3 {
  font-family: 'Roboto Slab', serif;
  color: #222;
  text-shadow: none;
  font-weight: 500;
  font-size: 1.5rem;
  text-transform: none;
  line-height: 1.2;
  margin: 0 0 15px 0;
}
.home-hero.sub-hero .hero-text-wrap .hero-sub-text p {
  font-weight: 500;
  font-size: 1.1rem;
  color: #222;
  text-shadow: none;
  margin: 0 0 25px 0;
}
.home-hero.sub-hero .hero-image a.hero-image-link {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  display: block;
}
.home-featured-items {
  width: 100%;
  overflow: hidden;
  padding-bottom: 30px;
}
.home-featured-items > .container {
  overflow: hidden;
}
.HomeItemsResponsive {
  margin-left: 25px;
  margin-right: 25px;
}
.HomeItemsResponsive .product-item {
  margin: auto;
  margin: 10px;
  padding: 2%;
  position: relative;
}
.HomeItemsResponsive.product-grid .item-box {
  max-width: none !important;
  padding-bottom: 0;
}
.HomeItemsResponsive {
  margin-left: 25px;
  margin-right: 25px;
}
#HomeTabContent3 .item-box .details .product-title {
  text-align: center;
}
#homeHeroSlick {
  margin-bottom: 64px;
}
.slick-slider .home-hero {
  margin-bottom: 20px;
}
.slick-slider a, .slick-slider * {
  outline: none !important;
}
.slick-dots li button {
  background-color: #FFF;
  border-radius: 100%;
  border: 4px solid #0088cc;
}
.slick-dots li.slick-active button {
  background-color: #0088cc;
  border-radius: 100%;
  color: #fff;
}
.slick-dots li button:before, .slick-dots li.slick-active button:before {
  color: transparent;
}
/* tabs */
ul.home-tab-nav {
  list-style: none;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #0088cc;
}
ul.home-tab-nav > li {
  padding: 15px 0;
  margin: 0px 25px;
  font-weight: 600;
  font-size: 1.5rem;
  opacity: .65;
  cursor: pointer;
  border-bottom: 4px solid transparent;
}
ul.home-tab-nav > li:hover {
  opacity: 1;
}
ul.home-tab-nav > li.active-tab-nav {
  color: #0088cc;
  opacity: 1;
  border-bottom-color: #0088cc;
}
.home-tab-content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  height: 1px;
}
.home-tab-content.active-tab-content {
  opacity: 1;
  visibility: visible;
  position: relative;
  height: auto;
}
@media (min-width: 768px) {}
@media (min-width: 992px) {}
@media (min-width: 1200px) {
  .home-hero.sub-hero .hero-text-wrap .hero-buttons .btn {
    padding-left: 50px;
    padding-right: 50px;
    height: 55px;
    font-size: 1.5rem;
    line-height: 52px;
    margin-top: 0;
  }
  .home-hero.main-hero .hero-text-wrap .hero-buttons .btn {
    padding-left: 50px;
    padding-right: 50px;
    height: 60px;
    font-size: 1.75rem;
    line-height: 57px;
    margin-top: 0;
  }
}
@media (min-width: 1285px) {}
@media (min-width: 1350px) {}
@media (max-width:1199px) {
  .home-hero.main-hero .hero-text-wrap {
    width: 50%;
  }
  .home-hero.main-hero .hero-text-wrap .hero-title h1 {
    font-size: 2.5rem;
    margin-bottom: 15px;
  }
  .home-hero.main-hero .hero-text-wrap .hero-title h2 {
    font-size: 2.25rem;
    margin-bottom: 15px;
  }
  .home-hero.main-hero .hero-text-wrap .hero-collection-name h2 {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
  .home-hero.main-hero .hero-text-wrap .hero-collection-name h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .RelatedItemsResponsive.product-grid .item-box {
    max-width: none !important;
  }
}
@media (max-width: 767px) {
  .RelatedItemsResponsive.product-grid .item-box {
    max-width: none !important;
  }
  ul.home-tab-nav > li {
    font-size: 1rem;
    text-align: center;
  }
  .home-hero.main-hero .hero-text-wrap {
    position: static;
    width: 100%;
    padding: 25px 20px;
    background-color: transparent;
    color: #222;
  }
  .home-hero.main-hero .hero-image {
    height: 300px;
  }
  .home-bottom-feature .home-hero.main-hero .hero-image {
    height: 300px;
  }
  .home-hero .hero-text-wrap .hero-buttons {
    width: 100%;
    margin: auto;
  }
  .home-hero.main-hero .hero-text-wrap .hero-buttons .btn {
    margin-top: 0;
    width: 100%;
    margin: 0;
  }
  .home-hero.main-hero .hero-text-wrap .hero-title h1 {
    font-size: 2rem;
    color: #222;
  }
  .home-hero.main-hero .hero-text-wrap .hero-title h1 a {
    color: #222;
  }
  .home-hero.main-hero .hero-text-wrap .hero-title h2 {
    font-size: 2rem;
    color: #222;
  }
  .home-hero.main-hero .hero-text-wrap .hero-title h2 a {
    color: #222;
  }
  .home-hero.main-hero .hero-text-wrap .hero-sub-text p {
    color: #222;
  }
  .home-hero.main-hero .hero-text-wrap .hero-collection-name h2 {
    color: #222;
  }
  .home-hero.main-hero .hero-text-wrap .hero-collection-name h3 {
    color: #222;
  }
}
@media (max-width: 480px) {}
@media (min-width: 768px) and (max-width: 991px) {}