/**
 * 2008-2024 Prestaworld
 *
 * NOTICE OF LICENSE
 *
 * The source code of this module is under a commercial license.
 * Each license is unique and can be installed and used on only one website.
 * Any reproduction or representation total or partial of the module, one or more of its components,
 * by any means whatsoever, without express permission from us is prohibited.
 *
 * DISCLAIMER
 *
 * Do not alter or add/update to this file if you wish to upgrade this module to newer
 * versions in the future.
 *
 * @author    prestaworld
 * @copyright 2008-2024 Prestaworld
 * @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
 * International Registered Trademark & Property of prestaworld
 */
 .product-card {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 20px;
  }
  .product-card-header {
    /* padding: 10px; */
    background-color: #f8f9fa;
    border-bottom: 1px solid #ddd;
  }
  .presta_bundle_product {
      padding: 10px 10px 10px 30px;
      /* display: flex; */
  }
  .product-card-footer {
    /* padding: 10px; */
    background-color: #f8f9fa;
    border-top: 1px solid #ddd;
  }
  .presta_bp_checkbox_data{
      height: 25px;
      width: 25px;
  }
  ._05ubb2.izOeLJ {
  font-size: 12px;
  padding: 6px 7px;
  text-align: center;
  background-color: #878787;
  color: #fff;
  border-radius: 3px;
  }
  .presta_bp_price{
      color:#e55914;
  }
  .presta_add_item{
      display: block;
      font-weight: 500;
  }
  #presta_plus_sign{
      font-size: 37px;
      color: gray;
      font-weight: 500;
  }
  .presta_bp_plus_sign{
      line-height: 6;
  }
  #presta_bp_cal_sign{
      font-size: 25px;
      color: gray;
      font-weight: 500;
      line-height: 2.3;
  }
  #presta_quantity{
      line-height: 2;
  }
  .presta_show_quantity{

  }
  .image-container {
  position: relative;
  display: inline-block;
}

.presta_product_quantity {
  position: absolute;
  bottom: 5px; /* Adjust as needed */
  right: 5px; /* Adjust as needed */
  background-color: #24b9d7; /* Semi-transparent background */
  color: #fff;
  padding: 2px 5px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .presta_bundle_product {
      padding: 10px 10px;
  }
  .product-card-body .col-md-3 {
      max-width: 100%;
      flex: 0 0 100%;
  }
  .product-card-body .col-md-1 {
      max-width: 100%;
      flex: 0 0 100%;
      text-align: center;
      padding: 5px 0; /* Adjust padding to reduce top and bottom gap */
  }
  #presta_plus_sign {
      line-height: 1.5; /* Adjust line-height to reduce top and bottom gap */
  }
  .product-card-footer .col-md-9,
  .product-card-footer .col-md-3 {
      max-width: 100%;
      flex: 0 0 100%;
      text-align: center;
  }
  .product-card-footer .col-md-9 .row {
      justify-content: center;
  }
  .presta_bp_checkbox_data {
      bottom: 270px;
      left: 140px;
      position: relative;
  }
  .presta_total_price_bundle_product .row {
      display: flex;
      align-items: center;
  }
  .presta_total_price_bundle_product .col-md-2,
  .presta_total_price_bundle_product .col-md-1 {
      display: inline-block;
      vertical-align: middle;
      text-align: center;
      flex: 1;
  }
  .presta_total_price_bundle_product .col-md-2 span,
  .presta_total_price_bundle_product .col-md-1 span {
      display: block;
  }
}
@media (max-width: 576px) {
  .presta_bundle_product {
      padding: 10px 0;
  }
  .product-card-body .col-md-9,
  .product-card-body .col-md-3,
  .product-card-body .col-md-1 {
      max-width: 100%;
      flex: 0 0 100%;
      text-align: center;
      padding: 5px 0;
  }
  #presta_plus_sign {
      line-height: 1.5;
  }
  .product-card-footer .col-md-9 .row {
      justify-content: center;
  }
  .product-card-footer .col-md-3 {
      text-align: center;
  }
  .presta_total_price_bundle_product .row {
      display: flex;
      align-items: center;
  }
  .presta_total_price_bundle_product .col-md-2,
  .presta_total_price_bundle_product .col-md-1 {
      display: inline-block;
      vertical-align: middle;
      text-align: center;
      flex: 1;
  }
  .presta_total_price_bundle_product .col-md-2 span,
  .presta_total_price_bundle_product .col-md-1 span {
      display: block;
  }
}
.presta_product_detail {
  text-align: center;
  padding-top: 15px;
  line-height: 1;
}
.presta_pro_name{
    font-size: .875rem;
    font-weight: 400;
    color: #7a7a7a;
    text-align: center;
    text-decoration: none;
 }
 .presta_pro_price{
    line-height: 2;
 }

#presta_searchInput{
    padding: 10px 20px 10px 40px;
    outline: none;
    background-color: #f1f1f1;
    border: none;
    border-radius: 5px;
}

.search-container {
    position: relative;
    width: 300px; /* Adjust width as needed */
}

.search-icon {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    color: #999; /* Adjust color as needed */
}

#presta_searchInput {
    padding: 10px 20px 10px 40px;
    outline: none;
    background-color: #f1f1f1;
    border: none;
    border-radius: 5px;
}

.presta_bundle_products_section{
    border: 2px solid #c9c6c687;
    margin: 10px 0 10px 0;
    padding: 20px;
}


.presta_bp_custom_checkbox_data{
    height: 25px;
    width: 25px;
}
.presta_bp_custom_checkbox_datass{
    position: absolute !important ;
    top: 0px !important ;
    right: 0px !important ;
}

.search-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.search-input {
    width: 100%;
    max-width: 500px;
    padding: 10px;
    margin-left: 10px;
}

.product-container {
    margin-bottom: 30px;
}

.image-container {
    position: relative;
}

.presta_bp_custom_checkbox_data {
    position: absolute;
    top: 10px;
    right: 10px;
}

.presta_bundle_pro_total_price,
.presta_product_quantity,
.presta_pro_name,
.presta_pro_price {
    display: block;
}

.pagination-container {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
