.myContainerCarrello{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.foglieContainer{
	height: 100px;
	width: 100%;
	border: 1px solid black;
	margin-top: 3rem;
}

.pagaCon{
	font-size: 1.875rem;
	font-weight: 600;
	color: #333333;
	display: flex;
	gap: 1rem;
	align-items: center;
	justify-content: center;
}
.pagaConContainer{
	background-color: #ffc439 !important;
}

.btnAcquistaTutto{
	padding: 0.5rem 0;
    width: 200px;
    display: flex;
    justify-content: center;
    border-radius: 15px;
    background-color: rgb(138, 175, 72);
    font-size: 19.2px;
    font-weight: 900;
    color: white;
	margin-top: 3rem;
}

.rimCarFoglia{
	font-size: 1.25rem;
	font-weight: 600;
	color: white;
	display: flex;
	gap: 1rem;
	align-items: center;
	justify-content: center;
}

.rimCarFogliaContainer{
	margin-top: 1.5rem;
    background-color: #A52A2A;
    padding: 0.5rem 0;
    border-radius: 12.5px;
}

.shopCardCarrello{
	margin-top: 3rem;
}