/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 17 2026 | 07:43:36 */
/*-------------- 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: 30px 0;
    color: #000;
}
.woocommerce-cart .woocommerce-notices-wrapper {
    width: 100%;
}
.woocommerce-cart form.woocommerce-cart-form {
    width: calc(100% - 450px);
    padding: 30px;
    background: #fff;
    border-radius: 20px;
}
.woocommerce-cart .cart-collaterals {
    width: 425px;
    padding: 25px;
    background: #fff;
    border-radius: 20px;
}
.woocommerce-cart .cart_totals h2 {
    margin: 0 0 10px;
    font-size: 21px;
}
.woocommerce-cart .woocommerce ul {
    margin: 0;
    padding: 0;
}
.woocommerce-cart .cart_totals th {
    padding: 5px 0 5px 15px;
    text-align: right;
    font-size: 14px;
    font-weight: 500;
}
.woocommerce-cart .cart_totals td {
    width: 50%;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
}
.woocommerce-cart h2.wp-block-heading {
    display: none;
}
.woocommerce-cart .cart-is-empty-box {
    line-height: 1.2;
    color: #231F20;
}
.woocommerce-cart .cart-is-empty-box .title {
    margin: 30px auto 10px;
    font-size: 23px;
    font-weight: 600;
}
.woocommerce-cart .cart-is-empty-box .btns {
    margin: 20px 0;
}
.woocommerce-cart .cart-is-empty-box .btns a {
    display: block;
    max-width: 250px;
    width: 100%;
    margin: 10px auto;
    padding: 12px;
    font-size: 14px;
    background: 0 0;
    border: solid 1px #000;
    border-radius: 100px;
    color: #000;
}
.woocommerce-cart .cart-is-empty-box .btns a:hover {
    background: #000;
    color: #fff;
}
.wc-proceed-to-checkout a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    width: 100%;
    margin: 20px 0 0;
    padding: 0 0;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: .65px;
    color: #fff !important;
    background: #CF3B3A;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
}
.woocommerce-cart form.woocommerce-cart-form .product-thumbnail img {
    margin: 0 0 0 15px;
    width: 75px;
    height: 75px;
    object-fit: cover;
    object-position: center;
}
.woocommerce-cart form.woocommerce-cart-form .cart_item.bundled_table_item {
    display: none !important;
}
.woocommerce-cart form.woocommerce-cart-form td.actions {
    padding: 30px 0 0;
}
.woocommerce-cart form.woocommerce-cart-form td.actions .coupon {
    display: none;
}
.woocommerce-cart form.woocommerce-cart-form td.actions button {
    padding: 14px 20px 15px;
    background: #0B1E2A;
    color: #fff;
    font-size: 14px;
    line-height: 1;
	cursor: pointer;
}
.woocommerce-cart form.woocommerce-cart-form td.actions button:disabled {
    opacity: 0.2;
	cursor: default;
}
.woocommerce-cart form.woocommerce-cart-form th {
    padding: 7px 0;
    text-align: right;
    font-size: 14px;
    font-weight: 500;
    border-bottom: solid 1px #ddd;
}
.woocommerce-cart form.woocommerce-cart-form td {
    padding: 7px 0;
    font-size: 14px;
}
.woocommerce-cart form.woocommerce-cart-form .quantity {
    width: 90px;
    background: #F5F5F7;
}
.woocommerce-cart form.woocommerce-cart-form .quantity input {
    font-size: 14px;
}
.woocommerce-cart form.woocommerce-cart-form .wcsatt-options {
    display: flex;
    align-items: center;
    width: fit-content;
	margin: 10px 0 0;
    background: #F5F5F7;
    border-radius: 50px;
}
.woocommerce-cart form.woocommerce-cart-form .wcsatt-options label span.one-time-option-details,
.woocommerce-cart form.woocommerce-cart-form .wcsatt-options label span.subscription-details {
    display: inline-block;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 50px;
	cursor: pointer;
}
.woocommerce-cart form.woocommerce-cart-form .wcsatt-options label input {
    display: none;
}
.woocommerce-cart form.woocommerce-cart-form .wcsatt-options label input:checked + span.one-time-option-details,
.woocommerce-cart form.woocommerce-cart-form .wcsatt-options label input:checked + span span.subscription-details {
    background: #CF3B3A;
    color: #fff;
    border-radius: 50px;
}
.woocommerce-cart form.woocommerce-cart-form .product-remove a {
    margin: 0 0 0 7px;
    text-align: center;
    font-size: 31px;
}
.woocommerce-cart .wc-block-components-product-details__ {
    margin: 0 0 10px;
    font-size: 15px;
}
.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 35px !important;
    padding: 2px 0 0 0 !important;
}





/*-------------- C H E C K O U T ------------------*/
.checkout.woocommerce-checkout{display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;max-width:1250px;margin:30px auto}
.woocommerce-notices-wrapper{display:flex;align-items:flex-start;justify-content:center;max-width:1250px;margin: auto;font-size:14px;color:#000}
.woocommerce-notices-wrapper p{padding:5px;text-align:center}
.woocommerce-error {width: 100%;margin: 10px auto;padding: 20px;background: #f2f0eb;border-radius: 7px;font-size: 14px;color: #000;text-align: center;}
.coupon-container,.form-login-container{display:flex;align-items:flex-start;justify-content:center;flex-wrap:wrap;max-width:1250px;margin:10px auto;padding:20px;background:#fff;border-radius:7px;font-size:16px;color:#000}
.coupon-container .woocommerce-form-coupon-toggle,.form-login-container .woocommerce-form-login-toggle{display:flex;align-items:center;justify-content:center;width:100%;text-align:center}
.form-login-container .woocommerce-form-login-toggle .or-do-vadi {margin: 0 15px;font-weight: 600;}
.coupon-container .woocommerce-form-coupon-toggle svg{margin:-3px 0 0 7px}
.coupon-container .woocommerce-form-coupon-toggle a,.form-login-container a{color:#000;text-decoration:underline}
.coupon-container .woocommerce-form-coupon,.form-login-container .woocommerce-form-login{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;max-width:450px;width:100%;padding:20px 0}
.coupon-container .woocommerce-form-coupon p:first-child,.form-login-container .woocommerce-form-login p:first-child{margin:0 0 5px;width:100%;font-size:12px;text-align:center}
.form-login-container .woocommerce-form-login p:first-child{display:none}
.form-login-container .woocommerce-form-login .form-row:nth-child(5){display:flex;align-items:center;justify-content:space-between;width:100%;margin:10px 0}
.form-login-container .lost_password{width:100%;font-size:12px}
.form-login-container .woocommerce-form-login .form-row:nth-child(5) input{display:inline-block;vertical-align:middle;margin:0 5px;width:20px;height:20px}
.form-login-container .woocommerce-form-login__submit{max-width:150px;margin:0;padding:15px;width:50%;font-size:14px;background: #000;color: #fff;}
.form-login-container .woocommerce-form-login .form-row-first,.form-login-container .woocommerce-form-login .form-row-last{width:calc(50% - 10px);margin:0 5px}
.coupon-container .woocommerce-form-coupon .form-row-first{width:calc(100% - 120px);padding: 0 0 0 7px;}
.coupon-container .woocommerce-form-coupon .form-row-first input {
    width: 100%;
    height: 45px;
    padding: 10px;
    font-size: 15px;
    letter-spacing: 2px;
    color: #000;
    border-radius: 50px;
    border: solid 1px #D9D9D9;
}
.woocommerce-checkout .woocommerce-message {
    text-align: center;
    font-size: 20px;
    margin: 0 0 50px;
}
.coupon-container .woocommerce-form-coupon .form-row-first input::placeholder{letter-spacing:.5px;font-size:12px}
.form-login-container .woocommerce-form-login input{width:100%;padding:10px;border:solid 1px #D9D9D9;font-size:14px;color:#000000;border-radius:3px}
.form-login-container {
    background: #F2F0EB;
}
.coupon-container .woocommerce-form-coupon .form-row-last{width:120px}
.coupon-container .woocommerce-form-coupon .form-row-last button {
    width: 100%;
    height: 45px;
    background: #000;
    color: #fff;
    font-size: 14px;
    border-radius: 50px;
    border: 0;
    cursor: pointer;
}
button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button:hover {color: #fff;}
/* .woocommerce-checkout .woocommerce-NoticeGroup-checkout{width:100%;margin:10px 0;padding:20px;background:#fff;border-radius:10px;border:solid 1px #e13535} */
.checkout-inline-error-message {
    margin: 3px 0 0;
    color: #ce1d1d;
    font-size: 15px;
    line-height: 1.2;
}
.woocommerce-checkout .woocommerce-NoticeGroup-checkout ul{margin:0;padding:0 10px 0 0;font-size:13px}
.woocommerce-checkout .woocommerce-NoticeGroup-checkout ul li{list-style:auto}
#customer_details .woocommerce-invalid input{border:solid 1px #e13535}
#billing_email_field:after {
    content: "כתובת למשלוח";
    width: 100%;
    display: block;
    margin: 20px 0 0;
    font-size: 21px;
    font-weight: 700;
}
#customer_details .woocommerce-billing-fields h3 {
    font-size: 0;
}
#customer_details .woocommerce-billing-fields h3:after {
    content: "פרטי התקשרות";
    font-size: 21px;
}
input#flashy_accept_marketing {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 7px;
    padding: 0;
    width: 22px;
    height: 22px;
    border: 1px solid rgba(25, 23, 17, .48);
    border-radius: 4px;
    appearance: none;
    cursor: pointer;
}
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.inline {
    font-size: 14px;
    cursor: pointer;
}
.woocommerce-terms-and-conditions-wrapper {
    margin: 0 0 10px;
}
/*-----------------------------------------------------------------*/
#customer_details{width:calc(100% - 450px);padding:0 30px 30px;background:#fff;border-radius:20px;color: #000}
#customer_details h3{margin:0 0 10px;font-size:21px; width:100%}
#customer_details .woocommerce-additional-fields h3 {display: none;}
#customer_details .woocommerce-billing-fields__field-wrapper,#customer_details .woocommerce-shipping-fields__field-wrapper{display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap}
#customer_details .form-row{width:100%;margin:0 0 10px}
#customer_details #billing_first_name_field,
#customer_details #billing_last_name_field,
#customer_details #billing_postcode_field,
#customer_details #billing_address_1_field,
#customer_details #billing_address_2_field,
#customer_details #shipping_first_name_field,
#customer_details #shipping_last_name_field,
#customer_details #shipping_postcode_field,
#customer_details #shipping_city_field,
#customer_details #shipping_address_1_field,
#customer_details #shipping_address_2_field
{width:calc(50% - 10px)}

#customer_details #billing_city_field,
#customer_details #billing_address_1_field,
#customer_details #billing_address_2_field
{width:calc(33.3% - 10px)}


#customer_details #billing_country_field,#customer_details #shipping_country_field{display:none}
#customer_details label{display:block;margin:0 0 3px;font-size:14px;font-weight: 400;}
#customer_details input,#customer_details select,#customer_details textarea, #customer_details .select2-selection{display:block;width:100%;height: auto;padding:15px;border:solid 1px #D9D9D9;color:#000000;font-size:15px;font-weight:400;text-align:right}
#customer_details textarea {
    padding: 10px !important;
    font-family: 'SimplerPro';
}
#customer_details .woocommerce-form__label-for-checkbox{display:flex;align-items:center;justify-content:flex-start!important;margin:10px 0 20px; font-size: 18px;}
#customer_details .woocommerce-form__label-for-checkbox input,#customer_details .woocommerce-form__input-checkbox.input-checkbox,#order_review .woocommerce-form__label-for-checkbox.checkbox input{display:inline-block;vertical-align:middle;margin:0 0 0 7px;padding:0;width:22px;height:22px;border:1px solid rgba(25,23,17,.48);border-radius:4px;appearance:none;cursor:pointer}
#customer_details .woocommerce-form__label-for-checkbox input:checked, #customer_details .woocommerce-form__input-checkbox.input-checkbox:checked, #order_review .woocommerce-form__label-for-checkbox.checkbox input:checked {background: #000;background-image: url(/wp-content/uploads/2024/12/Vector-2.svg);background-size: 15px;background-position: center;background-repeat: no-repeat;}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {background-color: #F57C11;color: #1D201D;}
.select2-selection__rendered {line-height: 1.5 !important;}
.select2-container--default .select2-selection--single .select2-selection__arrow {top: 15px;left: 10px !important;}


/*----------------------------------------------------------*/
#order_review .show-order {display:flex;align-items:center;justify-content:space-between;margin: 20px 0;padding:0 0 15px;cursor:pointer}
#order_review:not(.show) table thead,#order_review:not(.show) table tbody{display:none}
#order_review:not(.show) .show-order .wc-block-components-panel__button-icon{transform:rotate(180deg)}
#order_review{width:425px;margin: 0 auto;padding:25px;background:#F2F0EB;border-radius:20px;color: black;}
#order_review .show-order {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 0 0 10px;
    font-size: 19px;
    font-weight: 600;
    border-bottom: solid 1px #000;
    cursor: pointer;
}
#order_review_heading{display:none}
#order_review button#place_order {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 20px 0 0;
    padding: 15px;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: .65px;
    color: #fff;
    background: #000;
    border: 0;
    border-radius: 35px;
    cursor: pointer;
}
#order_review button#place_order:disabled {
    opacity: 0.5 !important;
    cursor: default !important;
}
#order_review.show .review-order-body {
    display: block;
}
.review-order-body {
    display: none;
}
#order_review .shipping ul,#order_review div#payment ul {
    margin: 0;
    padding: 0;
}
#order_review .shipping ul li,#order_review div#payment ul li {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}
#order_review .shipping ul li label, #order_review div#payment ul li label {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
	min-width: fit-content;
    width: 100%;
    padding: 7px 25px 7px 10px;
    font-size: 15px;
    font-variant: small-caps;
    cursor: pointer;
}
#order_review div#payment ul li label[for="payment_method_grow-wallet-payment"]:before {
    content: "כרטיס אשראי";
	min-width: fit-content;
}
#order_review div#payment ul li label[for="payment_method_grow-wallet-payment"] img {display: none;}
#order_review div#payment ul li .payment_box.payment_method_bacs {
	padding: 0 10px 0 0;
    font-size: 14px;
    line-height: 1.2;
}
#order_review .shipping ul li input, #order_review div#payment ul li input {
    position: absolute;
    top: calc(50% - 9px);
    right: 0;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px;
    width: 17.5px;
    height: 17.5px;
    border: 1px solid rgba(25, 23, 17, .48);
    border-radius: 50px;
    appearance: none;
    cursor: pointer;
}
#order_review .shipping {
    font-size: 0;
}
#order_review .pmnt-title,#order_review .shipping-title {
	margin: 10px 0 0;
    padding: 5px 0;
    font-weight: 600;
}
#order_review .shipping ul li input:checked:after, #order_review div#payment ul li input:checked:after {
    content: "";
    position: absolute;
    top: 3px;
    right: 3px;
    width: 10px;
    height: 10px;
    background: #000;
    border-radius: 150px;
}
#order_review .shipping ul li label .amount {
    font-weight: 600;
}
#order_review .cart-item {
	position: relative;
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: solid 1px #000;
}
#order_review .item-wrap {
    display: flex;
    align-items: flex-start;
    padding: 10px 0;
}
#order_review .item-wrap .img-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75px;
    height: 75px;
    margin: 0 0 0 15px;
    border-radius: 5px;
}
#order_review .item-wrap .img-wrap img {
    margin: 0;
    width: 50%;
    height: 100%;
    object-position: center !important;
    object-fit: contain !important;
}
#order_review .item-info {
    width: calc(100% - 90px);
    padding: 10px 0 0 0;
    text-align: right;
}
#order_review .item-info .name {
    display: block;
    margin: 0 0 7px;
    padding: 0 0 0 10px;
    font-family: 'SimplerPro', 'Montserrat';
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    color: #000;
}
#order_review .item-wrap .quantity-price {
    display: block;
    padding: 0 0 0 10px;
    border: 0;
    font-weight: 600;
    line-height: normal;
    font-variant: small-caps;
    font-size: 14px;
    color: #000;
}
#order_review .item-wrap .quantity-price .regular-price {
    font-weight: 400;
    opacity: 0.45;
}
#order_review .item-wrap.regular-price, #order_review .item-wrap .regular-total {
    font-size: 13px;
    opacity: 0.45;
    font-weight: 400;
}
#order_review .item-wrap .item-total:not(.on-sale) .regular-total {
    opacity: 1;
    text-decoration: unset !important;
}
#order_review .item-info .item-total {
    padding: 10px 0 0;
    text-align: left;
    font-size: 13px;
}
#order_review .cart-item .remove {
    position: absolute;
    top: 15px;
    left: 0;
    padding: 10px;
}
.review-order-footer .cart-subtotal,
.review-order-footer .cart-discount{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    font-variant: small-caps;
    font-size: 16px;
    border-bottom: solid 1px #000;
}
.review-order-footer .cart-discount .value {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}
.review-order-footer .cart-discount .value .woocommerce-remove-coupon {
    margin: 0 0 0 5px;
    padding: 5px;
    font-size: 12px;
}
.review-order-footer .cart-discount .value .woocommerce-remove-coupon:hover{text-decoration: underline;}
#order_review .form-row.place-order {
    margin-top: 10px;
    padding-top: 20px;
    border-top: solid 1px #000;
}
#order_review .woocommerce-terms-and-conditions-checkbox-text {
    font-size: 14px;
	cursor: pointer;
}
#order_review .woocommerce-terms-and-conditions-checkbox-text a {
    text-decoration: underline;
	color: #231F20;
	font-size: 0px;
}
#order_review .woocommerce-terms-and-conditions-checkbox-text a:after {
	content: 'תנאי השימוש';
	font-size: 14px;
}
.woocommerce-form__label-for-checkbox abbr.required {
    display: none;
}
#order_review .order-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0 0;
    padding: 10px 0;
    font-size: 19px;
    font-weight: 600;
    font-variant: small-caps;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
}
.woocommerce-checkout-payment .woocommerce-terms-and-conditions {
    font-size: 12px;
}
.woocommerce-checkout-payment .woocommerce-terms-and-conditions h1 {
    margin: 0 0 5px;
    font-size: 17px;
}
.woocommerce-checkout-payment .woocommerce-terms-and-conditions h2 {
    margin: 10px 0 5px;
    font-size: 15px;
}
.woocommerce-checkout-payment .woocommerce-terms-and-conditions ol {
    margin: 0;
    padding: 0 20px 0 0;
}
.woocommerce-checkout-payment .woocommerce-terms-and-conditions ol li {
    list-style: decimal-leading-zero;
}
.free-shipping-banner {
    text-align: center;
}



