/*Look Book
======================================================*/
.fww-single-lookbook-card {
  position: relative;
  margin-bottom: 30px;
  transition: var(--transition);
}
.fww-single-lookbook-card .inner-product-card {
  padding: 10px;
  background-color: var(--whiteColor);
  position: absolute;
  max-width: 250px;
  transition: var(--transition);
  opacity: 0;
}
.fww-single-lookbook-card .inner-product-card .product-img {
  position: relative;
}
.fww-single-lookbook-card .inner-product-card .product-img .shop-btns {
  padding-left: 0;
  margin-bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  text-align: center;
  transition: var(--transition);
}
.fww-single-lookbook-card .inner-product-card .product-img .shop-btns li {
  display: inline-block;
  margin-right: 10px;
}
.fww-single-lookbook-card .inner-product-card .product-img .shop-btns li:last-child {
  margin-right: 0;
}
.fww-single-lookbook-card .inner-product-card .product-img .shop-btns li a {
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 100%;
  text-align: center;
  background-color: var(--whiteColor);
  display: inline-block;
  font-size: 18px;
  color: var(--headingColor);
  transition: var(--transition);
}
.fww-single-lookbook-card .inner-product-card .product-img .shop-btns li a img {
  transition: var(--transition);
  position: relative;
  top: -1px;
}
.fww-single-lookbook-card .inner-product-card .product-img .shop-btns li a:hover {
  color: var(--whiteColor);
  background-color: var(--headingColor);
}
.fww-single-lookbook-card .inner-product-card .product-img .shop-btns li a:hover img {
  filter: invert(1);
}
.fww-single-lookbook-card .inner-product-card .content {
  padding: 15px;
  text-align: center;
}
.fww-single-lookbook-card .inner-product-card .content h3 {
  font-size: 16px;
}
.fww-single-lookbook-card .inner-product-card .content h3 a {
  color: var(--headingColor);
  transition: var(--transition);
}
.fww-single-lookbook-card .inner-product-card .content h3 a:hover {
  color: var(--redColor);
}
.fww-single-lookbook-card .inner-product-card .content .price {
  color: var(--headingColor);
}
.fww-single-lookbook-card .inner-product-card .content .price del {
  color: var(--paragraphColor);
}
.fww-single-lookbook-card:hover .inner-product-card {
  opacity: 1;
}

.class-for-product-card:nth-child(1) .fww-single-lookbook-card .inner-product-card {
  left: 30px;
  bottom: 30px;
}
.class-for-product-card:nth-child(2) .fww-single-lookbook-card .inner-product-card {
  left: 30px;
  top: 30px;
}
.class-for-product-card:nth-child(3) .fww-single-lookbook-card .inner-product-card {
  right: 60px;
  top: 60px;
  max-width: 420px;
}
.class-for-product-card:nth-child(4) .fww-single-lookbook-card .inner-product-card {
  top: 30px;
  left: 30px;
}
.class-for-product-card:nth-child(5) .fww-single-lookbook-card .inner-product-card {
  right: 30px;
  top: 30px;
}

@media only screen and (max-width: 767px) {
  .fww-single-lookbook-card .inner-product-card {
    position: unset;
    max-width: unset !important;
    opacity: 1;
    background-color: #faefef;
  }
  .fww-single-lookbook-card .inner-product-card .product-img img {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fww-single-lookbook-card .inner-product-card {
    position: unset;
    max-width: unset !important;
    opacity: 1;
    background-color: #faefef;
  }
  .fww-single-lookbook-card .inner-product-card .product-img img {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fww-single-lookbook-card .inner-product-card {
    max-width: 150px;
  }
  .fww-single-lookbook-card .inner-product-card .product-img {
    position: relative;
  }
  .fww-single-lookbook-card .inner-product-card .product-img .shop-btns {
    bottom: 20px;
  }
  .fww-single-lookbook-card .inner-product-card .product-img .shop-btns li {
    margin-right: 5px;
  }
  .fww-single-lookbook-card .inner-product-card .product-img .shop-btns li a {
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 13px;
  }
  .fww-single-lookbook-card .inner-product-card .content h3 {
    font-size: 14px;
  }
  .class-for-product-card:nth-child(3) .fww-single-lookbook-card .inner-product-card {
    right: 30px;
    top: 30px;
    max-width: 250px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fww-single-lookbook-card .inner-product-card {
    max-width: 220px;
  }
  .fww-single-lookbook-card .inner-product-card .content h3 {
    font-size: 15px;
  }
  .class-for-product-card:nth-child(3) .fww-single-lookbook-card .inner-product-card {
    right: 40px;
    top: 40px;
    max-width: 300px;
  }
}/*# sourceMappingURL=lookbook.css.map */