/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 23 2025 | 16:59:39 */
/*-------------- C H E C K O U T ----------------*/


body.woocommerce-checkout {
    background: #dae6ed55;
}
.woocommerce-checkout .entry-content {
    padding-top: 30px;
	color: #0D162F;
}
form.woocommerce-checkout {
    position: relative;
    display: flex;
    align-items: flex-start;
    max-width: 1250px;
    margin: auto;
    padding: 0;
}
form.woocommerce-checkout #order_review_heading {
    display: none;
}
.woocommerce-additional-fields {
    display: none;
}
form.woocommerce-checkout .woocommerce-checkout-review-order {
    position: relative;
    width: 450px;
    padding: 20px;
    background: #fff;
    border-radius: 7px;
}
form.woocommerce-checkout div#customer_details {
    width: calc(100% - 470px);
    margin: 0 0 0 30px;
    padding: 30px;
    background: #fff;
    border-radius: 7px;
}
#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-size: 30px;
    line-height: 1;
	font-family: 'Almoni Tzar ML v5 AAA';
    font-weight: 500;
    font-size: 45px;
    line-height: 0.8;
}
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;
}




/* שדות טופס */
.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: 5px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
}

/* קבוצות שדות */
.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: 10px;
  text-align: right;
}
.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 {
    display: block;
    width: 100%;
    background: #2828A7;
	margin: 20px 0 0;
    padding: 15px 30px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
	transition: all 0.2s ease-in-out;
	font-family: 'Almoni Tzar ML v5 AAA';
    font-weight: 300;
    font-size: 30px;
    color: #fff;
    line-height: 0.8;
}
.woocommerce-checkout-payment button#place_order:hover {
  transform: scale(0.95);
}
.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: 25px;
}
.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-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;
}
