.landing-categories--item {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.landing-categories--item h2 {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  opacity: 1;
  visibility: visible;
  text-align: center;
  margin: 0;
  transform: translateY(-50%) scale(1);
  -webkit-transform: translateY(-50%) scale(1);
  -moz-transform: translateY(-50%) scale(1);
  -o-transform: translateY(-50%) scale(1);
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
}
.landing-categories--item:hover .landing-categories--count {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
}
.landing-categories--item:hover .landing-categories--thumb img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  filter: brightness(0.7);
  -webkit-filter: brightness(0.7);
}
.landing-categories--item:hover .landing-categories-detail .btn-white {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.landing-categories--item:hover .landing-categories-detail .category-description {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.landing-categories--item:hover h2 {
  transform: translateY(-50%) scale(0);
  -webkit-transform: translateY(-50%) scale(0);
  -moz-transform: translateY(-50%) scale(0);
  -o-transform: translateY(-50%) scale(0);
  opacity: 0;
  visibility: hidden;
}
.landing-categories--thumb img {
  min-width: 100%;
  display: block;
  position: relative;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
}
.landing-categories-detail {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.landing-categories-detail .btn-white {
  opacity: 0;
  visibility: hidden;
  font-size: 12px;
  padding: 9px 10px;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
}
.landing-categories-detail .category-description {
  transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  padding: 0 20px;
  color: #fff;
  font-weight: 500;
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 992px) {
  .col-item-5 {
    width: calc(100% / 5);
  }
  .first-item-md {
    clear: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .first-item-sm {
    clear: left;
  }
}
/* Landing Parralax */
.landing-parralax--item {
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  align-items: center;
}
.landing-parralax--item .landing-parralax-detail {
  color: #999;
  text-align: center;
  background-color: #fff;
  width: 500px;
  max-width: calc(100% - 30px);
  padding: 23px 30px 30px;
  display: inline-block;
  margin: 0 auto;
}
.landing-parralax--item .landing-parralax-detail h2 {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
}
.landing-parralax--shortdes {
  padding-top: 10px;
}
.landing-parralax--count {
  display: inline-block;
  border-bottom: 1px solid #ddd;
  padding-bottom: 13px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.collection-new-product {
  margin-top: 50px;
}
.collection-new-product .content-heading {
  text-align: left;
}
.category-landing-parallax .footer {
  margin: 0;
}
.category-landing-parallax #maincontent {
  width: 100%;
}
.category-landing-parallax .page-title-wrapper {
  display: none !important;
}
