/* Bundle recommendations */

.modal-bundles .bundle-box .bundle-total .total-cover {
  width: calc(100% - 30px);
  top: 0;
  z-index: 3;
  display: block;
  height: calc(100% + 2px);
  position: absolute;
  float: right;
  background-color: #fff;
}

.modal-bundles .product-cover {
  position: absolute;
  top: -2px;
  background: #fff;
  width: calc(100% + 4px);
  left: -2px;
  z-index: 10;
  border-radius: 6px;
  display: block;
  height: calc(100% + 4px);
}


.bundle-box {
  border-radius: 5px;
  position: relative;
}

.bundle-products .bundle-product,
.bundle-products .bundle-product h6 {
  font-weight: 14px;
}

.pdp-bundles-js {
  display: none;
}

@media (min-width: 992px) {
  .bundle-products .bundle-product {
    max-width: 215px;
  }
}

@media (max-width: 768px) {
  .modal-bundles .product-cover {
    display: none;
  }
}