.home-about {
  text-align: center;
}
.home-hero {
 margin-top:-30px;
}


/* addded for 404 page */
.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 (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;
  }

}