/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Nov 05 2025 | 14:26:40 */
#pi-overall-estimate-checkout td{
    position: relative;
    padding: 10px 15px 10px 55px;
    color: #00704E;
    line-height: 1.4;
    font-size: 14px;
    font-weight: 700;
}

#pi-overall-estimate-checkout td::before{
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: url(/wp-content/uploads/2025/10/expres-doruceni.svg) no-repeat center / contain;
}

.woocommerce table.shop_table tr#pi-overall-estimate-checkout > td{
    padding: 20px 15px 20px 55px !important;
	text-align: left !important;
}
