/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jul 01 2026 | 10:44:26 */
.cart_totals .shop_table tr.shipping {
    display: none !important;
}

.cart-estimate{
    color:#00704E;
    font-weight:700;
    line-height:1;
    font-size:14px;
	padding-right:10px;
}
.cart-estimate::before{
    content:"";
    display:inline-block;
    width:24px;
    height:24px;
    vertical-align: -6px;
    margin-right:8px;
    background:url(/wp-content/uploads/2025/10/expres-doruceni.svg)
}