.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: 0;
    /* display: flex; */
}
.product-card-footer {
    /* padding: 10px; */
    background-color: #f8f9fa;
    border-top: 1px solid #ddd;
}
.presta_bp_checkbox_data{
    height: 16px;
    width: 16px;
    accent-color: #0A1E32 !important;
}
._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: 30px;
    color: #252525;
    font-weight: 500;
}
.presta_bp_plus_sign{
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}
#presta_bp_cal_sign{
    font-size: 30px;
    color: #252525;
    font-weight: 500;
    line-height: 2.3;
}
#presta_quantity{
    line-height: 2;
}
.presta_show_quantity{

}
.image-container {
    position: relative;
    display: inline-block;
}

.image-container img {
    background: #F6F6F6;
}

.presta_product_quantity {
    background-color: #0A1E32; /* Semi-transparent background */
    color: #fff;
    text-shadow: 0 0 0 #0A1E32;
    padding: 2px 5px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: bold;
}

.presta_product_quantity span{
    font-size: 22px;
    font-weight: 700;
    line-height: 16px;
}

.presta_product_detail {
    text-align: left;
    padding-top: 30px;
    line-height: 1;
}
.presta_pro_name{
    font-size: 1.25rem;
    font-weight: 500;
    color: #252525;
    text-align: left;
    text-decoration: none;
    line-height: 101.8%;
    margin-bottom:11px;
}
.presta_pro_price{
    color: #252525;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1px;
}

#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;
}
.presta_bundle_product.bundle-item {
    padding:15px 0;
}

.presta_bundle_product.bundle-item .presta_product_detail {
    padding-top: 0;
}

.presta_product_detail .price {
    color: #252525;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1px;
}

.label_added {
    padding: 5px 8px;
    background: #252525;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 58px;
    margin-bottom: 15px;
 }

.presta_bundle_product_footer {
    padding: 20px;
    background: #F0F0E6;
}

.presta_bundle_product_footer .btn.add-to-cart {
    border: #0A1E32;
    background: #0A1E32;
    color: #FFF;
}

.presta_bundle_product_footer .btn.add-to-cart:hover {
    border: #0A1E32;
    background-color: #FFF;
    color: #0A1E32;
}

.presta_bundle_product.bundle-item .details {
    display: flex;
    flex: 0 0 calc(100% - 46px - 130px);
    max-width: calc(100% - 46px - 130px);
}

.bundle_product_footer {
    margin-right: 0;
    margin-left: auto;
}

@media (min-width: 768px) and (max-width: 996px) {
    .presta_bundle_product.bundle-item {
        margin: 10px 0;
    }
    .presta_bundle_product.bundle-item .details {
        flex-direction: column;
        padding: 0;
    }
    .presta_bundle_product.bundle-item .details .price {
        margin-bottom: 10px;
    }
    .presta_bundle_product.alone {
        flex: 0 0 36%;
        max-width: 36%;
    }

    .all-items {
        flex: 0 0 55.66667%;
        max-width: 55.66667%;
    }

    .presta_bundle_product.bundle-item .presta_product_detail {
        max-width: 100%;
    }

    .presta_bundle_product.bundle-item .quantity {
        max-width: 100%;
    }

    .bundle_product_footer {
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    .presta_bundle_product {
        padding: 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_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_bundle_product {
        padding: 10px;
    }

    .presta_bundle_product.alone {
        margin: 0 auto;
        justify-content: center;
    }

    .presta_bundle_product.alone .label_added {
        margin: 0 auto 15px
    }

    .presta_bundle_product.alone .image-container {
        width:100%;
        height: auto;
        max-width:453px;
    }

    .presta_bundle_product.alone .image-container img{
        width:100%;
        height:auto;
    }

    .presta_bundle_product.bundle-item .check{
        padding-right: 0;
    }

    .presta_bundle_product.bundle-item .details {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        flex: 0 0 calc(100% - 32px - 130px);
        max-width: calc(100% - 32px - 130px);
        padding: 0;
    }

    .presta_bundle_product.bundle-item .details .presta_product_detail {
        padding-left: 10px;
    }

    .presta_bundle_product.bundle-item .details .presta_product_detail em {
        padding-bottom: 6px;
        display: block;
    }

    .presta_bundle_product.bundle-item .details .presta_product_detail .presta_pro_name text-left {
        margin-bottom: 0;
    }

    .presta_bundle_product.bundle-item .details .price {
        padding: 10px 0 0 10px;
    }

    .presta_bundle_product.bundle-item .details .quantity {
        width: auto;
        padding: 10px 30px 0 10px;
    }

    .all-items {
        max-width: 500px;
        margin: 0 auto;
    }

    .bundle_product_footer {
        margin: 30px auto 0;
        min-width: 515px;
    }

    .bundle_product_footer .presta_bundle_product_footer .row{
        justify-content: center;
    }

}
@media (max-width: 576px) {
    .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;
    }

    .bundle_product_footer .presta_bundle_product_footer .row {
        flex-direction: column;
        align-items: flex-start !important;
        justify-content: flex-start;
        gap: 10px;
    }

    .bundle_product_footer .presta_bundle_product_footer .presta_bp_save_data_enable_btn {
        flex: 0 0 100%;
        width: 100%;
        text-align: center;
    }

    .presta_bundle_product.bundle-item .details .presta_product_detail em {
        display:none;
    }

    .presta_bundle_product_footer .btn.add-to-cart {
        margin: 0 auto;
        width: 100%;
        max-width: 300px;
    }

    .bundle_product_footer {
        margin: 30px auto 0;
        min-width: 100%;
    }
}