.woocommerce-checkout footer#colophon,
.woocommerce-checkout .gg-llm-footer-links-container.gg-llm-footer-links-container-center,
.woocommerce-checkout .header-third.header-middle-third.header-middle-left,
.woocommerce-checkout ul#menu-main-menu li:not(:first-child)
{
    display: none;
}
.woocommerce-checkout ul#menu-main-menu li:first-child a {
    font-size: 30px;
    border: solid 1px;
    padding: 10px 25px;
    border-radius: 100px;
}
.woocommerce-checkout .header-middle-bar {
    margin: 0 0 50px;
}
.woocommerce-checkout .header-third.header-middle-third.header-middle-right {
    width: 50%;
}
.woocommerce-checkout .header-third.header-middle-third.header-middle-middle {
    width: 50%;
    text-align: left;
    display: flex;
    justify-content: flex-end;
}

/*-----------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	
	
.wc-block-components-quantity-selector {
    width: 85px !important;
}
.wc-block-components-quantity-selector input {width: 25px !important;}
button.wc-block-components-quantity-selector__button {height: 35px !important;width: 25px !important}
button.wc-block-cart-item__remove-link {
    top: 10px !important;
}	
	
	
	
.checkout.woocommerce-checkout {margin: 0;padding: 15px;}
#customer_details {width: 100%;padding: 0px;}
#order_review {width: 100%;margin: 20px 0 0; padding: 20px;border-radius: 10px;}
#order_review .item-info .name {
    padding: 0 0 0 30px;
}
#order_review .cart-item .remove {
    padding: 4px;
}
.coupon-container, .form-login-container {
		padding: 12px 0;
        font-size: 15px;
}
.form-login-container .woocommerce-form-login-toggle span.or-do-vadi {
    display: block;
}
.form-login-container .woocommerce-form-login .form-row-first, .form-login-container .woocommerce-form-login .form-row-last {
    width: 100%;
    margin: 15px 0 0;
}
/* #customer_details #billing_first_name_field, #customer_details #billing_last_name_field, #customer_details #billing_postcode_field, #customer_details #billing_address_1_field, #customer_details #billing_address_2_field, #customer_details #shipping_first_name_field, #customer_details #shipping_last_name_field, #customer_details #shipping_postcode_field, #customer_details #shipping_city_field, #customer_details #shipping_address_1_field, #customer_details #shipping_address_2_field {width: 100%;} */
#customer_details #billing_address_1_field, #customer_details #billing_address_2_field {
    width: calc(50% - 10px);
}
#customer_details #billing_city_field {
    width: calc(100%);
}
.woocommerce-checkout .woocommerce-terms-and-conditions * {font-size: 12px !important;}

	
.woocommerce-cart .wc-block-components-main.wc-block-cart__main tr.wc-block-cart-items__row .wc-block-components-product-metadata {
        display: block !important;
	position: relative !important;
}	
.wc-block-cart__submit-container {
    position: relative !important;
}
.wc-block-components-panel__content {
    max-height: unset !important;
}
.wc-block-components-panel__content {
    max-height: 300px !important;
    overflow: hidden !important;
}	
	
	
	
	
	
	
	
	
	
}