:root{--page-title-display:none;}/* Start custom CSS *//* Carrito Stefano */

.woocommerce-cart-form,
.cart-collaterals{
    background:#fff;
    border-radius:20px;
    padding:25px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.woocommerce table.shop_table{
    border:none;
}

.woocommerce table.shop_table td,
.woocommerce table.shop_table th{
    border-color:rgba(0,0,0,.08);
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce .checkout-button{
    background:#d4a087 !important;
    color:#fff !important;
    border:none !important;
    border-radius:12px !important;
    transition:.3s;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce .checkout-button:hover{
    background:#bf8b70 !important;
}

.woocommerce input[type="text"]{
    border-radius:10px;
}/* End custom CSS */