@charset "UTF-8";

.productbundlespro {
  margin-top: 20px;
  margin-bottom: 32px;
  padding: 15px;
  border: 1px solid #E4E4E4;
  border-radius: 1rem;
}

#blockcart-modal .productbundlespro {
  margin-top: 0;
  border: none;
}

#cart .productbundlespro {
  margin-bottom: 0;
}

#cart .productbundlespro .pbp-bundle {
  border: 1px solid #E4E4E4;
  border-radius: 1rem;
}

.productbundlespro h3 {
  border-bottom: 1px solid #E4E4E4;
  padding-bottom: 20px;
}
.productbundlespro .pbp-bundle-header {
  margin-bottom: 5px;
}
.productbundlespro .pbp-btn-bundle-tabs {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.productbundlespro .pbp-btn-bundle-tabs .pbp-btn-bundle-tab {
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  color: #333;
  background-color: #ffffff;
  padding: 5px 12px;
  border-radius: 20px;
  outline: 1px solid #E4E4E4;
  white-space: nowrap;
  transition: background-color 0.15s, color 0.15s;
}

.productbundlespro .pbp-btn-bundle-tabs .pbp-btn-bundle-tab:first-child,
.productbundlespro .pbp-btn-bundle-tabs .pbp-btn-bundle-tab:last-child {
  border-radius: 20px;
}

.productbundlespro .pbp-btn-bundle-tabs .pbp-btn-bundle-tab.active {
  background-color: #DF1C51;
  color: #ffffff;
  outline: none;
}
.productbundlespro .pbp-bundle {
  border: 1px solid #E4E4E4;
  overflow: hidden;
  border-radius: 1rem;
  padding: 15px;
}
.productbundlespro .pbp-bundle .bundle-title {
  font-size: 18px;
  font-weight: bold;
}
.productbundlespro .pbp-bundle .pbp-product-price .pbp-product-price-discounted {
  line-height: 20px;
}
.productbundlespro .pbp-bundle .pbp-bundle-footer {
  display: flex;
  flex-direction: row;
  border-top: 1px solid #E4E4E4;
  padding-top: 15px;
}

.productbundlespro .pbp-bundle .pbp-bundle-footer>div {
  flex: 1;
}

.productbundlespro .pbp-bundle .bundle_actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-self: end;
  flex-wrap: nowrap;
  gap: 5px;
  flex-wrap: wrap;
  padding-bottom: 14px;
}

.bundle_add_to_cart_container{
  margin-left: 10px;
}

.productbundlespro .input-group.bootstrap-touchspin {
  height: 36px;
}

.productbundlespro .pbp-bundle .bundle_actions input {
  border-radius: 0;
  height: 36px;
  width: 2.5rem;
}

#product .product-additional-info .productbundlespro .pbp-bundle .bundle_actions button {
  margin: 0;
}

.productbundlespro .pbp-bundle .bundle_actions button.btn {
  height: 36px;
}

.productbundlespro .pbp-bundle .bundle_actions .pbp-btn-add-to-basket {
  color: #fff;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}

.productbundlespro .pbp-bundle .pbp-bundle-body{
  display: flex;
  flex-direction: column;
}

.productbundlespro .pbp-bundle .pbp-bundle-body .pbp-products {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 10px 0 0 0;
  container-type: inline-size;
  container-name: pbp-products;
}

.productbundlespro .pbp-bundle .pbp-bundle-body .pbp-products .pbp-product-wrapper {
  display: flex;
  flex-direction: row;
  margin-bottom: 15px;
  min-width: 50%;
  max-width: 50%;
}

.productbundlespro .pbp-bundle .pbp-bundle-body .pbp-products .pbp-bundle-product {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  border: 1px solid #E4E4E4;
  background-color: #fbfcfe;
  border-radius: 1rem;
  padding: 20px 10px;
  min-width: calc(100% - 40px);
  max-width: calc(100% - 40px);
}

.productbundlespro .pbp-bundle {
  container-type: inline-size;
  container-name: pbp-bundle;
}

.pbp-quantity{
  background-color: #eff3fe;
  text-transform: uppercase;
  border-radius: 1rem;
  font-size: 11px;
  width: fit-content;
  padding: 2px 6px;
}

.productbundlespro .pbp-bundle .pbp-bundle-body .pbp-products .pbp-bundle-product .pbp-product-checkbox input {
  margin-right: 10px;
  cursor: pointer;
  flex-shrink: 0;
}

.productbundlespro .pbp-bundle .pbp-bundle-body .pbp-products .pbp-bundle-product .pbp-check-icon {
  display: block;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #38C926;
  background-image: url("../../img/ico-check-white.svg");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center;
  position: absolute;
  top: 8px;
  left: 8px;
}
.productbundlespro .pbp-bundle .pbp-bundle-body .pbp-products .pbp-bundle-product .pbp-product-image {
  text-align: center;
  margin: 0 10px;
  flex-shrink: 0;
}

.productbundlespro .pbp-bundle .pbp-bundle-body .pbp-products .pbp-bundle-product .pbp-product-image img {
  max-width: 60px;
  height: auto;
}
.productbundlespro .pbp-bundle .pbp-bundle-body .pbp-products .pbp-bundle-product .pbp-product-name {
  flex: 1;
  min-width: 0;
  font-size: 14px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.pbp-incart{
  font-size: 11px;
}

.productbundlespro .pbp-bundle .pbp-bundle-body .pbp-products .pbp-bundle-product .pbp-product-name span {
  color: #7A7A7A;
  font-weight: 600;
}

.productbundlespro .pbp-bundle .pbp-bundle-body .pbp-products .pbp-bundle-product .pbp-product-name a {
  color: #111;
  /* margin-bottom: 8px; */
  font-size: 12px;
  font-weight: 600;
  display: block;
}
.productbundlespro .pbp-bundle .pbp-bundle-body .pbp-products .pbp-bundle-product .pbp-product-name a:hover {
  color: #DF1C51;
}
.productbundlespro .pbp-bundle .pbp-bundle-body .pbp-products .pbp-bundle-product .pbp-product-info {
  padding-left: 10px;
  text-align: right;
  flex-shrink: 0;
}
.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;
}

body#cart #main .bundle_quantity_container .input-group.bootstrap-touchspin>input {
  height: 36px !important;
  border: 1px solid #E4E4E4;
  border-width: 1px 0;
  width: 2.5rem;
}

