#bundle-products {
    text-align: center;
}

#bundle-products .products {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

#bundle-products .product,
#bundle-products .product-separator,
#bundle-products .totale-bundles {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 10px;
    text-align: center;
}

#bundle-products .product-separator {
    font-size: 24px; /* Regola la dimensione del segno + se necessario */
    line-height: 1;
}
@media(max-width:768px){
	#bundle-products .product-separator{
		display: none;
	}
	#bundle-products .products {
    display: block!important;
   
}
    section#bundle-products .product {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        float: left;
        margin: 0;
    }
li.totale-bundles {
    display: block;
    width: 100%;
}
section#bundle-products li img {
    width: 40%!important;
    margin: 0!important;
    float: left!important;
}
li.totale-bundles {
    padding-top: 20px;
}
	
section#bundle-products h2{
    float: left;
    width: 60%;
    text-align: left;
}
span.price {
    width: 60%;
    text-align: left!important;
    float: left!important;
}
	
}