/**
 * NOTICE OF LICENSE
 *
 * This file is licenced under the Software License Agreement.
 * With the purchase or the installation of the software in your application
 * you accept the licence agreement.
 *
 * You must not modify, adapt or create derivative works of this source code
 *
 * @author    Musaffar Patel
 * @copyright 2023-2023 Musaffar Patel
 * @license   LICENSE.txt
 */
.pbp-widget {
  margin-bottom: 20px;
  /* The container */
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */ }
  .pbp-widget .tab-links a {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #ccc;
    border-bottom: none;
    color: #666;
    padding: 15px 50px;
    cursor: pointer;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
  .pbp-widget .tab-links a.active {
    color: #333;
    font-weight: bold;
    border-top: 2px solid #2fb5d2; }
  .pbp-widget .tab-content {
    margin-top: 0px;
    overflow-y: scroll; }
  .pbp-widget .bundle:not(:nth-of-type(1)) .title {
    display: none; }
  @media only screen and (max-width: 900px) {
    .pbp-widget .bundle:not(:nth-of-type(1)):not(.splide__slide) {
      display: none !important; } }
  @media only screen and (max-width: 900px) {
    .pbp-widget .bundle.visible:not(:nth-of-type(1)) {
      display: block !important; } }
  .pbp-widget .container-checkbox {
    display: inline;
    position: relative;
    padding-left: 22px;
    top: 10px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .pbp-widget .container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
  .pbp-widget .container-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #ccc; }
  .pbp-widget .container-checkbox:hover input ~ .checkmark {
    background-color: #ccc; }
  .pbp-widget .container-checkbox input:checked ~ .checkmark {
    background-color: #2fb5d2; }
  .pbp-widget .container-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none; }
  .pbp-widget .container-checkbox input:checked ~ .checkmark:after {
    display: block; }
  .pbp-widget .container-checkbox .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .pbp-widget .btn-show-more-bundles {
    display: none; }
    @media only screen and (max-width: 900px) {
      .pbp-widget .btn-show-more-bundles {
        display: block;
        background-color: #dedede;
        width: 100%;
        padding: 10px;
        text-align: center;
        margin-top: 12px; } }
  .pbp-widget .saving-label {
    border: 1px solid #FF6D5D;
    color: #FF6D5D;
    text-align: center;
    padding: 12px;
    width: 100%;
    font-weight: bold;
    margin-bottom: 6px; }
  .pbp-widget .pbp_add_quantity_wrapper {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: row; }
    .pbp-widget .pbp_add_quantity_wrapper .pbp-quantity-wrapper {
      margin-right: 5px; }
      .pbp-widget .pbp_add_quantity_wrapper .pbp-quantity-wrapper input[name='pbp_quantity'] {
        height: 100%;
        text-align: center; }
      .pbp-widget .pbp_add_quantity_wrapper .pbp-quantity-wrapper .bootstrap-touchspin {
        float: none;
        box-shadow: none;
        display: flex;
        flex-direction: row;
        height: 100%; }
      .pbp-widget .pbp_add_quantity_wrapper .pbp-quantity-wrapper .input-group-btn-vertical {
        float: none; }
      .pbp-widget .pbp_add_quantity_wrapper .pbp-quantity-wrapper .btn-default {
        margin-top: 0;
        height: 50%; }
  .pbp-widget .title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    flex: 0 1 100%;
    margin-top: 10px; }

.pbp-widget-half-width .tab-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media only screen and (max-width: 900px) {
    .pbp-widget-half-width .tab-content {
      display: block; } }
.pbp-widget-half-width .saving-label-child {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  background-color: #FF6D5D;
  display: block;
  position: absolute;
  padding: 4px;
  left: 50%;
  top: -10px;
  transform: translateX(-50%); }
.pbp-widget-half-width .bundle {
  background-color: #fff;
  border: 1px solid #cdcdcd;
  width: calc(50% - 14px);
  padding: 20px; }
  @media only screen and (max-width: 900px) {
    .pbp-widget-half-width .bundle {
      width: 100%; } }
  .pbp-widget-half-width .bundle .title {
    font-size: 16px;
    color: #555;
    font-weight: bold;
    display: block;
    margin-bottom: 10px; }
  .pbp-widget-half-width .bundle .parent-product {
    width: 100%;
    text-align: center;
    position: relative;
    padding-bottom: 20px; }
    .pbp-widget-half-width .bundle .parent-product .image {
      position: relative;
      height: 140px; }
      .pbp-widget-half-width .bundle .parent-product .image img {
        max-height: 140px; }
    .pbp-widget-half-width .bundle .parent-product .name {
      font-weight: bold;
      font-size: 14px;
      display: block;
      margin: 10px 0px; }
    .pbp-widget-half-width .bundle .parent-product .parent_product_ipa {
      width: 100%;
      padding: 4px;
      font-size: 13px; }
  .pbp-widget-half-width .bundle .parent-product::after {
    position: absolute;
    left: calc(50% - 20px);
    top: calc(100% - 20px);
    content: '+';
    width: 30px;
    font-size: 26px;
    font-weight: bold;
    color: #888; }
  .pbp-widget-half-width .bundle .child-product {
    float: left;
    width: calc(50% - 7px); }
    @media only screen and (max-width: 900px) {
      .pbp-widget-half-width .bundle .child-product {
        width: 100%;
        float: none;
        display: flex;
        flex-wrap: wrap; } }
    .pbp-widget-half-width .bundle .child-product .image {
      width: 100%;
      text-align: center;
      position: relative; }
      @media only screen and (max-width: 900px) {
        .pbp-widget-half-width .bundle .child-product .image {
          width: 80px;
          flex: 1 0 0; } }
      .pbp-widget-half-width .bundle .child-product .image img {
        max-width: 100px; }
        @media only screen and (max-width: 900px) {
          .pbp-widget-half-width .bundle .child-product .image img {
            max-width: 80px; } }
    .pbp-widget-half-width .bundle .child-product .name {
      text-align: center;
      width: 100%;
      font-size: 13px;
      font-weight: bold;
      margin: 10px 0; }
    @media only screen and (max-width: 900px) {
      .pbp-widget-half-width .bundle .child-product .options {
        width: 50%; } }
    .pbp-widget-half-width .bundle .child-product .options select {
      width: 100%;
      font-size: 13px;
      padding: 4px; }
    @media only screen and (max-width: 900px) {
      .pbp-widget-half-width .bundle .child-product .prices {
        width: 50%; } }
    .pbp-widget-half-width .bundle .child-product .prices .pbp-discount {
      width: 100%;
      text-align: center;
      display: block;
      margin: 10px 0; }
    .pbp-widget-half-width .bundle .child-product .prices .pbp-original-price {
      text-decoration: line-through; }
  .pbp-widget-half-width .bundle .child-product:nth-child(odd) {
    margin-left: 14px; }
  .pbp-widget-half-width .bundle .bundle-prices {
    font-size: 22px;
    margin: 10px 0; }
  .pbp-widget-half-width .bundle .bundle-action {
    clear: both;
    width: 100%;
    margin: 10px 0px;
    text-align: center; }
    .pbp-widget-half-width .bundle .bundle-action .pbp_bundle_total {
      font-weight: bold; }
    .pbp-widget-half-width .bundle .bundle-action .saving-label {
      font-weight: bold;
      color: #FF6D5D; }
    .pbp-widget-half-width .bundle .bundle-action .btn_add_bundle_cart {
      width: 100%; }

.pbp-widget-full-width .tab-content, .pbp-widget-mini-width .tab-content {
  overflow: auto !important; }
  .pbp-widget-full-width .bundle .title, .pbp-widget-mini-width .bundle .title {
    font-size: 22px;
    margin-bottom: 0px;
    background: none;
    padding: 10px; }
  .pbp-widget-full-width .bundle .bundle-inner, .pbp-widget-mini-width .bundle .bundle-inner {
    display: flex;
    flex-direction: row;
    padding: 0; }
    @media only screen and (max-width: 992px) {
      .pbp-widget-full-width .bundle .bundle-inner, .pbp-widget-mini-width .bundle .bundle-inner {
        display: block; } }
  .pbp-widget-full-width .bundle .products, .pbp-widget-mini-width .bundle .products {
    flex-grow: 1;
    /* display: flex; */
    flex-direction: row;
    flex-flow: wrap; }
    /* @media only screen and (max-width: 900px) {
      .pbp-widget-full-width .bundle .products, .pbp-widget-mini-width .bundle .products {
        display: block; } } */
    .pbp-widget-full-width .bundle .products .product, .pbp-widget-mini-width .bundle .products .product {
      position: relative;
      background-color: #fff;
      /* width: calc(33.333333% - 24px); */
      margin: 0 1px 0 0;
      padding: 20px; }
      /* @media only screen and (max-width: 900px) {
        .pbp-widget-full-width .bundle .products .product, .pbp-widget-mini-width .bundle .products .product {
          width: 100%; } } */
      .pbp-widget-full-width .bundle .products .product .image, .pbp-widget-mini-width .bundle .products .product .image {
        text-align: center;
        position: relative; }
        .pbp-widget-full-width .bundle .products .product .image img, .pbp-widget-mini-width .bundle .products .product .image img {
          max-width: 100%;
          height: 150px; }
        .pbp-widget-full-width .bundle .products .product .image .saving-label-child, .pbp-widget-mini-width .bundle .products .product .image .saving-label-child {
          background-color: #FF6D5D;
          position: absolute;
          right: 0;
          top: 0;
          color: #fff;
          font-weight: bold;
          padding: 4px;
          font-size: 13px; }
      .pbp-widget-full-width .bundle .products .product .name, .pbp-widget-full-width .bundle .products .product .prices, .pbp-widget-mini-width .bundle .products .product .name, .pbp-widget-mini-width .bundle .products .product .prices {
        width: 100%;
        padding: 10px 0px; }
      .pbp-widget-full-width .bundle .products .product .prices .pbp-original-price, .pbp-widget-mini-width .bundle .products .product .prices .pbp-original-price {
        text-decoration: line-through; }
      .pbp-widget-full-width .bundle .products .product select, .pbp-widget-mini-width .bundle .products .product select {
        width: 100%;
        font-size: 13px;
        padding: 4px; }
    .pbp-widget-full-width .bundle .products .product:first-child::before, .pbp-widget-mini-width .bundle .products .product:first-child::before {
      content: '';
      display: none; }
    .pbp-widget-full-width .bundle .products .product:first-child::after, .pbp-widget-mini-width .bundle .products .product:first-child::after {
      content: '';
      display: none; }
    @media only screen and (min-width: 992px) {
      .pbp-widget-full-width .bundle .products .product::before, .pbp-widget-mini-width .bundle .products .product::before {
        position: absolute;
        left: -11px;
        top: 50%;
        content: '+';
        width: 50px;
        height: 50px;
        font-size: 26px;
        font-weight: bold;
        color: #000;
        border: 1px solid #70707026;
        border-radius: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        transform: translate(-50%,-50%); }
      .pbp-widget-full-width .bundle .products .product::after, .pbp-widget-mini-width .bundle .products .product::after {
        position: absolute;
        left: -11px;
        top: 50%;
        content: '';
        width: 72px;
        height: 72px;
        border: 1px solid #70707026;
        border-radius: 72px;
        transform: translate(-50%,-50%); }
      }
      @media only screen and (max-width: 900px) {
        .pbp-widget-full-width .bundle .products .product::before, .pbp-widget-mini-width .bundle .products .product::before {
          width: 30px;
          height: 30px;
          text-align: center;
          color: #fff;
          left: calc(50% - 10px);
          top: 0px;
          z-index: 9;
          background-color: #2fb5d2;
          border-radius: 15px;
          line-height: 27px;
          padding-left: 2px; } }
  .pbp-widget-full-width .bundle .bundle-action, .pbp-widget-mini-width .bundle .bundle-action {
    width: 300px;
    padding: 20px;
    /*align-self: flex-end;*/ }
    @media only screen and (max-width: 1024px) {
      .pbp-widget-full-width .bundle .bundle-action, .pbp-widget-mini-width .bundle .bundle-action {
        width: 250px; } }
    @media only screen and (max-width: 900px) {
      .pbp-widget-full-width .bundle .bundle-action, .pbp-widget-mini-width .bundle .bundle-action {
        width: 100%;
        display: block; } }
    .pbp-widget-full-width .bundle .bundle-action .bundle-prices, .pbp-widget-mini-width .bundle .bundle-action .bundle-prices {
      font-size: 22px; }
      .pbp-widget-full-width .bundle .bundle-action .bundle-prices .pbp_bundle_total, .pbp-widget-mini-width .bundle .bundle-action .bundle-prices .pbp_bundle_total {
        font-weight: bold; }
    .pbp-widget-full-width .bundle .bundle-action .btn_add_bundle_cart, .pbp-widget-mini-width .bundle .bundle-action .btn_add_bundle_cart {
      width: 100%; }

.pbp-widget.product-addcart .bundle {
  width: 100%; }

.pbp-widget .splide__pagination__page.is-active {
  background: #2fb5d2;
  transform: none; }

.modal.quickview .pbp-widget {
  padding: 0 20px; }

.pbp-widget-full-width .bundle .products {
  /* display: flex;
  flex-wrap: nowrap; */
  /* overflow-x: auto; */
  /* width: 100%; */
}

.pbp-widget-full-width .bundle .bundle-action
{
  width: calc(100% - 24px);
  margin: 15px 0 0 12px;
  color:#000;
  border: solid 4px #65C9B5;
}

@media screen and (min-width: 768px) {
  .pbp-widget-full-width .bundle .bundle-action {
    margin-left: 0;
    width: 100%;
  }
}

@media screen and (min-width: 992px) {
  .pbp-widget-full-width .bundle .bundle-inner-products {
    overflow-x: hidden;
    padding-right: 0;
    width: 50%;
  }

  .pbp-widget-full-width .bundle .bundle-action {
    margin-top: 0;
    width: 50%;
  }
}

@media screen and (min-width: 992px) {
  .pbp-widget-full-width .bundle .bundle-inner-products {
    overflow-x: hidden;
    padding-right: 24px;
    width: 50%;
  }

  .pbp-widget-full-width .bundle .bundle-action {
    margin-top: 0;
    width: calc(50% - 12px);
  }
}

@media screen and (min-width: 1420px) {
  .pbp-widget-full-width .bundle .bundle-inner-products {
    overflow-x: hidden;
    padding-right: 24px;
    width: 33.333333%;
  }

  .pbp-widget-full-width .bundle .bundle-action {
    margin-top: 0;
    width: calc(33.333333% - 15px);
  }
}

@media screen and (min-width: 1520px) {
  .pbp-widget-full-width .bundle .bundle-inner-products {
    overflow-x: hidden;
    padding-right: 22px;
    width: 75%;
  }

  .pbp-widget-full-width .bundle .bundle-action {
    margin-top: 0;
    width: calc(25% - 18px);
  }
}

.swiper-pagination-sets {
    position: absolute;
    bottom: -20px !important;
    /* padding-left: 0 !important; */
    transform: translate(0px, 100%);
}
.bundle_tebim {
  padding-bottom: 30px;
}
.pbp-widget-full-width .bundle .bundle-action .btn_add_bundle_cart {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    max-width: 250px;
}
.bundle-action-header-txt {
  font-size: 13px;
}
.pbp_bundle_total_price  {
  font-size: 20px;
  margin: 15px 0;
}
.pbp_bundle_total_price_txt  {
  font-size: 13px;
  color:#F44848;
  padding: 15px 0;
  border-top: 1px solid hsla(0,0%,68%,.4);
}
.bundle-action-header {
  padding-bottom: 15px;
  border-bottom: 1px solid hsla(0,0%,68%,.4);
}
.bundle-action-inner {
    max-width: 260px;
    margin: auto;
}
@media (min-width: 992px) {
  .pbp_bundle_total_price  {
    margin: 20px 0;
  }
  .bundle-action-header {
    padding-bottom: 20px;
  }
  .bundle-action-header-txt {
    font-size: 17px;
  }
  .pbp_bundle_total_price  {
    font-size: 35px;
  }
  .pbp_bundle_total_price_txt {
    font-size: 17px;
    padding: 20px 0;
  }
}
.bundle-action {
  position: relative;
}

.bundle-action::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateY(-60%) rotate(135deg);
    width: 18px;
    height: 18px;
    background: #fff;
    border-left: 3px solid #37c6b0;
    border-bottom: 3px solid #37c6b0;
}
@media (min-width: 992px) {
  .bundle-action::before {
    left: -11px;
    top: 25px;
    transform: translateY(-50%) rotate(45deg);
  }
}
.bundle-action-inner {
    display: grid;
    grid-template-rows: auto 1fr auto;
    height: 100%;
}
.bundle-action-header {
    align-self: start;
}
.bundle-prices {
    align-self: center;
}
.btn_add_bundle_cart {
    align-self: end;
}