/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 21 2025 | 07:15:31 */
/*-------------- C A R T ----------------*/

.woocommerce-cart .woocommerce {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1250px;
    margin: 0 auto 30px;
    padding: 20px;
    color: #092a30;
}
.woocommerce-cart .woocommerce-notices-wrapper {
    width: 100%;
}
.woocommerce-cart .cart-collaterals {
    position: relative;
    width: 425px;
    padding: 25px;
    background: #fff;
    border-radius: 0;
}
.woocommerce-cart form.woocommerce-cart-form th {
    padding: 5px 0;
    text-align: right;
    font-size: 13px;
    border-bottom: solid 1px #e5e0d2 !important;
}
.woocommerce-cart form.woocommerce-cart-form th.product-price:after {
    content: " ליחידה";
}
.woocommerce-cart form.woocommerce-cart-form td {
    padding: 5px 0;
    font-size: 13px;
    border-bottom: solid 1px #e5e0d2 !important;
}
.woocommerce-cart form.woocommerce-cart-form td a {
	color: #092a30;
}
.woocommerce-cart form.woocommerce-cart-form .product-remove a {
    margin: 0 5px 0 0;
    text-align: center;
    font-size: 20px;
}
.woocommerce-cart form.woocommerce-cart-form .product-thumbnail img {
    margin: 0 5px 0 0;
    width: 65px;
    height: 65px;
    object-fit: cover;
    object-position: center;
}
.woocommerce-cart form.woocommerce-cart-form .quantity {
	display: flex;
    align-items: center;
    width: 90px;
    margin: 0 0 0 10px;
    border-radius: 150px;
    background: #fff;
    box-shadow: 0 2px 5px 0 #00000020;
}
.woocommerce-cart form.woocommerce-cart-form .quantity button,
.woocommerce-cart form.woocommerce-cart-form .quantity input {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
	padding: 0;
    border-radius: 150px;
    border: 0;
    background: none;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}
.woocommerce-cart form.woocommerce-cart-form table.shop_table {
    width: 100%;
}
.woocommerce-cart form.woocommerce-cart-form td.product-subtotal {
    text-align: left;
    font-size: 13px;
    font-weight: 600;
}
.woocommerce-cart form.woocommerce-cart-form {
    width: calc(100% - 450px);
    padding: 30px;
    background: #fff;
    border-radius: 0;
}
.woocommerce-cart .cart_totals h2 {
    margin: 0 0 10px;
    font-size: 21px;
}
.woocommerce-cart .cart-collaterals table.shop_table {
    width: 100%;
}
.woocommerce-cart .cart-collaterals .cart-subtotal, .woocommerce-cart .cart-collaterals tr.woocommerce-shipping-totals {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0;
    padding: 15px 0;
    font-size: 16px;
    border-bottom: solid 1px #e5e0d2;
}
.woocommerce-cart .cart-collaterals .order-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 10px 0;
    font-size: 16px;
    border-bottom: solid 1px #e5e0d2;
}
.woocommerce-cart form.woocommerce-cart-form table.shop_table button.button {
    display: block;
    background: #0c4651;
    margin: 15px 0;
    padding: 12px 20px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    text-align: center;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
}

.cart-empty.woocommerce-info {
    text-align: center;
}
.wc-empty-cart-message {
    width: 100%;
}
p.return-to-shop {
    text-align: center;
    width: 100%;
}
p.return-to-shop a.button.wc-backward {
    padding: 8px 20px;
    background: #006175;
    color: #fff;
    border-radius: 50px;
}

