.collections-list {
  padding-bottom: 50px;
}

.halo-collection-content .collection-banner {
  position: relative;
  background-image: url(../../images/collection/banner-top.png);
  background-size: cover;
  background-repeat: repeat-x;
  background-position: center top;
  height: 170px;
  background-attachment: fixed;
}

.halo-collection-content .collection-banner .page-title {
  color: #ffffff;
  font-weight: 700;
  letter-spacing: .5em;
  font-size: 30px;
}

.halo-collection-content .page-header {
  padding-bottom: 17px;
}

.halo-collection-content .page-header .page-description {
  max-width: 930px;
  margin: 24px auto 23px;
  padding: 0px 15px;
}

.list-categories .collection-list-item {
  margin-bottom: 60px;
}

.list-categories .collection-list-item .img-box {
  margin-bottom: 30px;
}

.list-categories .collection-list-item .img-box:hover .view-abs {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  filter: alpha(opacity=100);
  -webkit-transform: translate(-50%, -50%) rotateX(0deg);
  transform: translate(-50%, -50%) rotateX(0);
}

.list-categories .collection-list-item .collection-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #232323;
  letter-spacing: .05em;
}

.list-categories .collection-list-item .count {
  display: block;
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 17px;
  letter-spacing: .02em;
  color: #999999;
}

.list-categories .collection-list-item .desc {
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 33px;
  letter-spacing: .02em;
  color: #3c3c3c;
  line-height: 22px;
}

.list-categories .collection-list-item .button {
  width: 100%;
  max-width: 190px;
}

.list-categories .collection-list-item .view-abs {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: -webkit-transform .3s linear .1s;
  transition: -webkit-transform .3s linear .1s;
  transition: transform .3s linear .1s;
  transition: transform .3s linear .1s, -webkit-transform .3s linear .1s;
  z-index: 2;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) rotateX(90deg);
  transform: translate(-50%, -50%) rotateX(90deg);
  -webkit-transition: transform .3s linear .1s;
}

.list-categories .collection-infinite-scroll .button {
  width: 100%;
  max-width: 300px;
}

.collection-description {
  color: #3c3c3c;
  margin: 40px auto 40px;
  max-width: 930px;
  padding: 0px 15px;
}

.collection-product-header {
  border-top: 1px solid #e6e6e6;
  padding: 30px 15px 12px;
}

.collection-product-header .title {
  font-size: 18px;
  letter-spacing: .02em;
  font-weight: 600;
  color: #232323;
}

/* START: List Collection Layout 2 */
.list-categories-2 .collection-list-item {
  margin-bottom: 30px;
}

.list-categories-2 .img-box {
  margin-bottom: 0 !important;
  position: relative;
}

.list-categories-2 .img-box .content-box-banner .banner-title {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 13px;
  letter-spacing: .05em;
}

.list-categories-2 .img-box .content-box-banner .des-countdown {
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 35px;
  letter-spacing: .02em;
}

.list-categories-2 .img-box .content-box-banner .bannerView-countDown .num {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #ffffff;
  font-size: 18px;
  border-radius: 4px;
  padding: 13px 10px 10px;
  margin: 0px 8px;
  color: #ffffff;
  font-weight: 600;
  border-color: #f0f0f0;
  background-color: transparent;
  text-align: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
}

.list-categories-2 .img-box .content-box-banner .bannerView-countDown .num span {
  color: #ffffff;
  font-weight: 400;
  display: block;
  font-size: 12px;
  letter-spacing: .02em;
  position: relative;
  top: -3px;
}

.list-categories-2 .collections-wrapper {
  background: #fafafa;
  width: 100%;
  height: 100%;
  position: relative;
}

.list-categories-2 .collections-wrapper .collection-title {
  font-size: 24px;
}

.list-categories-2 .collections-wrapper .desc {
  margin: 0 auto 20px;
  max-width: 450px;
  padding: 0px 15px;
}

.list-categories-2 .collection-infinite-scroll {
  padding-top: 30px;
}

/* START: List Collection Layout 3 */
.list-categories-3 .collection-list-item {
  margin-bottom: 30px;
}

.list-categories-3 .img-box {
  margin-bottom: 0 !important;
  position: relative;
}

.list-categories-3 .img-box .count {
  position: absolute;
  top: 13px;
  left: 0;
  z-index: 2;
  padding: 11px 29px 9px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #232323;
}

.list-categories-3 .img-box .collection-title {
  padding: 13px 50px 12px 30px;
  margin: 0;
  background: #ffffff;
  font-size: 14px;
  position: absolute;
  left: 0;
  bottom: 0px;
  z-index: 2;
}

.list-categories-3 .img-box .collection-title svg {
  position: absolute;
  height: 11px;
  width: 11px;
  fill: #232323;
  top: 50%;
  right: 27px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.list-categories-3 .img-box .collection-title:hover {
  background: #232323;
}

.list-categories-3 .img-box .collection-title:hover a {
  color: #ffffff;
}

.list-categories-3 .img-box .collection-title:hover svg {
  fill: #ffffff;
}

.list-categories-3 .collection-infinite-scroll {
  padding-top: 30px;
}

/* START: List Collection Layout fullwidth */
.list-categories-fullwith .collection-list-item .row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.list-categories-fullwith .collections-wrapper {
  background: #ffffff;
  border: 1px solid #646464;
}

.list-categories-fullwith .collections-wrapper .collection-title {
  font-size: 24px !important;
  margin-bottom: 12px !important;
}

.list-categories-fullwith .collections-wrapper .count {
  color: #3c3c3c;
}

.list-categories-fullwith .collections-wrapper .desc {
  margin: 0 auto 33px !important;
}

/* START: List Collection Layout Mansonry */
.page-collections-masonry {
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  .list-categories-2 .collections-wrapper {
    height: auto;
    margin-top: 20px;
  }
  .list-categories-2 .collections-wrapper .content-box {
    position: relative;
    padding: 35px 0px 40px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media (max-width: 400px) {
  .list-categories-2 .img-box .content-box-banner .des-countdown {
    margin-bottom: 20px;
  }
  .list-categories-2 .img-box .content-box-banner .bannerView-countDown .num {
    margin: 0px 4px;
  }
}

@media (max-width: 320px) {
  .list-categories-2 .img-box .content-box-banner .bannerView-countDown .num {
    margin: 0px;
  }
}

@media (min-width: 768px) {
  .list-categories-2 .collection-list-item:nth-child(even) .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .list-categories-fullwith .collection-list-item:nth-child(4n+3) .row, .list-categories-fullwith .collection-list-item:nth-child(4n+4) .row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
}

@media (min-width: 1025px) {
  .halo-collection-content .collection-banner {
    background-size: contain;
    height: 270px;
  }
  .list-categories-2 .collections-wrapper .collection-title {
    font-size: 30px;
    margin-bottom: 6px;
  }
  .list-categories-2 .collections-wrapper .desc {
    margin: 0 auto 37px;
  }
  .list-categories-3 .img-box {
    margin-bottom: 0 !important;
    position: relative;
  }
  .list-categories-3 .img-box .count {
    top: 0;
    opacity: 0;
    visibility: hidden;
  }
  .list-categories-3 .img-box:hover .count {
    opacity: 1;
    visibility: visible;
    top: 13px;
  }
  .collection-description {
    margin: 74px auto 74px;
  }
  .page-collections-masonry .collection-description {
    margin: 52px auto 72px;
  }
}
/*# sourceMappingURL=component-collection-list.css.map */