/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Oct 21 2024 | 08:06:43 */
/* отступ кнопки главной */
.zak button#place_order {
    margin-top: 20px;
}

.zak ul#shipping_method {
    width: max-content;
}

.zak p {margin-top: 10px!important; }


.zak tr.woocommerce-shipping-totals.shipping {
    display: flex;
    flex-direction: column;
}


/* убрать лишнии поля */
.zak tr.cart-subtotal {
    display: none;
}

.zak tr.order-total {
    display: none;
}

.zak th.product-total {
    display: none;
}

.zak td.product-total {
    display: none;
}