/*-------------- C H E C K O U T ----------------*/
.woocommerce-checkout .entry-content {
	color: #092a30;
}
form.woocommerce-checkout {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1250px;
    margin: auto;
    padding: 0 20px 50px;
}
form.woocommerce-checkout div#customer_details {
    width: calc(100% - 450px);
    margin: 0;
    padding: 30px;
    background: #fff;
    border-radius: 7px;
}
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    width: 100%;
}
form.woocommerce-checkout #order_review_heading {
    display: none;
}
.woocommerce-additional-fields {
    display: none;
}
form.woocommerce-checkout .woocommerce-checkout-review-order {
    position: relative;
    width: 425px;
    padding: 20px;
    background: #fff;
    border-radius: 7px;
}
.woocommerce-cart .woocommerce {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1250px;
    margin: 0 auto 30px;
    padding: 0 20px;
    color: #092a30;
}
#customer_details p#billing_country_field strong {
    display: block;
    width: 100%;
    padding: 14px;
    border: 1px solid #b9c2c8;
    border-radius: 6px;
    font-size: 15px;
    transition: border 0.3s ease;
    cursor: not-allowed;
}
form.woocommerce-checkout h3 {
    margin: 0 0 20px;
    font-weight: 600;
    font-size: 30px;
    line-height: 1;
}
form.woocommerce-checkout .select2-container .select2-selection--single {
    height: 50px !important;
}
form.woocommerce-checkout span#select2-billing_country-container {
    padding: 10px 20px !important;
}
/* form.woocommerce-checkout .woocommerce-checkout-review-order ul.wc_payment_methods {
    display: none;
} */
.woocommerce-checkout-review-order ul.woocommerce-shipping-methods li {
    position: relative;
    width: 200px;
    margin: 0 0 10px;
}
.woocommerce-checkout-review-order ul.woocommerce-shipping-methods li label {
	display: block;
    margin: 0;
    padding: 10px 35px 10px 10px;
	background: #dae6ed55;
    border-radius: 3px;
    text-align: right;
    font-size: 15px;
    cursor: pointer;
}
.woocommerce-checkout-review-order ul.woocommerce-shipping-methods li input:checked + label {
}
.woocommerce-checkout-review-order ul.woocommerce-shipping-methods li input {
    position: absolute;
    top: 15px;
    right: 10px;
}
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox a {
    text-decoration: underline;
}



/* שדות טופס */
.woocommerce input.input-text,
.woocommerce textarea,
.woocommerce select {
  width: 100%;
  padding: 12px;
  border: 1px solid #b9c2c8;
  border-radius: 5px;
  font-size: 15px;
  transition: border 0.3s ease;
}
.woocommerce input:not([type="radio"]):focus,
.woocommerce textarea:focus,
.woocommerce select:focus {
	border-color: #0071a1;
    outline: 5px solid #0071a120 !important;
}


/* תוויות שדה */
#customer_details label {
    display: block;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
	width: 95%;
}

/* קבוצות שדות */
.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper, 
#custom_checkout_fields {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#customer_details .form-row {
    width: calc(50% - 10px);
    margin-bottom: 20px;
}
#customer_details .form-row.notes {
    width: 100% ;
}

/* אזור הקופון */
.woocommerce-form-coupon-toggle,
form#woocommerce-checkout-form-coupon {
    position: relative;
    max-width: 1250px;
    margin: 0 auto 20px;
    padding: 10px;
    background: #fff;
}
form#woocommerce-checkout-form-coupon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -20px;
}
form#woocommerce-checkout-form-coupon .form-row-first {
    width: 400px;
    margin: 0 0 0 10px;
}
form#woocommerce-checkout-form-coupon .form-row-last button {
    padding: 17px;
    background: #1a1a1f;
    color: #fff;
    border: 0;
}
.woocommerce-form-coupon-toggle .woocommerce-info {
    margin: 0;
	text-align: center;
}
.woocommerce-form-coupon-toggle .woocommerce-info a {
    text-decoration: underline;
}
/* טבלת הזמנה */
.woocommerce-checkout-review-order-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}
.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
  border-bottom: 1px solid #edf1f4;
  padding: 7px;
  text-align: right;
	font-size: 15px;
}
.woocommerce-checkout-review-order-table td:last-child {
    text-align: left;
}
.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals.shipping td:last-child {
    padding: 10px 0;
}
.woocommerce-checkout-review-order ul {
    margin: 0;
    padding: 0;
}
.woocommerce-checkout-review-order dl.variation,
.woocommerce-checkout-review-order dt.variation-,
.woocommerce-checkout-review-order dd.variation- {
    margin: 0;
    font-size: 14px;
    line-height: 1.2;
}

.woocommerce-checkout-review-order-table tfoot th {
  font-weight: bold;
}
h3#ship-to-different-address .woocommerce-form__label-for-checkbox {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 19px;
    font-weight: 500;
}



