/**
* 2007-2024 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author PrestaShop SA <contact@prestashop.com>
*  @copyright  2007-2024 PrestaShop SA
*  @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*/
#columns {
  padding-bottom: 0;
}

.tab-list {
  margin-top: 20px;
}

.badlookbooks {
  overflow: hidden;
  clear: both;
  padding-bottom: 80px;
}

.badlookbooks .thumbnail {
  border: none;
  padding: 0;
  position: relative;
  clear: both;
  display: block;
}
.badlookbooks .thumbnail .caption {
  background: #333333;
  color: #fff;
  position: absolute;
  min-width: 307px;
  border: 1px solid #383839;
  border-left: 0;
  left: 0;
  bottom: 14.9%;
  padding: 9px 25px;
}
.badlookbooks .thumbnail .caption .name {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: -1px;
  margin: 9px 0px;
}
.badlookbooks .thumbnail .caption .description {
  display: none;
}
.badlookbooks .thumbnail + .thumbnail {
  margin-top: 50px;
}

.hotSpotWrap {
  position: relative;
  display: inline-block;
}
.hotSpotWrap .point {
  width: 30px;
  height: 30px;
  margin-left: -13px;
  margin-top: -13px;
  background: #000000;
  border-radius: 100%;
  position: relative;
  z-index: 2;
  border: 2px solid #fff;
}
.hotSpotWrap .point:before {
  content: "+";
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  transition: .3s;
  width: 100%;
  height: 100%;
  padding: 3px 5px;
  display: block;
}
.hotSpotWrap .point.active {
  background: #fa6c34;
  z-index: 4;
}
.hotSpotWrap .point.active:before {
  transform: rotate(45deg);
  transition: .3s;
}

.popover {
  border-radius: 0;
  z-index: 3;
  min-width: 150px;
}
.popover.right {
  margin-left: -14px;
}
.popover.left {
  margin-left: 14px;
}
.popover .arrow {
  display: none;
}
.popover .popover-content {
  padding: 15px 15px;
  overflow: hidden;
}
.popover .popover-content [itemprop="name"] {
  text-align: left;
  margin-bottom: 5px;
  margin-top: 10px;
}
.popover .popover-content .content_price {
  margin-bottom: 35px;
}
.popover .popover-content .product-name {
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
}
.popover .popover-content .product-price {
  font-size: 16px;
}
.popover .popover-content .left-block {
  float: left;
}
.popover .popover-content .left-block .new-box, .popover .popover-content .left-block .sale-box {
  display: none;
}
.popover .popover-content .left-block .product_img_link {
  border: 1px solid #d7d6d6;
  display: block;
  overflow: hidden;
  max-width: 82px;
}
.popover .popover-content .right-block {
  max-width: 105px;
  float: right;
  padding-left: 10px;
}
.popover .popover-content .right-block .product_link {
  font-weight: 700;
  color: #6ad4ff;
}

.bad-lookbook-block {
  clear: both;
}

.lookbook-tab .product_list {
  clear: both;
  margin-top: 38px;
}
.lookbook-tab .product_list > li {
  min-height: 300px;
}
.lookbook-tab .product_list .product-container {
  text-align: center;
  position: relative;
}
.lookbook-tab .product_list .product_link {
  display: none;
}
.lookbook-tab .product_list .product_img_link {
  display: block;
  border: 1px solid #d6d4d4;
}

.tab-list {
  margin-bottom: 20px;
}
.tab-list > * {
  width: 25%;
  display: block;
  float: left;
  padding: 3px;
}
.tab-list > * a {
  display: block;
  max-height: 144px;
  overflow: hidden;
}
.tab-list > * a.active {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  border: 6px solid #fff;
  display: block;
}

.lookbook-default .tab-list {
  margin-top: 0;
  margin-bottom: 40px;
}
.lookbook-default .tab-list > * {
  width: 20%;
  display: block;
  float: left;
  padding: 0px 3px;
}
.lookbook-default .tab-list > * a {
  display: block;
  max-height: 180px;
  overflow: hidden;
}
.lookbook-default .tab-list > * a.active {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  border: 6px solid #fff;
  display: block;
}

.product-lookbooks ul {
  display: inline-block;
}
.product-lookbooks ul li {
  margin-left: 0px;
  display: inline-block;
}
.product-lookbooks ul li a {
  color: #333;
  display: inline-block;
  font-weight: 300;
  line-height: 18px;
  text-transform: capitalize;
}
.product-lookbooks ul li a:hover {
  text-decoration: underline;
}
.popover-content .product-miniature .thumbnail-container{
  margin: 0;
}
.popover-content .product-miniature .product-description{
  padding: 0;
}
@media (max-width: 1200px) {
  .badlookbooks{
    padding-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .badlookbooks{
    padding-bottom: 30px;
  }
  .popover{
    max-width: 200px;
  }
  .popover .popover-content {
    padding: 10px;
    overflow: hidden;
    }
}
@media (max-width: 425px) {
  .popover {
    max-width: 160px;
}
}
/*# sourceMappingURL=badlookbook.css.map */
