#add_payment_method table.cart img, 
.woocommerce-cart table.cart .product-thumbnail img, 
.woocommerce-checkout table.cart .product-thumbnail img
{
    width: 64px;
}
.elementor-element-bundlensave {
    background-color: var(--e-global-color-primary);
    border-radius: 10px;
    padding:50px;
    color: #ffffff;
}
.bundlensave_container .bundlensave_description {
    color: #ffffff;
}

.bundlensave-container .product {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    padding:20px;
}

.bundlensave-products-wrapper {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;    
}
.bundlensave-products-wrapper > .woocommerce {
    flex: 1 0 30%; /* Initially, each item takes 33% of the container's width */
    max-width: 30%; /* Limiting maximum width */
    box-sizing: border-box;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    padding:20px;
    color: #000000;

}

.bundlensave-products-wrapper > .woocommerce .product_title {
    font-size: 1rem;
    text-align: center;
    min-height: 40px;
}


.bundlensave-products-wrapper > .woocommerce div.product div.images,
.bundlensave-products-wrapper > .woocommerce div.product div.summary
{
    float: none;
    width: 100%;
}

.bundlensave-products-wrapper > .woocommerce .woocommerce-product-gallery__trigger {
    display: none;
}

.bundlensave-products-wrapper > .woocommerce table.variations th,
.bundlensave-products-wrapper > .woocommerce table.variations td
{
    padding: 0px;
}

.bundlensave-products-wrapper > .woocommerce div.product div.summary,
.bundlensave-products-wrapper > .woocommerce div.product form.cart
{
    margin-bottom: 0px;
}

.bundlensave-products-wrapper > .woocommerce div.product form.cart .button {
    padding: 10px 16px;
    font-size: 1rem;
    line-height: 1.5rem;    
}

.bundlensave-products-wrapper > .woocommerce .woocommerce-product-gallery__wrapper {
    text-align: center;
    min-height: 300px;
}

.bundlensave-products-wrapper > .woocommerce .variations {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;    
}

.bundlensave-products-wrapper > .woocommerce .variations .variation {
    flex: 1 0 40%;
    gap: 10px;
}    

.bundlensave-products-wrapper > .woocommerce .variations .variation .variation_title {
    margin-block-end: 7px;
    font-size: 1em;
}

.bundlensave-products-wrapper > .woocommerce .variations .variation .price {
    font-size: 1.2em;
    padding-bottom: 10px;
}

.bundlensave-products-wrapper > .woocommerce .variations .variation .price strong {
    color: var(--e-global-color-primary);
}