.UICollection,
.UICollection .excerpt {
  display: -webkit-box;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
}
.UICollection .keyvisual h1,
.UICollection .keyvisual h2.title {
  font-family: Roboto;
  color: #fff;
  text-transform: uppercase;
}
.UICollection .excerpt .btn,
.UICollection .excerpt .btn b {
  -webkit-transition: all 150ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.UICollection .banner .btn i,
.UICollection .excerpt .btn b,
.UICollection .product .btn b,
.UICollection .related .collection .info .btn b {
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4040', endColorstr='#be1313', GradientType=0 );
}
.UICollection {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background:#f7f7f7;
  /* min-height: 90%; */
}
.UICollection .keyvisual {
  position: relative;
  width: 100%;
  height: 57vw;
  max-height: 1060px;
  overflow: hidden;
  background-image: url(../img/collection/keyvisual.jpg);
  background-position: top center;
}
.UICollection .keyvisual .blend {
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 5000px;
  height: 1054px;
}
.UICollection .keyvisual .boot {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  width: 90%;
  height: 90%;
  max-width: 1500px;
  max-height: 954px;
  background-size: contain;
  background-position: bottom center;
}
.UICollection .keyvisual h2.title {
  position: absolute;
  z-index: 10;
  top: 28%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 210px;
  font-weight: 600;
  letter-spacing: -8px;
}
.UICollection .keyvisual h1 {
  white-space: nowrap;
  padding: 10vw 0 20vw;
  position: relative;
  z-index: 1;
  top: 0;
  left: -2000px;
  width: 10px;
  height: 10px;
  overflow: hidden;
  font-weight: 700;
  letter-spacing: -10px;
  font-size: 14vw;
}
@media only screen and (max-width: 1600px) {
  .UICollection .keyvisual h2.title {
    font-size: 180px;
  }
}
@media only screen and (max-width: 1440px) {
  .UICollection .keyvisual h2.title {
    font-size: 160px;
    letter-spacing: -7px;
    top: 24%;
  }
}
@media only screen and (max-width: 1280px) {
  .UICollection .keyvisual {
    height: 60vw;
  }
  .UICollection .keyvisual h2.title {
    font-size: 130px;
    letter-spacing: -5px;
    top: 24%;
  }
}
@media only screen and (max-width: 1023px) {
  .UICollection .keyvisual {
    height: 65vw;
  }
  .UICollection .keyvisual h2.title {
    font-size: 110px;
    letter-spacing: -5px;
    top: 24%;
  }
}
@media only screen and (max-width: 767px) {
  .UICollection .keyvisual {
    height: 67vw;
  }
  .UICollection .keyvisual h2.title {
    font-size: 90px;
    letter-spacing: -3px;
    top: 23%;
  }
}
@media only screen and (max-width: 600px) {
  .UICollection .keyvisual h2.title {
    font-size: 70px;
    letter-spacing: -2px;
    top: 20%;
  }
}
@media only screen and (max-width: 460px) {
  .UICollection .keyvisual {
    height: 80vw;
  }
  .UICollection .keyvisual .boot {
    width: 100%;
    height: 100%;
  }
  .UICollection .keyvisual h2.title {
    font-size: 60px;
    letter-spacing: -2px;
    top: 20%;
  }
}
.UICollection .excerpt {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 100px 0 50px;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(40, 45, 50, 0.2);
}
.UICollection .excerpt .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-line-pack: center;
  align-content: center;
}
.UICollection .excerpt .col.left {
  width: 70%;
}
.UICollection .excerpt .col.right {
  width: 30%;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}
