/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/




.box-prodotto {
    border: 1px solid #ccc;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 8px;
    background: #fafafa;
}
.quantita-box {
    display: flex;
    align-items: center;
    gap: 10px;
}
.quantita-box button {
    padding: 5px 10px;
    font-size: 16px;
}
.quantita {
    width: 50px;
    text-align: center;
}

.wc-block-cart-item__quantity{
	display: none;
}