body#cart #main .bundle_quantity_container .input-group.bootstrap-touchspin {
  height: 36px !important;
  position: relative;
  width: 100%;
  display: table;
  border-collapse: separate;
}

body#cart section#main .bundle_quantity_container .input-group.bootstrap-touchspin>span.input-group-btn:last-child>button,
body#cart section#main .bundle_quantity_container .input-group.bootstrap-touchspin>span.input-group-btn:first-child>button {
  height: 36px !important;
  border: 1px solid #E4E4E4;
  margin: 0;
  font-size: 1rem;
  padding: 0.625rem 1rem;
  border-radius: 4px;
}

body#cart section#main .bundle_quantity_container .input-group.bootstrap-touchspin>span.input-group-btn:first-child>button {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

body#cart section#main .bundle_quantity_container .input-group.bootstrap-touchspin>span.input-group-btn:last-child>button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.bundle_quantity_container .input-group.bootstrap-touchspin>span.input-group-btn:last-child>button,
.bundle_quantity_container .input-group.bootstrap-touchspin>span.input-group-btn:first-child>button {
  width: 40px !important;
  padding: 0;
}

.productbundlespro .pbp-bundle .bundle-totals {
  max-width: calc(50% - 40px);
  margin-top: 0;
  min-width: 0;
}

@container pbp-bundle (min-width: 651px) {
  .productbundlespro .pbp-bundle .bundle-totals {
    max-width: 330px;
  }
}

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

.bundled-label {
  color: #DF1C51;
  font-weight: 600;
  font-size: 14px;
}

.pbp-title{
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 1rem;
}

.pbp-divider {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: auto;
  background-color: transparent;
  margin: 0;
  align-self: center;
  flex-shrink: 0;
}

.pbp-divider-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #fbfcfe;
  border: 1px solid #E4E4E4;;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.pbp-original-summary {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
}

.pbp-original-summary .original-price-label {
  font-size: 12px;
  font-weight: 400;
  color: #555;
}

.pbp-original-summary .pbp-price {
  font-size: 13px;
  font-weight: 700;
  color: #555;
}

.pbp-bundle-product .pbp-price {
  font-size: 15px;
  font-weight: 700;
  color: #111;
}

.pbp-saving-summary {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 0;
  gap: 16px;
}

.pbp-saving-summary .saving-price-label {
  font-size: 13px;
  font-weight: 400;
}

.pbp-saving-summary .pbp-price {
  font-size: 13px;
  font-weight: 700;
  color: #DF1C51;
}

.bundle_discounted_price_container {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 6px 0;
  border-top: 1px dashed #e0e0e0;
  margin-top: 4px;
  gap: 16px;
}

.bundle_discounted_price_container .bundle_discounted_price_label,
.bundle_discounted_price_container .pbp-price {
  font-size: 15px;
  font-weight: 700;
  color: #111;
}

.pbp-bundle .summary-price-wrapper {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
  gap: 16px;
}

.pbp-bundle .bundle_discounted_price_container .summary-price-wrapper {
  padding: 0;
}

@container pbp-bundle (max-width: 550px) {
  .productbundlespro .pbp-bundle .pbp-bundle-footer {
    flex-direction: column;
    gap: 10px;
  }

  .productbundlespro .pbp-bundle .add-to-basket {
    padding: 0;
  }

  .productbundlespro .pbp-bundle .bundle_actions {
    justify-content: flex-end;
    padding-bottom: 0;
  }

  .productbundlespro .pbp-bundle .bundle-totals {
    max-width: 100%;
  }
}

@container pbp-products (max-width: 575px) {
  .productbundlespro .pbp-bundle .pbp-bundle-body .pbp-products .pbp-product-wrapper {
    min-width: 100%;
    max-width: 100%;
  }
}

@container pbp-products (min-width: 800px) {
  .productbundlespro .pbp-bundle .pbp-bundle-body .pbp-products .pbp-product-wrapper {
    min-width: 33.3333%;
    max-width: 33.3333%;
  }
}

@container pbp-products (min-width: 1200px) {
  .productbundlespro .pbp-bundle .pbp-bundle-body .pbp-products .pbp-product-wrapper {
    min-width: 25%;
    max-width: 25%;
  }
}


@media (max-width: 991px) {
  #cart .productbundlespro {
    border: none;
  }
}