.UICollection .excerpt h2 {
  width: 100%;
  font-family: Ubuntu;
  font-size: 14px;
  font-weight: 700;
  color: #282d32;
  text-transform: uppercase;
}
.UICollection .excerpt strong {
  margin: 0.13em 0;
  width: 100%;
  font-family: Roboto;
  font-size: 72px;
  font-weight: 700;
  color: #ed1c24;
  letter-spacing: -0.04em;
  line-height: 0.9em;
}
.UICollection .excerpt .CMS {
  margin: 0.5em 0 0;
  width: 100%;
  font-family: Roboto;
  font-size: 17px;
  font-weight: 400;
  color: #282d32;
  line-height: 1.7em;
}
.UICollection .excerpt .CMS p {
  margin: 0 0 1.4em;
}
.UICollection .excerpt .CMS .reddot {
  display: inline-block;
  width: 30vw;
  max-width: 194px;
  height: auto;
  background-color: rgba(255, 0, 0, 0.1);
}
.UICollection .excerpt .CMS strong {
  font-size: inherit;
  color: inherit;
  font-weight: 700;
}
.UICollection .excerpt .share {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.UICollection .excerpt .share label {
  margin: 0 0 0 auto;
  font-family: Ubuntu;
  font-size: 14px;
  font-weight: 700;
  color: #282d32;
  text-transform: uppercase;
  line-height: 43px;
}
.UICollection .excerpt .btn, .product-btn {
  position: relative;
  overflow: hidden;
  margin: 0 0 0 1em;
  border-radius: 50%;
  height: 43px;
  width: 43px;
  line-height: 43px;
  text-align: center;
  font-size: 19px;
  -webkit-box-shadow: 0 7px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 7px 15px rgba(0, 0, 0, 0.2);
  color: #fff;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(57, 64, 68, 1)),
    color-stop(40%, rgba(36, 40, 43, 1)),
    color-stop(60%, rgba(255, 64, 64, 1)),
    to(rgba(190, 19, 19, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(57, 64, 68, 1) 0,
    rgba(36, 40, 43, 1) 40%,
    rgba(255, 64, 64, 1) 60%,
    rgba(190, 19, 19, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(57, 64, 68, 1) 0,
    rgba(36, 40, 43, 1) 40%,
    rgba(255, 64, 64, 1) 60%,
    rgba(190, 19, 19, 1) 100%
  );
  transition: all 150ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
  background-size: 100% 250%;
}
.no-touch .UICollection .excerpt .btn:hover, .product-btn:hover {
  background-position: 0 100%;
}
.UICollection .excerpt .btn i, .product-btn i {
  position: relative;
  z-index: 2;
  color: #fff;
  font-style: normal;
}
.UICollection .excerpt .btn b, .product-btn b {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  background: #ff4040;
  background: -webkit-linear-gradient(
    top,
    rgba(255, 64, 64, 1) 0,
    rgba(190, 19, 19, 1) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 64, 64, 1)),
    to(rgba(190, 19, 19, 1))
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 64, 64, 1) 0,
    rgba(190, 19, 19, 1) 100%
  );
  transition: all 150ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.UICollection .excerpt .btn.active b,
.no-touch .UICollection .excerpt .btn:hover b {
  opacity: 1;
}
.UICollection .excerpt .btn.distributor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: center;
  align-content: center;
  padding: 0 2.2em 0 0;
  margin: 1.4em 0 0;
  width: auto;
  height: 54px;
  border-radius: 27px;
  font-family: Ubuntu;
  font-size: 14px;
  font-weight: 700;
}
.UICollection .excerpt .btn.distributor svg {
  z-index: 2;
  margin: 8px 1.5em 0 8px;
  width: 39px;
  height: 38px;
}
.UICollection .excerpt .btn.distributor i {
  z-index: 2;
  font-family: Ubuntu;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  line-height: 54px;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 1600px) {
  .UICollection .excerpt strong {
    font-size: 66px;
  }
}
@media only screen and (max-width: 1440px) {
  .UICollection .excerpt strong {
    font-size: 60px;
  }
  .UICollection .excerpt .CMS {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1280px) {
  .UICollection .excerpt {
    padding: 60px 0;
  }
  .UICollection .excerpt strong {
    font-size: 55px;
  }
  .UICollection .excerpt .CMS {
    font-size: 15px;
  }
  .UICollection .excerpt .btn {
    margin: 0 0 0 0.6em;
    height: 38px;
    width: 38px;
    line-height: 39px;
    font-size: 19px;
    -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
  }
  .UICollection .excerpt .share label {
    margin: 0 0 0 auto;
    font-size: 13px;
    line-height: 39px;
  }
  .UICollection .excerpt .btn.distributor {
    padding: 0 2em 0 0;
    margin: 1.2em 0 0;
    width: auto;
    height: 49px;
    border-radius: 24px;
    font-size: 13px;
  }
  .UICollection .excerpt .btn.distributor i {
    line-height: 49px;
  }
  .UICollection .excerpt .btn.distributor svg {
    margin: 8px 1.5em 0 8px;
    width: 33px;
    height: 33px;
  }
}
@media only screen and (max-width: 1023px) {
  .UICollection .excerpt {
    border-bottom: none;
    padding-bottom: 10px;
  }
  .UICollection .excerpt .col.left {
    width: 68%;
  }
  .UICollection .excerpt .col.right {
    width: 32%;
  }
  .UICollection .excerpt strong {
    font-size: 44px;
  }
  .UICollection .excerpt h2 {
    font-size: 13px;
  }
  .UICollection .excerpt .CMS {
    font-size: 13px;
    line-height: 1.5em;
  }
  .UICollection .excerpt .btn {
    height: 36px;
    width: 36px;
    line-height: 37px;
    font-size: 17px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  }
  .UICollection .excerpt .btn.distributor {
    padding: 0 2em 0 0;
    margin: 1.2em 0 0;
    height: 40px;
    border-radius: 20px;
    font-size: 12px;
  }
  .UICollection .excerpt .btn.distributor svg {
    margin: 6px 1em 0 7px;
    width: 27px;
    height: 27px;
  }
  .UICollection .excerpt .btn.distributor i {
    line-height: 40px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .UICollection .excerpt h2 {
    font-size: 12px;
  }
  .UICollection .excerpt strong {
    font-size: 36px;
  }
  .UICollection .excerpt .col.left {
    width: 90%;
  }
  .UICollection .excerpt .col.right {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 20px;
  }
  .UICollection .excerpt .share {
    width: auto;
  }
  .UICollection .excerpt .btn.distributor {
    margin: 0 0 0 auto;
    padding: 0 1.2em 0 0;
    height: 36px;
  }
  .UICollection .excerpt .btn.distributor svg {
    margin: 6px 0.7em 0 7px;
    width: 24px;
    height: 24px;
  }
  .UICollection .excerpt .btn.distributor i {
    line-height: 36px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .UICollection .excerpt {
    padding-top: 40px;
  }
  .UICollection .excerpt strong {
    font-size: 30px;
  }
  .UICollection .excerpt .col.left {
    width: 100%;
  }
  .UICollection .excerpt .col.right {
    margin-top: 10px;
  }
  .UICollection .excerpt .share label {
    margin: 0 0 0 auto;
    font-size: 12px;
    line-height: 36px;
  }
  .UICollection .excerpt .btn {
    height: 32px;
    width: 32px;
    line-height: 32px;
    font-size: 15px;
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
  }
  .UICollection .excerpt .btn.distributor {
    margin: 0 0 0 auto;
    padding: 0 1.2em 0 0;
    height: 32px;
    border-radius: 16px;
  }
  .UICollection .excerpt .btn.distributor svg {
    margin: 5px 0.7em 0 5px;
    width: 22px;
    height: 22px;
  }
  .UICollection .excerpt .btn.distributor i {
    line-height: 32px;
    font-size: 11px;
  }
}
@media only screen and (max-width: 460px) {
  .UICollection .excerpt {
    padding-top: 30px;
  }
  .UICollection .excerpt strong {
    font-size: 24px;
    letter-spacing: -0.02em;
  }
  .UICollection .excerpt .CMS {
    font-size: 12px;
    line-height: 1.4em;
  }
  .UICollection .excerpt .col.right {
    margin-top: 5px;
  }
  .UICollection .excerpt .share label {
    display: none;
  }
  .UICollection .excerpt .share .btn {
    margin: 0 0.6em 0 0;
  }
}
.UICollection .product,
.UICollection .products {
  display: -webkit-box;
  display: -ms-flexbox;
  position: relative;
}
.UICollection .products {
  margin: 50px auto 80px;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.UICollection .product {
  z-index: 1;
  overflow: hidden;
  width: 25%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 0 65px;
  margin: 0 0 1em;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 25px;
  background: #fff;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-transition: all 150ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 150ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.UICollection .product .btn,
.UICollection .product .btn b {
  -webkit-transition: all 150ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.UICollection .product.active,
.no-touch .UICollection .product:hover {
  z-index: 2;
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.3);
}
.UICollection .product .img {
  position: relative;
  background-size: contain;
  background-position: center bottom;
}
.UICollection .product .img .placeholder {
  max-width: 320px;
  position: relative;
  width: 90%;
  margin-left: 5%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
}
.UICollection .product .img .product-image {
  display: none;
  position: absolute;
  top: auto;
  left: 5%;
  bottom: 0;
  max-width: 320px;
  width: 90%;
  height: auto;
  z-index: 1;
}
.UICollection .product h2 {
  margin: 1em 0 0;
  text-align: center;
  line-height: 1em;
  width: 100%;
  font-family: Roboto;
  font-size: 32px;
  font-weight: 700;
  color: #282d32;
}
.UICollection .product u {
  margin: 0.5em 0 0;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  line-height: 1em;
  font-family: Ubuntu;
  font-size: 14px;
  font-weight: 500;
  color: rgba(40, 45, 50, 0.7);
  text-decoration: none;
}
.UICollection .product .btn {
  position: relative;
  border: none;
  -ms-flex-item-align: end;
  align-self: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: center;
  align-content: center;
  margin: 2em 0 0;
  padding: 0 4em;
  text-transform: uppercase;
  width: auto;
  height: 54px;
  line-height: 54px;
  text-align: center;
  border-radius: 27px;
  color: #fff;
  font-size: 19px;
  -webkit-box-shadow: 0 7px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 7px 15px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(57, 64, 68, 1)),
    color-stop(40%, rgba(36, 40, 43, 1)),
    color-stop(60%, rgba(255, 64, 64, 1)),
    to(rgba(190, 19, 19, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(57, 64, 68, 1) 0,
    rgba(36, 40, 43, 1) 40%,
    rgba(255, 64, 64, 1) 60%,
    rgba(190, 19, 19, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(57, 64, 68, 1) 0,
    rgba(36, 40, 43, 1) 40%,
    rgba(255, 64, 64, 1) 60%,
    rgba(190, 19, 19, 1) 100%
  );
  transition: all 150ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
  background-size: 100% 250%;
}
.no-touch .UICollection .product:hover .btn {
  background-position: 0 100%;
}
.UICollection .product .btn i {
  position: relative;
  z-index: 2;
  font-family: Ubuntu;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  color: #fff;
}
.UICollection .product .btn b {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  background: #ff4040;
  background: -webkit-linear-gradient(
    top,
    rgba(255, 64, 64, 1) 0,
    rgba(190, 19, 19, 1) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 64, 64, 1)),
    to(rgba(190, 19, 19, 1))
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 64, 64, 1) 0,
    rgba(190, 19, 19, 1) 100%
  );
  transition: all 150ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.UICollection .product.active .btn b,
.no-touch .UICollection .product:hover .btn b {
  opacity: 1;
}
@media only screen and (max-width: 1600px) {
  .UICollection .product {
    padding: 50px 25px 65px;
  }
}
@media only screen and (max-width: 1280px) {
  .UICollection .product h2 {
    margin: 0.6em 0 0;
    font-size: 26px;
  }
  .UICollection .product .btn,
  .UICollection .product .btn i,
  .UICollection .product u {
    font-size: 13px;
  }
  .UICollection .product .btn {
    margin: 1.6em 0 0;
    padding: 0 3em;
    height: 49px;
    line-height: 49px;
    border-radius: 24px;
    -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
  }
  .UICollection .product {
    padding: 30px 25px 45px;
    margin: 0 0 0.7em;
    border-radius: 22px;
  }
  .UICollection .products {
    margin: 30px auto 50px;
  }
}
@media only screen and (max-width: 1023px) {
  .UICollection .products {
    margin: 30px auto;
  }
  .UICollection .product {
    padding: 20px 0 25px;
    width: 22%;
    margin-left: 1.5%;
    margin-right: 1.5%;
  }
  .UICollection .product h2 {
    font-size: 20px;
  }
  .UICollection .product u {
    font-size: 12px;
  }
  .UICollection .product .btn {
    margin: 1.3em 0 0;
    padding: 0 2.3em;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  }
  .UICollection .product .btn i {
    font-size: 11px;
  }
}
@media only screen and (max-width: 767px) {
  .UICollection .products {
    margin: 30px auto 20px;
  }
  .UICollection .product {
    padding: 15px 20px 20px;
    width: 30%;
    margin-left: 1.5%;
    margin-right: 1.5%;
  }
  .UICollection .product h2 {
    font-size: 18px;
  }
  .UICollection .product u {
    font-size: 11px;
  }
  .UICollection .product .btn {
    margin: 1.2em 0 0;
    padding: 0 2em;
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (max-width: 600px) {
  .UICollection .product {
    padding: 15px 15px 10px;
  }
  .UICollection .product h2 {
    font-size: 15px;
  }
  .UICollection .product u {
    font-size: 10px;
  }
  .UICollection .product .btn {
    margin: 1.2em 0 0;
    padding: 0 1.5em;
    height: 32px;
    line-height: 32px;
    border-radius: 16px;
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (max-width: 460px) {
  .UICollection .product {
    padding: 10px 15px 8px;
    width: 47%;
  }
}
.UICollection .related,
.UICollection .related .holder,
.UICollection .related .wrap {
  width: 100%;
  display: inline-block;
  position: relative;
}
.UICollection .related {
  float: left;
  text-align: center;
  background-color: #f5f5f5;
}
.UICollection .related .wrap {
  text-align: center;
  margin: 50px 0 0;
  padding: 0 0 160px;
}
.UICollection .related .holder {
  float: left;
  overflow: visible;
  height: 600px;
  margin: 40px 0 0;
}
.UICollection .related .slider {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  margin-left: -258px;
  width: 10000px;
}
.UICollection .related .slider:hover {
  cursor: -webkit-grab;
  cursor: grab;
}
.UICollection .related .slider.grabbing,
.UICollection .related .slider:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.UICollection .related .collection {
  display: inline-block;
  float:left;
  margin: 0 7px;
  width: 477px;
  position:relative;
}
.UICollection .related .collection .photo {
  display: inline-block;
  float:left;
  width: 100%;
  height:650px;
  background-position: top center;
}
.UICollection .related .collection .info {
  -webkit-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
  width: 100%;
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex; */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding:5px 0px 0;
  text-align: center;
}
.UICollection .related .collection .info .btn,
.UICollection .related .collection .info u {
  display: inline-block;
  font-family: Ubuntu;
  text-transform: uppercase;
}
.UICollection .related .collection .info u {
  text-align: center;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  color: red;
  line-height: 1.2em;
}
.UICollection .related .collection .info h2 {
  text-align: center;
  width: 100%;
  line-height: 1em;
  margin: 5px 0 0;
  font-family: Roboto;
  font-weight: 700;
  color: #282d32;
  font-size:36px;
  letter-spacing: -1.5px;
}
.UICollection .related .collection .info .btn, .product-btn {
  position: relative;
  border: none;
  margin:10px 0 0;
  padding: 1em 4em;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
  height:45px !important;
  text-align: center;
  border-radius: 27px;
  color: #fff;
  -webkit-box-shadow: 0 7px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 7px 15px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  font-weight: 700;
  overflow: hidden;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(57, 64, 68, 1)),
    color-stop(40%, rgba(36, 40, 43, 1)),
    color-stop(60%, rgba(255, 64, 64, 1)),
    to(rgba(190, 19, 19, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(57, 64, 68, 1) 0,
    rgba(36, 40, 43, 1) 40%,
    rgba(255, 64, 64, 1) 60%,
    rgba(190, 19, 19, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(57, 64, 68, 1) 0,
    rgba(36, 40, 43, 1) 40%,
    rgba(255, 64, 64, 1) 60%,
    rgba(190, 19, 19, 1) 100%
  );
  -webkit-transition: all 150ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 150ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
  background-size: 100% 250%;
}
.UICollection .related .heading > b,
.UICollection .related .heading > i {
  line-height: 1em;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}
.no-touch .UICollection .related .collection:hover .info .btn {
  background-position: 0 100%;
}
.UICollection .related .collection .info .btn.to-show {
  display: none;
  visibility: visible;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.UICollection .related .collection .info .btn i {
  position: relative;
  z-index: 2;
  font-family: Ubuntu;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  color: #fff;
}
.UICollection .related .collection .info .btn b {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  background: #ff4040;
  background: -webkit-linear-gradient(
    top,
    rgba(255, 64, 64, 1) 0,
    rgba(190, 19, 19, 1) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 64, 64, 1)),
    to(rgba(190, 19, 19, 1))
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 64, 64, 1) 0,
    rgba(190, 19, 19, 1) 100%
  );
  -webkit-transition: all 150ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 150ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.UICollection .related .collection.active .info .btn b,
.no-touch .UICollection .related .collection .info .btn:hover b {
  cursor: pointer;
  opacity: 1;
}
.UICollection .related .heading {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  width: 550px;
  margin-left: -850px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.UICollection .related .heading > i {
  width: 100%;
  font-family: Ubuntu;
  font-size: 14px;
  color: #282d32;
}
.UICollection .banner .text h2,
.UICollection .banner .text p,
.UICollection .related .heading > b,
.UICollection .related .heading > div u {
  font-family: Roboto;
}
.UICollection .related .heading > b {
  margin: 10px 0 0;
  width: 100%;
  font-size: 72px;
  color: #ed1c24;
  letter-spacing: -0.03em;
}
.UICollection .related .heading > b span {
  color: #ed1c24;
  max-width: 80%;
  display: inline-block;
  text-align: center;
}
.UICollection .related .heading > div {
  margin: 30px 0 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-direction: column;
}
.UICollection .related .heading > div u {
  width: 100%;
  text-align: center;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  color: #282d32;
  padding-top:10px;
}
.UICollection .related .heading > div svg {
  position: absolute;
  top:32px;
  left: 50%;
  z-index: 2;
}
.UICollection .related .heading > div svg.prev {
  -webkit-transform: translate(-100%, -8px);
  -ms-transform: translate(-100%, -8px);
  transform: translate(-100%, -8px);
  padding-right: 8px;
}
.UICollection .related .heading > div svg.next {
  padding-left: 8px;
}
@media only screen and (max-width: 1600px) {
  .UICollection .related .collection {
    margin: 0 10px;
    width: 360px;
  }
  .UICollection .related .collection .photo {
    height:520px;
  }
  .UICollection .related .heading {
    width:400px;
    margin-left: -730px;
  }
  .UICollection .related .heading > b {
    margin: 9px 0 0;
    line-height: 0.9em;
    font-size:50px;
  }
  .UICollection .related .heading > div {
    margin:15px 0 0;
  }
  .UICollection .related .collection .info {

  }
  .UICollection .related .collection .info h2, .product-info h2 {
    margin: 5px 0 0;
    font-size:24px;
    letter-spacing: -1px;
  }
  .UICollection .related .wrap {
    margin: 0;
    padding: 0 0 30px;
  }
}
@media only screen and (max-width: 1500px) {
  .UICollection .related .holder {
    overflow: hidden;
  }
}
@media only screen and (max-width: 1440px) {
  .UICollection .related .collection {
    margin: 0 10px;
    width: 380px;
  }
  .UICollection .related .collection .photo {
    height: 550px;
  }
  .UICollection .related .heading > b {
    margin: 7px 0 0;
    line-height: 1em;
    font-size: 60px;
  }
  .UICollection .related .heading > div {
    margin: 20px 0 0;
  }
  .UICollection .related .collection .info u {
    font-size: 13px;
  }
  .UICollection .related .collection .info h2 {
    margin: 5px 0 0;
    font-size: 40px;
    letter-spacing: -1px;
  }
  .UICollection .related .wrap {
    margin: 0;
    padding: 0 0 130px;
  }
  .UICollection .related .collection .info .btn {
    margin: 18px 0 0;
    padding: 0 3.5em;
    width: auto;
  }
  .UICollection .related .slider {
    margin-left: -180px;
  }
  .UICollection .related .heading {
    width: 460px;
    margin-left: -660px;
  }
}
@media only screen and (max-width: 1280px) {
  .UICollection .related .collection {
    margin: 0 15px;
    width: 280px;
  }
  .UICollection .related .collection .info {
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  .UICollection .related .collection .photo {
    height: 400px;
  }
  .UICollection .related .heading > b {
    margin: 7px 0 0;
    line-height: 1em;
    font-size: 45px;
  }
  .UICollection .related .heading > div u,
  .UICollection .related .heading > i {
    font-size: 13px;
  }
  .UICollection .related .heading > div {
    margin: 15px 0 0;
  }
  .UICollection .related .collection .info u {
    font-size: 12px;
  }
  .UICollection .related .collection .info h2 {
    margin: 5px 0 0;
    font-size: 34px;
    letter-spacing: -1px;
  }
  .UICollection .related .wrap {
    margin: 0;
    padding: 0 0 100px;
  }
  .UICollection .related .holder {
    height: 500px;
    margin: 80px 0 0;
  }
  .UICollection .related .collection .info .btn {
    margin: 18px 0 0;
    padding: 0 3em;
    width: auto;
    height: 49px;
    line-height: 49px;
    font-size: 13px;
  }
  .UICollection .related .collection .info .btn i {
    font-size: 13px;
  }
  .UICollection .related .slider {
    margin-left: -140px;
  }
  .UICollection .related .heading {
    width: 380px;
    margin-left: -530px;
  }
}
@media only screen and (max-width: 1023px) {
  .UICollection .related .heading > b {
    margin: 7px 0 0;
    line-height: 1em;
    font-size: 34px;
  }
  .UICollection .related .heading > div u,
  .UICollection .related .heading > i {
    font-size: 12px;
  }
  .UICollection .related .heading > div svg {
    top: 22px;
    left: 50%;
    width: 70px;
    height: 12px;
  }
  .UICollection .related .heading > div svg.next {
    top: 21px;
  }
  .UICollection .related .heading > div {
    margin: 12px 0 0;
  }
  .UICollection .related .collection {
    margin: 0 15px;
    width: 220px;
  }
  .UICollection .related .collection .photo {
    height: 300px;
  }
  .UICollection .related .collection .info {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  .UICollection .related .collection .info u {
    font-size: 11px;
  }
  .UICollection .related .collection .info h2 {
    margin: 5px 0 0;
    font-size: 22px;
    letter-spacing: -0.5px;
  }
  .UICollection .related .wrap {
    margin: 0;
    padding: 0 0 40px;
  }
  .UICollection .related .holder {
    height: 400px;
    margin: 40px 0 0;
  }
  .UICollection .related .collection .info .btn {
    margin: 14px 0 0;
    padding: 0 2.5em;
    width: auto;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .UICollection .related .collection .info .btn i {
    font-size: 12px;
  }
  .UICollection .related .slider {
    margin-left: -100px;
  }
  .UICollection .related .heading {
    width: 280px;
    margin-left: -380px;
  }
}
@media only screen and (max-width: 767px) {
  .UICollection .related .heading > b {
    margin: 7px 0 0;
    line-height: 1em;
    font-size: 28px;
  }
  .UICollection .related .collection .info u,
  .UICollection .related .heading > div u,
  .UICollection .related .heading > i {
    font-size: 11px;
  }
  .UICollection .related .heading > div svg {
    top: 22px;
    left: 50%;
    width: 50px;
    height: 12px;
    padding-right: 2px;
  }
  .UICollection .related .heading > div svg.next {
    padding-left: 2px;
    top: 19px;
  }
  .UICollection .related .heading > div {
    margin: 10px 0 0;
  }
  .UICollection .related .collection {
    margin: 0 15px;
    width: 190px;
  }
  .UICollection .related .collection .photo {
    height: 260px;
  }
  .UICollection .related .collection .info {
    margin-top: -30px;
  }
  .UICollection .related .collection .info h2 {
    margin: 5px 0 0;
    font-size: 19px;
    letter-spacing: -0.5px;
  }
  .UICollection .related .wrap {
    margin: 0;
    padding: 0 0 40px;
  }
  .UICollection .related .holder {
    height: 400px;
    margin: 10px 0 0;
  }
  .UICollection .related .collection .info .btn {
    margin: 12px 0 0;
    padding: 0 2em;
    width: auto;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .UICollection .related .collection .info .btn i {
    font-size: 12px;
  }
  .UICollection .related .slider {
    margin-left: -50px;
  }
  .UICollection .related .heading {
    width: 240px;
    margin-left: -300px;
  }
}
@media only screen and (max-width: 600px) {
  .UICollection .related .wrap {
    margin: 0;
    padding: 0 0 20px;
  }
  .UICollection .related .collection {
    margin: 0 10px;
    width: 150px;
  }
  .UICollection .related .collection .photo {
    height: 214px;
  }
  .UICollection .related .collection .info h2 {
    margin: 5px 0 0;
    font-size: 17px;
    letter-spacing: 0;
  }
  .UICollection .related .collection .info u {
    font-size: 10px;
  }
  .UICollection .related .collection .info .btn {
    margin: 8px 0 0;
    padding: 0 1.5em;
    width: auto;
    height: 32px;
    line-height: 32px;
    font-size: 11px;
  }
  .UICollection .related .heading > div u,
  .UICollection .related .heading > i {
    font-size: 10px;
  }
  .UICollection .related .heading > b {
    margin: 7px 0 0;
    line-height: 1em;
    font-size: 23px;
  }
  .UICollection .related .heading {
    width: 200px;
    margin-left: -230px;
  }
}
@media only screen and (max-width: 460px) {
  .UICollection .related .collection {
    margin: 0 10px;
    width: 200px;
  }
  .UICollection .related .collection .photo {
    height:245px;
  }
  .UICollection .related .collection .info {
    padding: 5px 5px 0;
    margin:0px;
    transform: none;
  }
  .UICollection .related .collection .info h2 {
    font-size: 16px;
  }
  .UICollection .related .heading {
    width: 80px;
    margin-left: -190px;
  }
  .UICollection .related .heading > div svg {
    top: 22px;
    left: 50%;
    width: 30px;
    height: 7px;
  }
  .UICollection .related .heading > div svg.prev {
    padding-right: 2px;
  }
  .UICollection .related .heading > div svg.next {
    padding-left: 2px;
    top: 17px;
  }
  .UICollection .related .heading > b {
    margin: 7px 0 0;
    line-height: 1em;
    font-size: 21px;
  }
}
.UICollection .banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto 10vw;
}
.UICollection .banner img {
  width: 100%;
  height: auto;
  z-index: 1;
}
.UICollection .banner .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: absolute;
  top: 50%;
  left: 6em;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.UICollection .banner .text h2 {
  font-size: 90px;
  width: 60%;
  font-weight: 700;
  color: #ed1c24;
  letter-spacing: -0.05em;
  line-height: 1em;
}
.UICollection .banner .text p {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
.UICollection .banner .btn {
  margin: 25px auto 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 55px;
  -webkit-box-shadow: 0 6px 8px rgba(0, 0, 0, 0.25);
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.25);
  border-radius: 27px;
  overflow: hidden;
  position: relative;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(57, 64, 68, 1)),
    color-stop(40%, rgba(36, 40, 43, 1)),
    color-stop(60%, rgba(255, 64, 64, 1)),
    to(rgba(190, 19, 19, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(57, 64, 68, 1) 0,
    rgba(36, 40, 43, 1) 40%,
    rgba(255, 64, 64, 1) 60%,
    rgba(190, 19, 19, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(57, 64, 68, 1) 0,
    rgba(36, 40, 43, 1) 40%,
    rgba(255, 64, 64, 1) 60%,
    rgba(190, 19, 19, 1) 100%
  );
  background-size: 100% 250%;
  -webkit-transition: all 150ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 150ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.no-touch .UICollection .banner .btn:hover {
  background-position: 0 100%;
}
.UICollection .banner .btn i {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  background: #ff4040;
  background: -webkit-linear-gradient(
    top,
    rgba(255, 64, 64, 1) 0,
    rgba(190, 19, 19, 1) 99%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 64, 64, 1)),
    color-stop(99%, rgba(190, 19, 19, 1))
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 64, 64, 1) 0,
    rgba(190, 19, 19, 1) 99%
  );
  -webkit-transition: all 150ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 150ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.no-touch .UICollection .banner .btn:hover i {
  opacity: 1;
}
.UICollection .banner .btn b {
  position: relative;
  z-index: 2;
  width: 100px;
  text-align: center;
  margin: 0 40px;
  font-family: Ubuntu;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
@media only screen and (max-width: 1600px) {
  .UICollection .banner .text h2 {
    font-size: 80px;
  }
}
@media only screen and (max-width: 1440px) {
  .UICollection .banner .text {
    left: 4em;
  }
  .UICollection .banner .text h2 {
    font-size: 70px;
  }
  .UICollection .banner .btn {
    margin: 40px 0 0;
    height: 50px;
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.25);
    border-radius: 25px;
  }
}
@media only screen and (max-width: 1280px) {
  .UICollection .banner .text {
    left: 3em;
  }
  .UICollection .banner .text h2 {
    font-size: 60px;
  }
  .UICollection .banner .text p {
    font-size: 17px;
  }
  .UICollection .banner .btn {
    margin: 35px 0 0;
    height: 45px;
    border-radius: 22px;
  }
  .UICollection .banner .btn b {
    font-size: 13px;
    margin: 0 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .UICollection .banner {
    height: 45vw;
    background-image: url(../img/collection/banners/xc-carbon.jpg);
    background-size: cover;
  }
  .UICollection .banner img {
    display: none;
  }
  .UICollection .banner .text {
    left: 2em;
  }
  .UICollection .banner .text h2 {
    font-size: 50px;
  }
  .UICollection .banner .text p {
    font-size: 16px;
  }
  .UICollection .banner .btn {
    margin: 30px 0 0;
    height: 40px;
    border-radius: 20px;
  }
  .UICollection .banner .btn b {
    font-size: 13px;
    margin: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .UICollection .banner {
    height: 300px;
  }
  .UICollection .banner img {
    display: none;
  }
  .UICollection .banner .text {
    left: 2em;
  }
  .UICollection .banner .text h2 {
    width: 90%;
    font-size: 40px;
  }
  .UICollection .banner .text p {
    width: 90%;
    font-size: 15px;
  }
  .UICollection .banner .btn {
    margin-top: 25px;
    height: 36px;
    border-radius: 18px;
  }
  .UICollection .banner .btn b {
    font-size: 12px;
    margin: 0 10px;
  }
}
@media only screen and (max-width: 600px) {
  .UICollection .banner .btn {
    margin-top: 20px;
    height: 34px;
    border-radius: 16px;
  }
  .UICollection .banner .btn b {
    margin: 0 3px;
    font-size: 11px;
  }
  .info {
    /* height:110px !important; */
    /* outline:1px solid red; */
  }
  .breadcrumbs-sec-large ol li a {
    color:#000 !important;
  }
  .product-section {
    padding:0px !important;
  }
}
@media only screen and (max-width: 460px) {
  .UICollection .banner {
    height: 270px;
  }
  .UICollection .banner .text {
    left: 1em;
  }
  .UICollection .banner .text h2 {
    font-size: 30px;
  }
  .UICollection .banner .text p {
    font-size: 13px;
  }
  .UICollection .banner .btn b {
    margin: 0;
    font-size: 11px;
  }
}