/* כפתור שליחה */
.woocommerce-checkout-payment button#place_order,
.wc-proceed-to-checkout a {
    display: block;
    width: 100%;
    background: #0c4651;
    margin: 20px 0 0;
    padding: 20px 30px;
    border: none;
    border-radius: 7px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
	text-align: center;
    font-weight: 400;
    font-size: 23px;
    color: #fff;
    line-height: 0.8;
}
.woocommerce-checkout-payment button#place_order:hover {
      background: #135D6C;
}
.woocommerce-checkout-payment .form-row {margin: 0;}


/* תיבת ההצהרה */
.woocommerce-billing-fields .donationterms {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 10px;
    background: #fff7e6;
    padding: 15px 15px 20px;
    border: 1px solid #f0d283;
    border-radius: 6px;
    margin-bottom: 10px;
}
.woocommerce-billing-fields .donationterms label {
    margin: 0;
}
.woocommerce-billing-fields .donationterms ul {
    margin: 0;
    padding: 0 20px 0 0;
    font-size: 15px;
    line-height: 1.2;
}
.woocommerce-billing-fields .donationterms ul li {
    list-style: disc;
}

/* הודעות */
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  padding: 16px;
  border-radius: 6px;
  margin-bottom: 24px;
}
.woocommerce-message {
  background-color: #e7f9e7;
  border-left: 4px solid #46b450;
}
.woocommerce-error {
  background-color: #fde8e8;
  border-left: 4px solid #dc3232;
}
p#billing_country_field {
    display: none;
}

/* - select2 -*/
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 48px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
	top: 11px;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 4px;
}
ul.wc_payment_methods.payment_methods.methods {
    display: none;
}
ul.order_details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 50%;
    margin: 0 auto 25px;
}



/*-------------- O R D E R - R E C I V E D  ----------------*/
.woocommerce-order-received .woocommerce-thankyou {
    max-width: 1000px;
    margin: auto;
    padding: 50px 30px;
    background: #fff;
    text-align: center;
}
.woocommerce-order-received .woocommerce-thankyou header.thankyou-header img {
    height: 55px;
}
.woocommerce-order-received .woocommerce-thankyou .thankyou-meta-list {
    max-width: 650px;
    margin: auto;
    padding: 20px;
    text-align: right;
    border: solid 1px #ddd;
    color: #000;
}
.woocommerce-order-received .woocommerce-thankyou .thankyou-meta-list dt, .woocommerce-order-received .woocommerce-thankyou .thankyou-meta-list dd {
    border-bottom: solid 1px #ddd;
    margin: 0;
    padding: 10px;
}
.woocommerce-order-received .woocommerce-thankyou .thankyou-meta-list dt {
    color: #000;
    font-weight: 600;
}
.woocommerce-order-received .woocommerce-thankyou section.thankyou-items {
    max-width: 650px;
    margin: 30px auto;
    padding: 20px;
    background: #eef0f4;
    border-radius: 5px;
    text-align: center;
}
.woocommerce-order-received .woocommerce-thankyou section.thankyou-items h2#donation-items-title {
    margin: 0 0 10px;
    font-size: 21px;
    font-weight: 500;
}
.woocommerce-thankyou--order .thankyou-items-list span.thankyou-item__total {
    font-size: 50px;
    font-weight: 600;
    line-height: 1;
}
.woocommerce-thankyou--order .thankyou-item {
    justify-content: center;
}
.woocommerce-thankyou--order .thankyou-items-list {
    margin: 0;
}
.woocommerce-thankyou--order .thankyou-next__btn {
    display: block;
    margin: 20px auto;
    width: fit-content;
    font-size: 24px;
    color: #fff;
    line-height: 0.8;
    border-radius: 50px;
    padding: 15px 30px;
    background: #0c4651;
    transition: all 0.2s ease-in-out;
}
.woocommerce-order-received .woocommerce-thankyou section.woocommerce-order-details {
    display: none;
}
.woocommerce-order-received .woocommerce-thankyou section.woocommerce-customer-details {
    display: none;
}
.single-product .woocommerce-notices-wrapper {
    text-align: center;
}
.single-product .woocommerce-notices-wrapper a.button {
    text-decoration: underline;
    color: #0e3a51;
    font-weight: 700;
    display: block;
}