@charset "UTF-8";
.productbundlespro {
  padding-top: 20px;
  margin-top: 20px;
}
.productbundlespro h3 {
  border-bottom: 1px solid #c7c7c7;
  padding-bottom: 20px;
}
.productbundlespro .pbp-bundle-header {
  margin-bottom: 5px;
}
.productbundlespro .pbp-btn-bundle-tabs .pbp-btn-bundle-tab {
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  color: black;
  padding: 15px 0;
  display: inline-block;
  margin-right: 30px;
}
.productbundlespro .pbp-btn-bundle-tabs .pbp-btn-bundle-tab.active {
  color: rgb(0, 0, 0);
  font-weight: bold;
  border-bottom: 3px solid black;
}
.productbundlespro .pbp-bundle-body {
  display: grid;
  grid-template-columns: calc(100% - 300px) 300px;
}
.productbundlespro .pbp-products .pbp-bundle-product:after {
  height: 25px;
  width: 25px;
  text-align: center;
  line-height: 25px;
  display: block;
  content: "+";
  font-size: 24px;
  position: absolute;
  top: calc(50% - 25px);
  right: -22px;
  z-index: 100;
}
.productbundlespro .pbp-products .pbp-bundle-product:last-of-type:after {
  display: none;
}
.productbundlespro .pbp-bundle {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 20px;
  background-color: white;
}
.productbundlespro .pbp-bundle .bundle-title {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.productbundlespro .pbp-bundle .badge {
  border: 2px solid orangered;
  color: orangered;
  border-radius: 2px;
  padding: 3px;
  font-size: 12px;
  line-height: 35px;
  display: inline-block;
  width: 100%;
  font-weight: bold;
}
.productbundlespro .pbp-bundle .badge-quantity {
  background-color: #222;
  color: white;
  padding: 3px;
  font-size: 12px;
  line-height: 12px;
  display: inline-block;
  border-radius: 2px;
}
.productbundlespro .pbp-bundle .pbp-product-price-saving {
  background-color: orangered;
  padding: 2px 7px;
  border-radius: 2px;
  color: white;
  font-size: 12px;
  line-height: 20px;
}
.productbundlespro .pbp-bundle .pbp-product-price {
  margin-top: 10px;
}
.productbundlespro .pbp-bundle .pbp-product-price .pbp-product-price-original {
  font-size: 14px;
  text-decoration: line-through;
  line-height: 20px;
}
.productbundlespro .pbp-bundle .pbp-product-price .pbp-product-price-discounted {
  font-size: 16px;
  line-height: 20px;
}
.productbundlespro .pbp-bundle .bundle_actions {
  display: inline-grid;
  grid-template-columns: auto auto;
  grid-gap: 10px;
}
.productbundlespro .pbp-bundle .bundle_actions .bundle_quantity input {
  width: 50px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.productbundlespro .pbp-bundle .bundle_actions .bundle_quantity .input-group-btn-vertical .btn {
  height: 22px;
}
.productbundlespro .pbp-bundle .title {
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 2;
}
.productbundlespro .pbp-bundle .pbp-bundle-body .pbp-products {
  /*display: block;
  position: relative;*/
}
.productbundlespro .pbp-bundle .pbp-bundle-body .pbp-products .pbp-bundle-product {
  position: relative;
  margin-right: 20px;
}
.productbundlespro .pbp-bundle .pbp-bundle-body .pbp-products .pbp-bundle-product .pbp-product-checkbox {
  display: inline-block;
}
.productbundlespro .pbp-bundle .pbp-bundle-body .pbp-products .pbp-bundle-product .pbp-product-checkbox input {
  height: 15px;
  width: 15px;
  position: relative;
  top: 2px;
}
.productbundlespro .pbp-bundle .pbp-bundle-body .pbp-products .pbp-bundle-product .product-image {
  text-align: center;
}
.productbundlespro .pbp-bundle .pbp-bundle-body .pbp-products .pbp-bundle-product .product-image img {
  max-width: 100%;
  height: auto;
}
.productbundlespro .pbp-bundle .pbp-bundle-body .pbp-products .pbp-bundle-product .product-name {
  margin: 5px 0;
  text-align: center;
  color: black;
  font-size: 0.8rem;
}
.productbundlespro .pbp-bundle .pbp-bundle-body .pbp-products .pbp-bundle-product .pbp-product-info {
  padding: 10px;
  text-align: center;
}
.productbundlespro .pbp-bundle .pbp-bundle-body .pbp-products .pbp-bundle-product select {
  font-size: 12px;
  width: 100%;
}
.productbundlespro .pbp-bundle .pbp-bundle-body .pbp-products .pbp-bundle-product.in-cart img {
  opacity: 0.5;
}
.productbundlespro .pbp-bundle .bundle-totals {
  text-align: center;
}
.productbundlespro .pbp-bundle .bundle-totals .heading-text, .productbundlespro .pbp-bundle .bundle-totals span {
  font-size: 1rem;
}
.productbundlespro .pbp-bundle .bundle-totals .bundle_saving_price_formatted_tax_included {
  text-align: center;
  margin: 10px 0;
}

@media only screen and (max-width: 992px) {
  .pbp-bundle .pbp-bundle-body {
    display: block !important;
  }
  .pbp-bundle .pbp-products {
    width: 100%;
    overflow-x: auto;
  }
  .pbp-bundle .pbp-products-slider:has(.pbp-bundle-product-4) {
    justify-content: normal !important;
  }
  .pbp-bundle .pbp-products-slider:has(.pbp-bundle-product-5) {
    justify-content: normal !important;
  }
  .pbp-bundle .pbp-products-slider:has(.pbp-bundle-product-6) {
    justify-content: normal !important;
  }
  .pbp-bundle .pbp-products-slider:has(.pbp-bundle-product-7) {
    justify-content: normal !important;
  }
  .pbp-bundle .pbp-products-slider:has(.pbp-bundle-product-8) {
    justify-content: normal !important;
  }
  .pbp-bundle .pbp-products-slider:has(.pbp-bundle-product-9) {
    justify-content: normal !important;
  }
  .pbp-bundle .pbp-products-slider:has(.pbp-bundle-product-10) {
    justify-content: normal !important;
  }
  .pbp-bundle .pbp-products-slider:has(.pbp-bundle-product-11) {
    justify-content: normal !important;
  }
  .pbp-bundle .pbp-products-slider:has(.pbp-bundle-product-12) {
    justify-content: normal !important;
  }
  .pbp-bundle .pbp-products-slider:has(.pbp-bundle-product-13) {
    justify-content: normal !important;
  }
  .pbp-bundle .pbp-products-slider:has(.pbp-bundle-product-14) {
    justify-content: normal !important;
  }
  .pbp-bundle .pbp-products-slider:has(.pbp-bundle-product-15) {
    justify-content: normal !important;
  }
  .pbp-bundle .pbp-products-slider:has(.pbp-bundle-product-16) {
    justify-content: normal !important;
  }
  .pbp-bundle .pbp-products-slider:has(.pbp-bundle-product-17) {
    justify-content: normal !important;
  }
  .pbp-bundle .pbp-products-slider:has(.pbp-bundle-product-18) {
    justify-content: normal !important;
  }
  .pbp-bundle .pbp-products-slider:has(.pbp-bundle-product-19) {
    justify-content: normal !important;
  }
  .pbp-bundle .pbp-products-slider:has(.pbp-bundle-product-20) {
    justify-content: normal !important;
  }
  .pbp-bundle .pbp-products-slider {
    width: 100%;
    display: flex;
    overflow: auto;
  }
  .pbp-bundle .pbp-products-slider .pbp-bundle-product {
    width: 100px !important;
    min-width: 100px !important;
    text-align: center;
  }
  .pbp-bundle .pbp-products-slider .pbp-bundle-product .pbp-product-info {
    padding: 0px;
  }
  .pbp-bundle .pbp-products-slider .pbp-bundle-product .product-image img {
    max-width: 100px;
    max-height: 100px;
  }
  .pbp-bundle .pbp-products-slider .pbp-bundle-product .wishlist-button-add, .pbp-bundle .pbp-products-slider .pbp-bundle-product .product-description, .pbp-bundle .pbp-products-slider .pbp-bundle-product .product-name, .pbp-bundle .pbp-products-slider .pbp-bundle-product .pbp-product-price, .pbp-bundle .pbp-products-slider .pbp-bundle-product select[name=pbp-bundle-product-ipa], .pbp-bundle .pbp-products-slider .pbp-bundle-product input[name=flag_selected] {
    display: none;
  }
  .pbp-bundle .pbp-products-slider .pbp-bundle-product:after {
    font-size: 18px !important;
    width: 20px !important;
    height: 20px !important;
    line-height: 20px !important;
    top: 30% !important;
    right: -20px !important;
  }
  .pbp-bundle .pbp-see-details {
    margin: 10px 0px;
    display: block !important;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    height: 45px;
    line-height: 35px;
    text-align: center;
    position: relative;
  }
  .pbp-bundle .pbp-see-details .arrow {
    position: absolute;
    top: calc(50% - 18px);
    right: 10px;
    transform: rotate(90deg);
    transition: all 0.2s ease;
  }
  .pbp-bundle .pbp-see-details .arrow:before {
    display: inline-block;
    height: 30px;
    width: 30px;
    content: "❯";
    font-size: 20px;
  }
  .pbp-bundle .pbp-see-details.expanded .arrow {
    transform: rotate(-90deg);
  }
  .pbp-bundle .pbp-see-details-expanded .pbp-details-product {
    display: grid;
    grid-column-gap: 5px;
    grid-template-columns: 25px 50px auto;
    font-size: 12px;
    padding: 10px 0;
    width: 100% !important;
  }
  .pbp-bundle .pbp-see-details-expanded .pbp-details-product .product-name {
    display: block !important;
  }
  .pbp-bundle .pbp-see-details-expanded .pbp-details-product .pbp-details-product-check {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .pbp-bundle .pbp-see-details-expanded .pbp-details-product .pbp-details-product-check input {
    width: 15px;
    height: 15px;
  }
  .pbp-bundle .pbp-see-details-expanded .pbp-details-product .pbp-product-price-saving {
    display: inline-block;
  }
  .pbp-bundle .pbp-see-details-expanded.expanded .bundle-totals {
    display: block;
  }
  .pbp-bundle .bundle-totals {
    display: none;
  }
  .pbp-bundle .pbp-btn-add-to-basket {
    width: 100%;
    height: 45px;
  }
}
.productbundlespro.layout-type-compact .pbp-bundle .pbp-bundle-body {
  display: block !important;
}
.productbundlespro.layout-type-compact .pbp-bundle .pbp-products {
  width: 100%;
  overflow-x: auto;
}
.productbundlespro.layout-type-compact .pbp-bundle .pbp-products-slider:has(.pbp-bundle-product-4) {
  justify-content: normal !important;
}
.productbundlespro.layout-type-compact .pbp-bundle .pbp-products-slider:has(.pbp-bundle-product-5) {
  justify-content: normal !important;
}
.productbundlespro.layout-type-compact .pbp-bundle .pbp-products-slider:has(.pbp-bundle-product-6) {
  justify-content: normal !important;
}
.productbundlespro.layout-type-compact .pbp-bundle .pbp-products-slider:has(.pbp-bundle-product-7) {
  justify-content: normal !important;
}
.productbundlespro.layout-type-compact .pbp-bundle .pbp-products-slider:has(.pbp-bundle-product-8) {
  justify-content: normal !important;
}
.productbundlespro.layout-type-compact .pbp-bundle .pbp-products-slider:has(.pbp-bundle-product-9) {
  justify-content: normal !important;
}
.productbundlespro.layout-type-compact .pbp-bundle .pbp-products-slider:has(.pbp-bundle-product-10) {
  justify-content: normal !important;
}
.productbundlespro.layout-type-compact .pbp-bundle .pbp-products-slider:has(.pbp-bundle-product-11) {
  justify-content: normal !important;
}
.productbundlespro.layout-type-compact .pbp-bundle .pbp-products-slider:has(.pbp-bundle-product-12) {
  justify-content: normal !important;
}
.productbundlespro.layout-type-compact .pbp-bundle .pbp-products-slider:has(.pbp-bundle-product-13) {
  justify-content: normal !important;
}
.productbundlespro.layout-type-compact .pbp-bundle .pbp-products-slider:has(.pbp-bundle-product-14) {
  justify-content: normal !important;
}
.productbundlespro.layout-type-compact .pbp-bundle .pbp-products-slider:has(.pbp-bundle-product-15) {
  justify-content: normal !important;
}
.productbundlespro.layout-type-compact .pbp-bundle .pbp-products-slider:has(.pbp-bundle-product-16) {
  justify-content: normal !important;
}
.productbundlespro.layout-type-compact .pbp-bundle .pbp-products-slider:has(.pbp-bundle-product-17) {
  justify-content: normal !important;
}
.productbundlespro.layout-type-compact .pbp-bundle .pbp-products-slider:has(.pbp-bundle-product-18) {
  justify-content: normal !important;
}
.productbundlespro.layout-type-compact .pbp-bundle .pbp-products-slider:has(.pbp-bundle-product-19) {
  justify-content: normal !important;
}
.productbundlespro.layout-type-compact .pbp-bundle .pbp-products-slider:has(.pbp-bundle-product-20) {
  justify-content: normal !important;
}
.productbundlespro.layout-type-compact .pbp-bundle .pbp-products-slider {
  width: 100%;
  display: flex;
  overflow: auto;
}
.productbundlespro.layout-type-compact .pbp-bundle .pbp-products-slider .pbp-bundle-product {
  width: 100px !important;
  min-width: 100px !important;
  text-align: center;
}
.productbundlespro.layout-type-compact .pbp-bundle .pbp-products-slider .pbp-bundle-product .pbp-product-info {
  padding: 0px;
}
.productbundlespro.layout-type-compact .pbp-bundle .pbp-products-slider .pbp-bundle-product .product-image img {
  max-width: 100px;
  max-height: 100px;
}
.productbundlespro.layout-type-compact .pbp-bundle .pbp-products-slider .pbp-bundle-product .wishlist-button-add, .productbundlespro.layout-type-compact .pbp-bundle .pbp-products-slider .pbp-bundle-product .product-description, .productbundlespro.layout-type-compact .pbp-bundle .pbp-products-slider .pbp-bundle-product .product-name, .productbundlespro.layout-type-compact .pbp-bundle .pbp-products-slider .pbp-bundle-product .pbp-product-price, .productbundlespro.layout-type-compact .pbp-bundle .pbp-products-slider .pbp-bundle-product select[name=pbp-bundle-product-ipa], .productbundlespro.layout-type-compact .pbp-bundle .pbp-products-slider .pbp-bundle-product input[name=flag_selected] {
  display: none;
}
.productbundlespro.layout-type-compact .pbp-bundle .pbp-products-slider .pbp-bundle-product:after {
  font-size: 18px !important;
  width: 20px !important;
  height: 20px !important;
  line-height: 20px !important;
  top: 30% !important;
  right: -20px !important;
}
.productbundlespro.layout-type-compact .pbp-bundle .pbp-see-details {
  margin: 10px 0px;
  display: block !important;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
  height: 45px;
  line-height: 35px;
  text-align: center;
  position: relative;
}
.productbundlespro.layout-type-compact .pbp-bundle .pbp-see-details .arrow {
  position: absolute;
  top: calc(50% - 18px);
  right: 10px;
  transform: rotate(90deg);
  transition: all 0.2s ease;
}
.productbundlespro.layout-type-compact .pbp-bundle .pbp-see-details .arrow:before {
  display: inline-block;
  height: 30px;
  width: 30px;
  content: "❯";
  font-size: 20px;
}
.productbundlespro.layout-type-compact .pbp-bundle .pbp-see-details.expanded .arrow {
  transform: rotate(-90deg);
}
.productbundlespro.layout-type-compact .pbp-bundle .pbp-see-details-expanded .pbp-details-product {
  display: grid;
  grid-column-gap: 5px;
  grid-template-columns: 25px 50px auto;
  font-size: 12px;
  padding: 10px 0;
  width: 100% !important;
}
.productbundlespro.layout-type-compact .pbp-bundle .pbp-see-details-expanded .pbp-details-product .product-name {
  display: block !important;
}
.productbundlespro.layout-type-compact .pbp-bundle .pbp-see-details-expanded .pbp-details-product .pbp-details-product-check {
  display: flex;
  justify-content: center;
  align-items: center;
}
.productbundlespro.layout-type-compact .pbp-bundle .pbp-see-details-expanded .pbp-details-product .pbp-details-product-check input {
  width: 15px;
  height: 15px;
}
.productbundlespro.layout-type-compact .pbp-bundle .pbp-see-details-expanded .pbp-details-product .pbp-product-price-saving {
  display: inline-block;
}
.productbundlespro.layout-type-compact .pbp-bundle .pbp-see-details-expanded.expanded .bundle-totals {
  display: block;
}
.productbundlespro.layout-type-compact .pbp-bundle .bundle-totals {
  display: none;
}
.productbundlespro.layout-type-compact .pbp-bundle .pbp-btn-add-to-basket {
  width: 100%;
  height: 45px;
}
.productbundlespro.layout-type-compact .pbp-bundle .pbp-products-slider .pbp-bundle-product {
  width: 100px !important;
}

.modal-dialog .productbundlespro {
  padding: 20px;
}

.productbundlespro.layout-type-default .pbp-slider .pbp-products-slider, .productbundlespro.layout-type-compact .pbp-slider .pbp-products-slider {
  white-space: nowrap;
  row-gap: 10px;
  height: auto;
  overflow-x: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 992px) {
  .productbundlespro.layout-type-default .pbp-slider .pbp-products-slider, .productbundlespro.layout-type-compact .pbp-slider .pbp-products-slider {
    overflow-x: auto;
  }
}
.productbundlespro.layout-type-default .pbp-slider .pbp-products, .productbundlespro.layout-type-compact .pbp-slider .pbp-products {
  display: grid;
  grid-template-columns: 50px auto 50px;
}
.productbundlespro.layout-type-default .pbp-slider .pbp-bundle-product, .productbundlespro.layout-type-compact .pbp-slider .pbp-bundle-product {
  scroll-snap-align: start;
  width: 200px;
  min-width: 200px;
}
.productbundlespro.layout-type-default .pbp-slider .pbp-slider-nav, .productbundlespro.layout-type-compact .pbp-slider .pbp-slider-nav {
  display: flex;
  justify-content: center;
  align-items: center;
}
.productbundlespro.layout-type-default .pbp-slider .pbp-slider-nav button, .productbundlespro.layout-type-compact .pbp-slider .pbp-slider-nav button {
  height: 30px;
  background: none;
  border: none;
  outline: none;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}
.productbundlespro.layout-type-default .pbp-slider .pbp-slider-nav button.disabled, .productbundlespro.layout-type-compact .pbp-slider .pbp-slider-nav button.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.productbundlespro.layout-type-compact .pbp-products {
  display: grid;
  grid-template-columns: 50px auto 50px;
}
.productbundlespro.layout-type-compact .pbp-products .product-flag {
  display: none;
}
.productbundlespro.layout-type-compact .pbp-products .pbp-bundle-product {
  scroll-snap-align: start;
  width: 80px;
  min-width: 80px;
}
.productbundlespro.layout-type-compact .pbp-products .pbp-slider-nav button {
  position: relative;
  top: -15px;
}/*# sourceMappingURL=front.css.map */