<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* פירורי לחם */
.ws-section .woocommerce-breadcrumb {
    color: #1d4d60;
    margin-bottom: 30px;
    font-size: 16px;
}

.btn-btn.yellow, .ws-section .yellow.button, .ws-mini_cart-wrapper .buttons .yellow.button, .cart-collaterals .cart_totals .shipping ul li input:checked~label.yellow, nav.navigation .nav-links a.yellow {
    background-color: #fae278;
    border-color: #fae278;
    color:#1d4d60 ;
}


/* עגלת קניות דרך תוסף 
.woofc-count {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #fff;
    display: block;
    cursor: pointer;
    position: fixed;
    left: 40px;
    bottom: 40px;
    z-index: 99999997;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: rgba(0,0,0,.15) 0 0 20px;
    -webkit-box-shadow: rgba(0,0,0,.15) 0 0 20px;
    box-shadow: rgba(0,0,0,.15) 0 0 20px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    display: none;
}

*/


</pre></body></html>