.bx-touch .bj-lookbook hr.i-size-L {
  margin: 25px 0;
}
.bj-lookbook__after {
  display: block;
  background-color: #f1f1f1;
  margin-top: 20px;
  height: 0;
  -webkit-transition: height 0.5s ease;
  -o-transition: height 0.5s ease;
  transition: height 0.5s ease;
}
.bx-touch .bj-lookbook__after {
  display: none;
}
.bj-lookbook__col {
  margin-top: -20px;
}
.bj-lookbook__i {
  margin-top: 20px;
}
.bj-lookbook__img {
  display: block;
  position: relative;
  overflow: hidden;
}
.bj-lookbook__img img {
  width: 100%;
  height: auto;
  -webkit-transition: all 60s linear;
  -o-transition: all 60s linear;
  transition: all 60s linear;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  /*&.i-show {
        .opacity(1);
      }*/
}
.bx-no-touch .bj-lookbook__img:hover img {
  -webkit-transform: scale(4);
  -ms-transform: scale(4);
  -o-transform: scale(4);
  transform: scale(4);
}
.bj-lookbook__desc h2 {
  margin-bottom: 10px;
}
.bj-lookbook__cover {
  display: block;
  width: 100%;
}
.bx-no-touch .bj-lookbook__cover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  color: #fff;
  background: rgba(51, 51, 51, 0.7);
  height: 100%;
  -webkit-transition: opacity 0.8s ease;
  -o-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
  text-align: center;
}
.bx-no-touch .bj-lookbook__cover:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.bx-no-touch .bj-lookbook__cover:hover .bj-lookbook__info {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.bx-no-touch .bj-lookbook__cover:hover h2 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.bj-lookbook__cover h2 {
  margin: 0;
}
.bx-touch .bj-lookbook__cover h2 {
  height: 37px;
  overflow: hidden;
  font-size: 10.5pt;
  margin: 10px 16px;
  text-align: center;
  color: inherit;
}
.bx-no-touch .bj-lookbook__cover h2 {
  color: #fff;
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 25px;
}
.bj-lookbook__info {
  display: block;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .bj-lookbook__info {
    text-align: center;
  }
}
.bx-touch .bj-lookbook__info {
  border-top: 1px solid #f2f2f2;
  padding: 10px 0 0 16px;
  position: relative;
  color: #333;
  font-weight: 400;
}
.bx-touch .bj-lookbook__info .i-new-price {
  color: #c75454;
}
.bx-no-touch .bj-lookbook__info {
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.bj-lookbook__info span {
  display: block;
}
.bj-lookbook .btn-default {
  display: inline-block;
}
.bx-touch .bj-lookbook .btn-default {
  position: absolute;
  right: 16px;
  top: 18px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .bx-touch .bj-lookbook .btn-default {
    position: static;
    right: auto;
    top: auto;
  }
}
.bx-no-touch .bj-lookbook .btn-default {
  border-width: 2px;
  border-color: #fff;
  background-color: transparent;
  color: #fff;
  padding: 12px 30px;
}
.bx-no-touch .bj-lookbook .btn-default:hover,
.bx-no-touch .bj-lookbook .btn-default:active,
.bx-no-touch .bj-lookbook .btn-default:focus {
  background-color: #fff;
  color: #000;
  border-color: #ffffff;
}
