/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/


/* ================================================
GLOBAL
=================================================*/

html, body {
	overflow-x: hidden;
	width: 100%;
}

.elementor-widget-text-editor p {
	margin-bottom: 1em;
}

.elementor-widget-text-editor p:last-child {
	margin-bottom: 0 !important;
}


.ast-container {
	max-width: 100% !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

.elementor-icon svg {
	overflow: visible !important;
}

.ast-article-single figure, .ast-article-single img:not(figure img) {
	box-shadow: none !important;
}

.woocommerce-js h2 {
    margin-bottom: 0 !important;
}

/* ================================================
HEADER CSS
=================================================*/
.header-menu .sub-arrow,
.category-menu .sub-arrow {
	padding: 0 !important;
	margin-right: 5px !important;
	background: url(/wp-content/uploads/2026/04/header-arrow.svg) no-repeat center;
	background-size: 75% auto;
	width: 16px;
	height: 16px;
	transition: all 0.2s ease !important;
}

/* .header-menu .menu-item a:hover .sub-arrow,
.header-menu .menu-item a.elementor-item-active .sub-arrow{
filter: invert(28%) sepia(87%) saturate(1553%) hue-rotate(192deg) brightness(102%) contrast(114%);
} */

.header-menu .sub-arrow svg,
.category-menu .sub-arrow svg {
	display: none;
}

.header-menu li ul.sub-menu,
.category-menu li ul.sub-menu {
	padding: 0 !important;
	min-width: 200px !important;
	overflow: hidden;
}

.category-menu .menu-item a.elementor-item {
	border: 1px solid #B7B7B7;
	border-radius: 1000px;
	transition: all 0.3s ease !important;
}

.category-menu .menu-item a.elementor-item:hover,
.category-menu li:has(ul.sub-menu):hover > a,
.category-menu .menu-item a.elementor-item.elementor-item-active {
	background: #DC0910 !important;
	border-color: #DC0910 !important;
	color: #fff !important;
}


.category-menu .menu-item a:hover .sub-arrow,
.category-menu .menu-item a.elementor-item-active .sub-arrow,
.category-menu li:has(ul.sub-menu):hover > a .sub-arrow {
	filter: invert(1);
}

/* HEADER CART CSS */

.header-cart .elementor-menu-cart__product-image .attachment-woocommerce_thumbnail{
	width: 100px;
	height: 100px;
	object-fit: cover;

}

.header-cart .elementor-menu-cart__product-image {
	grid-row-end: 2 !important;
	border: 1px solid #D8D8D8 !important;
}

.header-cart .elementor-menu-cart__product-price {
	display: none !important;
}

.header-cart .elementor-menu-cart__product-name {
	display: flex;
	align-items: center;
}


.header-cart .elementor-menu-cart__subtotal {
	padding: 24px 40px !important;
	margin-top: 30px !important;
}

.header-cart .elementor-menu-cart__subtotal strong {
	float: right;
}

.header-cart .elementor-menu-cart__subtotal .woocommerce-Price-amount {
	float: left;
}


.header-cart .elementor-menu-cart__footer-buttons {
	padding-top: 42px !important;
}

.header-cart .elementor-button--checkout .elementor-button-text {
	display: flex;
	align-items: center;
	justify-content: center;
}

.header-cart .elementor-button--checkout .elementor-button-text::after {
	content: '';
	background: url('/wp-content/uploads/2026/04/btn-arrow-left.svg') no-repeat center;
	background-size: 100%;
	width: 15px;
	height: 15px;
	display: inline-flex;
	margin-top: 3px;
	margin-right: 10px;
	transition: all 0.3s ease !important;
}

.header-cart .elementor-button--checkout:hover .elementor-button-text::after {
	filter: invert(1000%) brightness(10000%);
}

/* =====================================
COMBINE MENU CSS
=======================================*/
#cmm-btn {
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 5px;
	background: none;
	border: none;
	cursor: pointer;
	padding: 0;
}

#cmm-btn.open {
	gap: 4px;
}

#cmm-btn span {
	display: block;
	width: 22px;
	height: 3px;
	background: #000;
	transition: 0.3s;
	border-radius: 1000px;
}
#cmm-btn.open span:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}
#cmm-btn.open span:nth-child(2) {
	opacity: 0;
}
#cmm-btn.open span:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}
#cmm-overlay {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 998;
}
#cmm-overlay.show {
	display: block;
}
#cmm-nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 280px;
	height: 100%;
	background: #fff;
	z-index: 999;
	transform: translateX(-100%);
	transition: transform 0.35s ease;
	overflow-y: auto;
	padding: 30px 20px;
	direction: rtl;
	box-shadow: 4px 0 20px rgba(0, 0, 0, 0.15);
}
#cmm-nav.open {
	transform: translateX(0);
}
#cmm-close {
	display: flex;
	flex-direction: column;
	gap: 5px;
	background: none;
	border: none;
	cursor: pointer;
	padding: 0;
	margin-bottom: 8px;
	width: auto;
	box-shadow: none;
}
#cmm-close span {
	display: block;
	width: 22px;
	height: 2px;
	background: #222;
}
#cmm-close span:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}
#cmm-close span:nth-child(2) {
	opacity: 0;
}
#cmm-close span:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}
.cmm-heading {
	font-family: var(--e-global-typography-28f1334-font-family), Sans-serif;
	font-size: var(--e-global-typography-28f1334-font-size);
	font-weight: 600;
	line-height: var(--e-global-typography-28f1334-line-height);
	color: var( --e-global-color-secondary );
	margin: 16px 0 6px;
}
#cmm-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#cmm-nav li {
	border-bottom: 0px solid #f0f0f0;
}
#cmm-nav a {
	display: block;
	padding: 11px 4px;
	color: #000;
	text-decoration: none;
	font-family: var(--e-global-typography-f6d4391-font-family), Sans-serif;
	font-size: var(--e-global-typography-f6d4391-font-size);
	font-weight: var(--e-global-typography-f6d4391-font-weight);
	line-height: var(--e-global-typography-f6d4391-line-height);
}
#cmm-nav a:hover {
	color: #dc0910;
}
#cmm-nav .row {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#cmm-nav .row a {
	flex: 1;
}
#cmm-nav button[aria-expanded] {
	background: none;
	border: none;
	cursor: pointer;
	font-size: 18px;
	padding: 0;
	box-shadow: none;
	color: #000;
	/* 	transition: transform 0.25s; */
}
#cmm-nav li.has-kid:hover button[aria-expanded] {
	color: #dc0910;
}

#cmm-nav button[aria-expanded="true"] {
	transform: rotate(90deg);
}
#cmm-nav .sub {
	display: none;
	padding-right: 14px;
	background: #fff;
}
#cmm-nav .sub.open {
	display: block;
}
#cmm-nav .sub a {
	font-family: var(--e-global-typography-f6d4391-font-family), Sans-serif;
	font-size: var(--e-global-typography-f6d4391-font-size);
	font-weight: var(--e-global-typography-f6d4391-font-weight);
	line-height: var(--e-global-typography-f6d4391-line-height);
	color: #000;
}

#cmm-nav .sub a:hover {
	color: #dc0910;
}

#cmm-nav hr {
	border: none;
	border-top: 2px solid #C8C8C8;
	margin: 12px 0;
}
@media (max-width: 1024px) {
	#cmm-btn {
		display: flex;
	}
}
body.cmm-lock {
	overflow: hidden;
}

.product-slider .swiper-pagination,
.swiper-slide1 .swiper-pagination,
.box-slider .swiper-pagination {
	position: unset !important;
	margin-top: 20px !important;
}

.product-slider .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-slide1 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.box-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #F51C24 !important;
}


/* SINGLE PRODUCT PAGE CSS */

.product-img .flex-viewport,
.product-img .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
	height: 433px !important;
}

.product-img .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a,
.product-img .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
	height: 100% !important;
	display: block;
	object-fit: cover !important;
	overflow: hidden;
}

.product-img .flex-control-thumbs {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 19px;
}

.product-img .flex-control-thumbs li {
	width: calc(25% - 10px) !important;
	margin: 0 !important;
	padding: 0 !important;
}

.product-img .flex-control-thumbs li img {
	transition: all 0.4s ease !important;
	opacity: 1 !important;
	height: 140px !important;
}

.product-img .flex-control-thumbs li .flex-active {
	border-color: #d8d8d8 !important;
}

.product-img .ast-onsale-card {
	font-size: 16px !important;
	background: var( --e-global-color-primary ) !important;
	color: #fff !important;
	border-radius: 4px !important;
	line-height: 1em !important;
	padding: 5px 12px 8px !important;
	display: none !important;
}


.my-cart-btn .quantity  {
	height: 50px !important;
	background: #F1F1F1 !important;
	border: 1px solid #F1F1F1 !important;
	border-radius: 100px !important;
	width: 100px !important;
	display: flex;
	flex-direction: row !important;
	justify-content: center !important;
	align-items: center !important;
	margin: 0 0 0 13px !important;
}

.my-cart-btn .quantity .minus,
.my-cart-btn .quantity .plus {
	height: 50px !important;
	border: 0 !important;
	margin: 0 !important;
	color: #000 !important;
	max-width: fit-content !important;
	width: auto !important;
	font-size: 16px;
}

.my-cart-btn .quantity input {
	min-height: 50px !important;
	height: 50px !important;
	margin: 0 !important;
	max-width: 35px !important;
	width: auto !important;
}

.my-cart-btn .single_add_to_cart_button {
	min-width: 160px !important;
	height: 50px !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	margin: 0 !important;
	box-shadow: 0px 1px 2px 0px #1018280D;
}

.my-cart-btn .single_add_to_cart_button::after {
	content: '';
	width: 18px;
	height: 18px;
	display: inline-flex;
	background: url('/wp-content/uploads/2026/04/btn-arrow-left.svg') no-repeat center;
	background-size: 100% auto !important;
	margin-right: 8px;
	transition: all 0.es ease !important;
}

.my-cart-btn .single_add_to_cart_button:hover::after {
	filter: invert(1);
}



/* Chrome, Safari, Edge, Opera */
.my-cart-btn input[type="number"]::-webkit-outer-spin-button,
.my-cart-btn input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
.my-cart-btn input[type="number"] {
	-moz-appearance: textfield;
}


.product-content h2,
.product-content h3,
.product-content h4,
.product-content h5,
.product-content h6 {
	font-family: "Noto Sans Hebrew", Sans-serif;
	font-weight: 700 !important;
	font-size: 20px !important;
	line-height: 1.3em !important;
	margin-bottom: 10px;
	color: #000 !important;
}

.product-content ul {
	margin: 0 30px 0 0 !important;
}

.product-content li::marker {
	font-size: 14px;
}

/* SHOP PAGE CSS */
.shop-products .page-numbers {
	border: 1px solid #000;
	border-radius: 50%;
	width: 44px;
	height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all 0.es ease !important;
}

.shop-products .page-numbers.current,
.shop-products .page-numbers:hover {
	background: #F51C24;
	border-color: #F51C24;
}

/* MASTER KEY PAGE CSS */
.master-key-boxes .elementor-icon-box-title::after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #B7B7B7;
	margin: 17px 0;
}


/* CONTACT PAGE CSS */

.contact-form input::placeholder,
.contact-form textarea:placeholder {
	opacity: 1 !important;
}

.contact-form input {
	min-height: 51px !important;
	height: 51px !important;
	padding: 12px 20px;
	outline: 0 !important;
	box-shadow: none !important;
}

.contact-form textarea {
	min-height: 144px !important;
	height: 144px !important;
	padding: 12px 20px;
	outline: 0 !important;
	box-shadow: none !important;
	resize: none;
}

.contact-form .elementor-field-type-submit {
	margin-top: 24px;
}

.contact-form button {
	min-height: 50px !important;
	height: 50px !important;
	padding: 12px 20px !important;
	outline: 0 !important;
	box-shadow: none !important;
	min-width: 170px;
}




/* ================================================
CART PAGE CSS
=================================================*/

.woocommerce .quantity .ast-qty-placeholder {
	cursor:pointer;
}

/* ============================================================
CART PAGE CSS
============================================================ */
.my-cart.elementor-widget-woocommerce-cart .elementor-widget-container .woocommerce .e-cart__container {
	gap: 73px !important;
	grid-template-columns: 61.667% auto;
}

@media (max-width: 1024px) {
	.my-cart.elementor-widget-woocommerce-cart .elementor-widget-container .woocommerce .e-cart__container {
		grid-template-columns: repeat(1, 1fr);
	}
}

.my-cart .shop_table thead tr {
	background: #E9E9F0 !important;
	border-radius: 10px !important;
	height: 68px !important;
	overflow: hidden !important;
}

.my-cart .shop_table thead th:first-child {
	border-top-right-radius: 10px !important;
	border-bottom-right-radius: 10px !important;
}

.my-cart .shop_table thead th:nth-last-child(2) {
	border-top-left-radius: 10px !important;
	border-bottom-left-radius: 10px !important;
}

.my-cart .product-subtotal {
	display: none !important;
}

.my-cart .quantity  {
	height: 42px !important;
	border: 1px solid #000443 !important;
	border-radius: 100px !important;
	width: 100px !important;
	flex-direction: row-reverse !important;
	justify-content: center !important;
	align-items: center !important;
}

.my-cart .quantity .minus,
.my-cart .quantity .plus {
	height: 38px !important;
	border: 0 !important;
	margin: 0 !important;
	max-width: fit-content !important;
	width: auto !important;
	font-family: var(--e-global-typography-f731bfe-font-family), Sans-serif !important;
	font-size: var(--e-global-typography-f731bfe-font-size) !important;
	font-weight: var(--e-global-typography-f731bfe-font-weight) !important;
	line-height: var(--e-global-typography-f731bfe-line-height) !important;
	color: var(--e-global-color-primary) !important;
}

.my-cart .quantity input,
.my-cart .quantity input:focus {
	min-height: 38px !important;
	height: 38px !important;
	margin: 0 0 0 3px !important;
	max-width: 35px !important;
	text-align: center !important;
	font-family: var(--e-global-typography-f731bfe-font-family), Sans-serif !important;
	font-size: var(--e-global-typography-f731bfe-font-size) !important;
	font-weight: var(--e-global-typography-f731bfe-font-weight) !important;
	line-height: var(--e-global-typography-f731bfe-line-height) !important;
	color: var(--e-global-color-primary) !important;
}


/* Chrome, Safari, Edge, Opera */
.my-cart input[type="number"]::-webkit-outer-spin-button,
.my-cart input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
.my-cart input[type="number"] {
	-moz-appearance: textfield;
}

.my-cart .product-thumbnail span {
	width: auto !important;
	height: auto !important;
	position: unset !important;
	clip-path: unset !important;
	clip: unset !important;
	display: none;
}

.my-cart .product-thumbnail img {
	width: 100% !important;
	max-width: 115px !important;
	height: 115px !important;
	object-fit: contain;
}

.my-cart .shop_table th.product-thumbnail {
	position: relative;
}

.my-cart .shop_table th.product-thumbnail::after {
	content: "תצוגה";
}




.my-cart .shipping-calculator-button {
	display: none !important;
}

.my-cart #shipping_method label .woocommerce-Price-amount {
	float: left;
}

.my-cart .cart_totals h2 {
	/* 	border-bottom: 1px solid #A2A2A2 !important; */
	padding-bottom: 0 !important;
}


/* .my-cart .cart_totals .woocommerce-shipping-totals td[data-title="×ž×©×œ×•×— 1"]::before {
border-bottom: 1px solid #A2A2A2 !important;
padding-bottom: 12px;
font-family: "Noto Sans Hebrew", Sans-serif;
font-size: 18px !important;
font-weight: 700 !important;
letter-spacing: 0.36px;
} */

.my-cart .cart_totals .cart-subtotal td::before,
.my-cart .cart_totals .cart-subtotal td span {
	font-weight: 400 !important;
}

.my-cart .product-remove .remove span svg {
	display: none;
}


.my-cart .product-remove .remove {
	opacity: 1 !important;
}

.my-cart .product-remove .remove::before {
	border: 0 !important;
	border-radius: 0 !important
}

.my-cart .product-remove .remove span {
	width: 24px !important;
	height: 24px !important;
	background: url(/wp-content/uploads/2026/04/ChatGPT-Image-Apr-21-2026-11_04_59-AM-e1776751627624.png) no-repeat center;
	background-size: 80% auto;
	transform: scale(1) !important;
}

.my-cart .woocommerce-shipping-destination {
	margin-bottom: 20px !important;
}


.my-cart .coupon-col-start {
	padding-inline-end: 12px !important;
}

.my-cart .coupon-col-start input {
	min-height: 45px !important;
	height: 45px !important;
}

.my-cart .coupon {
	padding: 29px 48px !important;
}

.my-cart .coupon-col-end {
	display: flex;
}

.my-cart .coupon-col-end button {
	min-width: 206px !important;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.my-cart .coupon::before {
	content:"יש ברשותך קוד קופון?" !important;
	display: block;
	width: 100% !important;
	height: auto !important;
	font-family: "Noto Sans Hebrew", Sans-serif;	
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	color: #000;
	margin-bottom: 10px;
}

.my-cart .cart_totals tbody td {
	padding-left: 0 !important;
}

.my-cart .woocommerce-shipping-totals td[data-title="משלוח"]:before {
	content: 'שיטת משלוח' !important;
}

.my-cart .shop_table .cart-subtotal {
	display: none !important;
}

.my-cart .woocommerce-shipping-totals td[data-title="משלוח"] {
	max-width: 100% !important;
	width: 100% !important;
}

.shipping-benefits-wrapper {
	margin: 10px 0 30px;
}

.shipping-benefits-container {
	direction: rtl;
}

.shipping-benefits-title {
	font-size: 16px;
	font-weight: 600;
	color: #333;
	text-align: center;
}

.shipping-benefits-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.shipping-benefit-item {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 8px;
	width: auto;
	font-family: var(--e-global-typography-d1265c0-font-family), Sans-serif;
}

.benefit-icon img {
	width: 25px;
	height: 25px
}

.benefit-text {
	font-family: var(--e-global-typography-d1265c0-font-family), Sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #000;
}

.my-cart .woocommerce-shipping-destination {
	font-size: 15px !important;
	border-bottom: 1px solid #DBDBDB !important;
	padding-bottom: 18px;
}

.free-shipping-progress-box {
	font-family: var(--e-global-typography-d1265c0-font-family), Sans-serif;
	padding: 7px;
	background: #F0F0F0;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	border-radius: 10px;
	color: #000443;
	margin-bottom: 20px;
}

.free-shipping-progress-box p {
	margin: 0 !important;
}

.order-total td[data-title="סה\"כ"] {
	border: 1px solid #DBDBDB !important;
	border-left: 0 !important;
	border-right: 0 !important;
	padding: 12px 0 !important;
}

.order-total td[data-title="סה\"כ"]::before {
	content: 'סה"כ לתשלום' !important;
	font-weight: 700 !important;
}

.my-cart .order-total td[data-title="סה\"כ"] .woocommerce-Price-amount {
	font-weight: 700 !important;
}

.my-cart .checkout-button,
.my-checkout #place_order[type="submit"] {
	display: flex !important;
	align-items: center;
	justify-content: center;
	gap: 8px !important;
	height: 45px !important;
}

.my-cart .checkout-button::after,
.my-checkout #place_order[type="submit"]::after {
	content: '';
	background: url('/wp-content/uploads/2026/04/btn-arrow-left.svg') no-repeat center;
	background-size: 100% auto;
	width: 16px;
	height: 16px;
	display: inline-flex;
	margin-top: 5px;
	filter: invert(1);
	transition: all 0.2s ease !important;
}

.my-cart .checkout-button:hover::after,
.my-checkout #place_order[type="submit"]:hover::after {
	filter: invert(18%) sepia(95%) saturate(4628%) hue-rotate(350deg) brightness(98%) contrast(95%);
}

@media(min-width: 921px) {

	.my-cart .woocommerce-cart-form__cart-item.cart_item,
	.my-cart .shop_table  thead tr {
		display: flex;
		width: 100%;
		max-width: 100%;
	}

	.my-cart .shop_table  thead tr {
		align-items: center;
	}

	.my-cart .woocommerce-cart-form__cart-item.cart_item td {
		display: flex;
		align-items: center;
	}

	.my-cart .product-remove {
		width: 50px !important;
		order: 2;
	}

	.my-cart td.product-remove {
		justify-content: flex-end;
		padding-left: 8px !important;
	}

	.my-cart .product-thumbnail {
		width: 200px !important;
		order:1;
	}

	.my-cart th.product-thumbnail {
		padding-right: 40px !important;
	}

	.my-cart .product-name {
		width: 18vw !important;
		min-width: 200px !important;
		max-width: 350px !important;
		order: 3;
		flex-direction: column;
		align-items: flex-start !important;
		justify-content: center;
	}


	.my-cart .product-price {
		width: 100px !important;
		order: 5;
	}

	.my-cart .product-quantity {
		width: 170px !important;
		order: 4;
	}

	.my-cart th.product-quantity {
		padding-right: 25px !important;
	}


	.my-cart .minus,
	.my-cart .plus {
		width: 25px !important;
		background-size: 50% auto !important;
	}
}



.return-to-shop a.button {


	background-color: var(--e-global-color-secondary);
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-size: var(--e-global-typography-accent-font-size);
	font-weight: var(--e-global-typography-accent-font-weight);
	line-height: var(--e-global-typography-accent-line-height);
	fill: #fff;
	color: #fff;
	transition-duration: 0.3s;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: var(--e-global-color-secondary);
	border-radius: 100px 100px 100px 100px;
	padding: 10px 20px;}

.return-to-shop a.button:hover , .return-to-shop a.button:focus {
	background-color: #fff;
	color: var(--e-global-color-secondary);
	border-color: var(--e-global-color-secondary);
}








/* ============================================================
CHECKOUT PAGE CSS
============================================================ */
label[for="shipping_method_0_local_pickup2"]::after {
	content: "חינם";
	float:left;
}

.woocommerce-terms-and-conditions-wrapper .required ,.woocommerce-terms-and-conditions-wrapper a  {
	display:none !important;
}
.my-checkout .e-checkout__container {
	gap: 60px !important;
}

.my-checkout input,
.my-checkout select {
	min-height: 50px !important;
}

.my-checkout textarea {
	min-height: 120px;
	resize: none;
}

.my-checkout #customer_details {
	margin: 0px !important;
}

.my-checkout #customer_details .col-1 {
	padding: 0 !important;
	border: 0 !important;
}

.my-checkout #customer_details .col-1 .woocommerce-billing-fields,
.my-checkout #customer_details .col-1 .woocommerce-additional-fields,
.my-checkout #customer_details .col-1 .shipping_address{
	border: 1px solid #C5C5C5 !important;
	border-radius: 10px;
	padding: 38px 65px 51px !important;
}

.my-checkout #customer_details .col-1 .woocommerce-billing-fields {
	margin-bottom: 20px;
}

/* .my-checkout #customer_details .col-1 .woocommerce-shipping-fields {
display: none !important;
} */


/* .my-checkout #order_review_heading {
color: #B41D14 !important;
border-bottom: 1px solid #A2A2A2;
padding-bottom: 6px;
} */

.my-checkout .woocommerce-shipping-totals th {
	font-family: var(--e-global-typography-8661bdb-font-family), Sans-serif !important;
	font-size: var(--e-global-typography-8661bdb-font-size) !important;
	font-weight: var(--e-global-typography-8661bdb-font-weight) !important;
	line-height: var(--e-global-typography-8661bdb-line-height) !important;
	padding-bottom: 0 !important;
}

.my-checkout td.product-total,
.my-checkout .cart-subtotal td,
.my-checkout .order-total td{
	padding-left: 38px !important;
}

.my-checkout .order-total th,
.my-checkout .order-total td span {
	font-weight: 700 !important;
}

.my-checkout .e-coupon-box .e-woocommerce-coupon-nudge {
	font-weight: 400 !important;
	margin-bottom: 10px;
}

.my-checkout .e-coupon-box .e-coupon-anchor {
	display: block !important;
	margin: 0 !important;
}

.my-checkout .e-coupon-box .e-coupon-anchor-description {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-size: var(--e-global-typography-text-font-size);
	font-weight: var(--e-global-typography-text-font-weight);
	line-height: var(--e-global-typography-text-line-height);
	color: #232E33;
	display: none;
}

.my-checkout .e-coupon-box input,
.my-checkout .e-coupon-box button {
	min-height: 45px !important;
	width: 100% !important;

}

.my-checkout input,
.my-checkout select,
.my-checkout textarea {
	opacity: 1 !important;
}

.my-checkout .e-coupon-box input {
	background: transparent !important;
	border: 1px solid #DBDBDB !important;
	color: #757575 !important;
}

.my-checkout .coupon-container-grid {
	gap: 12px;
	grid-template-columns: 80% auto !important;
}



.my-checkout .coupon-container-grid button {
	height: 45px !important;
	display: flex !important;
	align-items: center;
	justify-content: center;

}

.my-checkout input[type="checkbox"],
.my-checkout input[type="checkbox"]:hover {
	appearance: none;
	border: 1px solid #F51C24 !important;
	border-radius: 100%;
	max-width: 16px;
	width: 100%;
	min-height: 16px !important;
	height: 16px;
	background: transparent !important;
	position: relative;
	cursor: pointer;
	margin: 6px 0 0 0 !important;
}

.my-checkout input[type="checkbox"]::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0);
	max-width: 11px;
	width: 100%;
	height: 11px;
	background: #F51C24;
	border-radius: 100%;
	transition: transform 0.2s ease;
}

.my-checkout input[type="checkbox"]:checked::after {
	transform: translate(-50%, -50%) scale(1);
}

.my-checkout .payment_methods input {
	display: inline-block !important;
	margin-left: 5px !important;
}

.my-checkout .woocommerce-terms-and-conditions-wrapper {
	margin-bottom: 15px !important;;
}

.my-checkout .woocommerce-form__label-for-checkbox {
	display: flex !important;
	align-items: flex-start;
	gap: 6px;
}

.my-checkout .woocommerce-form__label-for-checkbox span {
	top: 0 !important;
}

.my-checkout .woocommerce-shipping-totals {
	display: flex;
	flex-direction: column;
}

.my-checkout .woocommerce-shipping-totals th,
.my-checkout .woocommerce-shipping-totals td {
	float: none;
	max-width: 100% !important;
	width: 100% !important;
}


.my-checkout #billing_country_field .woocommerce-input-wrapper,
.my-checkout #shipping_country_field .woocommerce-input-wrapper {
	/* 	background-color: #F0F0F0; */
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-size: var(--e-global-typography-text-font-size) !important;
	font-weight: var(--e-global-typography-text-font-weight) !important;
	line-height: var(--e-global-typography-text-line-height) !important;
	padding: 0;
	color: #AFAFAF !important;
	border-radius: 10px !important;
}

.my-checkout .woocommerce-terms-and-conditions-checkbox-text a {
	text-decoration: underline !important;
}

.my-checkout .select2-selection {
	/* 	background: transparent !important; */
	height: 50px !important;
	display: flex;
	align-items: center;
}


/* CHECKOUT TABLE LAYOUT FLEX */

.my-checkout .woocommerce-checkout-review-order-table {
	display: flex !important;
	flex-direction: column;
	margin-bottom: 0 !important;
}

.my-cart .woocommerce-shipping-methods li,
.my-checkout .woocommerce-shipping-methods li{
	border: 1px solid #DBDBDB !important;
	border-radius: 10px;
	padding: 13px 17px 9px 32px !important;
	display: flex;
	align-items: flex-start;
	gap: 6px;
	margin-bottom: 17px !important;
}

.my-checkout .woocommerce-shipping-methods li {
	padding: 12px 17px 12px 30px !important;
}

.my-cart .woocommerce-shipping-methods li label,
.my-checkout .woocommerce-shipping-methods li label {
	width: 100% !important;
	text-align: right !important;
	color: #000 !important;
}

.my-cart .woocommerce-shipping-methods li label .woocommerce-Price-amount,
.my-checkout .woocommerce-shipping-methods li label .woocommerce-Price-amount{
	color: #000443 !important;
	font-weight: 700 !important;
	margin-left: 0  !important;
}

.my-cart .woocommerce-shipping-methods li label .shipping-description,
.my-checkout .woocommerce-shipping-methods li label .shipping-description{
	color: #757575 !important;
	font-size: 15px !important;
	font-weight: 400 !important;
	line-height: 24px !important;
}


.my-checkout .woocommerce-shipping-methods li label .shipping-description,
.my-checkout .woocommerce-shipping-methods li label br {
	display: none !important;
}

.my-cart input[type="radio"],
.my-checkout input[type="radio"]{
	appearance: none;
	border: 1px solid #F51C24;
	border-radius: 100%;
	max-width: 16px !important;
	width: 100% !important;
	height: 16px !important;
	min-height: auto !important;
	background: transparent;
	position: relative;
	cursor: pointer;
	margin: 6px 0 0 0 !important;
}

.my-checkout .wc_payment_method input[type="radio"] {
	margin: 0 !important;
}

.my-cart input[type="radio"]::after,
.my-checkout input[type="radio"]::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0);
	max-width: 11px !important;
	width: 100% !important;
	height: 11px !important;
	background: #F51C24;
	border-radius: 100%;
	transition: transform 0.2s ease;
}

.my-cart input[type="radio"]:checked::after,
.my-checkout input[type="radio"]:checked::after{
	transform: translate(-50%, -50%) scale(1);
}

ul#shipping_method li:not(.elementor-widget-woocommerce-cart #shipping_method li) {
	text-indent: 0 !important;
}

.my-checkout .shop_table thead tr {
	display: flex !important;
	justify-content: space-between;
	padding: 0 !important;
}

.my-checkout .shop_table thead tr th {
	padding-bottom: 0 !important;
}

.my-checkout tbody .cart_item {
	display: flex !important;
	padding: 0 !important;
}

.my-checkout thead th.product-name,
.my-checkout tbody .cart_item .product-name,
.my-checkout tfoot .cart-subtotal th,
.my-checkout tfoot .order-total th{
	width: 79% !important;
	max-width: none !important;
}

.my-checkout tbody .cart_item .product-name {
	display: inline !important;
}

.my-checkout thead th.product-total,
.my-checkout tbody .cart_item .product-total,
.my-checkout tfoot .cart-subtotal td,
.my-checkout tfoot .order-total td {
	width: 21% !important;
	max-width: none !important;
}

.my-checkout thead th.product-total {
	padding: 0 !important;
}

.my-checkout tfoot tr {
	display: flex;
	padding: 0 !important;
}

.my-checkout .woocommerce-shipping-totals td .woocommerce-Price-amount {
	float: left;
	margin-left: 30px !important;
	font-weight: 400 !important;
}


.my-checkout .e-checkout__column-end .e-checkout__column-inner {
	border: 1px solid #C5C5C5 !important;
	border-radius: 10px !important;
}

.my-checkout .e-checkout__order_review {
	padding-bottom: 0px !important;
}











/*************** BLOG CSS HERE ****************/



.blog-content p {
	margin-bottom:1.5em;
}

.blog-content p:last-child {
	margin-bottom:0;
}


.blog-content ul,
.blog-content ol {
	margin: 0 30px 35px 0 !important;
}

.blog-content h2 {
	font-family: "Assistant", Sans-serif;
	font-size: 45px;
	font-weight: 800;
	line-height: 52px;
	color: var(--e-global-color-secondary);
	margin-top:20px;
	margin-bottom:12px;
}



.blog-content h3 , .blog-content h4 , .blog-content h5 , .blog-content h6 {
	font-family: "Assistant", Sans-serif;
	font-size: 35px;
	font-weight: 800;
	line-height: 44px;
	color: var(--e-global-color-secondary);
	margin-top:20px;
	margin-bottom:12px;
}


.related-blog .elementor-post {
	position: relative;
	overflow: hidden;
}

.related-blog .elementor-post .elementor-post__text {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #00000080;
	border-radius: 20px;
}

.related-blog .elementor-post__thumbnail {
	padding: 0 !important;
	height: 159px !important;
	overflow: hidden;
	transition: all 1.4s ease !important;
}

.related-blog .elementor-post__thumbnail img {
	width: 100% !important;
	object-fit: cover !important;

}

.related-blog .elementor-post:hover .elementor-post__thumbnail {
	transform: scale(1.2);
}



.my-account input,
.my-account button{
	height: 45px !important;
}


body.page-id-11 .woocommerce-form-login {
	text-align: right !important;
	width: 600px;
	margin: 0 auto !important;
}

body.woocommerce-account:not(.logged-in) .elementor-heading-title,
body.woocommerce-account:not(.logged-in) .woocommerce h2 {
	text-align: center !important;
}


body.page-id-11 .woocommerce-form-login input {
	border-color: #000 !important;
}


body.page-id-11 .woocommerce-form-login__submit {
	width: 100% !important;
}

body.page-id-11 .woocommerce-form-login .woocommerce-LostPassword {
	font-size: 16px !important;
}

.my-account input[type="checkbox"],
.my-account input[type="checkbox"]:hover {
	appearance: none;
	border: 1px solid #F51C24;
	border-radius: 4px;
	max-width: 20px !important;
	width: 100% !important;
	height: 20px !important;
	min-height: auto !important;
	background: transparent;
	position: relative;
	cursor: pointer;
	margin: 0 !important;
}

.my-account .wc_payment_method input[type="checkbox"] {
	margin: 0 !important;
}

.my-account input[type="checkbox"]::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0);
	max-width: 15px !important;
	width: 100% !important;
	height: 14px !important;
	background: #F51C24;
	border-radius: 3px;
	transition: transform 0.2s ease;
}

.my-account input[type="checkbox"]:checked::after {
	transform: translate(-50%, -50%) scale(1);
}


/* CATEGORY FAQ CSS */

.cate-faq .faq-inner {
	background: #fff;
	padding: 18.3px 30px;
	flex-direction: column !important;
	align-items: flex-start !important;
	margin-bottom: 20px;
}

.cate-faq .faq-title {
	cursor: pointer;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.cate-faq .faq-title h3 {
	font-family: "Noto Sans Hebrew", Sans-serif;
	font-weight: 500;
	font-size: 18px !important;
	line-height: 1.3em !important;
	margin: 0;
	color: #0d0d0d;
}

/* Arrow */
.cate-faq .faq-title::after {
	content: "";
	background: url('/wp-content/uploads/2026/04/plus.svg') no-repeat center;
	background-size: 83% auto;
	width: 100%;
	max-width: 16px;
	height: 16px;
	display: inline-flex;
	transition: transform 0.3s ease;
}

/* Active state */
.cate-faq .faq-inner.active .faq-title::after {
	background: url('/wp-content/uploads/2026/04/minus.svg') no-repeat center;
}

.cate-faq .faq-content {
	max-height: 0;
	overflow: hidden;
	transition: all 0.4s ease;
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-size: var(--e-global-typography-text-font-size);
	font-weight: var(--e-global-typography-text-font-weight);
	line-height: var(--e-global-typography-text-line-height);
	letter-spacing: var(--e-global-typography-text-letter-spacing);
	color: var(--e-global-color-text);
}

.cate-faq .faq-inner.active .faq-content {
	margin-top: 40px;
}

.cate-faq .faq-content p {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-size: var(--e-global-typography-text-font-size);
	font-weight: var(--e-global-typography-text-font-weight);
	line-height: var(--e-global-typography-text-line-height);
	letter-spacing: var(--e-global-typography-text-letter-spacing);
	color: var(--e-global-color-text);
	margin-bottom: 20px;
}

@media (max-width: 767px) {
	/* 	.product-slider .elementor-loop-container style#loop-119 {
	display: none !important;
} */


	/* MOBILE SINGLE PRODUCT PAGE CSS */

	.product-img .flex-viewport,
	.product-img .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
		height: 300px !important;
	}

	.product-img .flex-control-thumbs li {
		width: calc(33.33% - 10px) !important;
	}

	.product-img .flex-control-thumbs li img {
		height: 110px !important;
	}


	.my-cart-btn .quantity  {
		margin: 0 0 0 20px !important;
	}



	.product-content h2,
	.product-content h3,
	.product-content h4,
	.product-content h5,
	.product-content h6 {
		margin-bottom: 20px;
	}

	.product-content ul {
		margin: 0 25px 0 0 !important;
	}

	/* CONTACT PAGE CSS */

	.contact-form input::placeholder,
	.contact-form textarea:placeholder {
		opacity: 1 !important;
	}

	.contact-form input {
		min-height: 51px !important;
		height: 51px !important;
		padding: 12px 20px;
		outline: 0 !important;
		box-shadow: none !important;
	}

	.contact-form textarea {
		min-height: 144px !important;
		height: 144px !important;
		padding: 12px 20px;
		outline: 0 !important;
		box-shadow: none !important;
		resize: none;
	}

	.contact-form .elementor-field-type-submit {
		margin-top: 24px;
	}

	.contact-form button {
		min-height: 50px !important;
		height: 50px !important;
		padding: 12px 20px !important;
		outline: 0 !important;
		box-shadow: none !important;
		min-width: 170px;
	}





	.my-cart .coupon-col-start {
		padding-inline-end: 0 !important;
	}

	.my-cart .woocommerce-shipping-methods li {
		padding: 15px !important;
	}

	.my-checkout #customer_details .col-1 .woocommerce-billing-fields, .my-checkout #customer_details .col-1 .woocommerce-additional-fields, .my-checkout #customer_details .col-1 .shipping_address {
		padding: 30px !important;
	}	


	/* MOBILE CATEGORY FAQ CSS */

	.cate-faq .faq-inner {
		padding: 4% 5%;
	}

	.cate-faq .faq-title {
		gap: 20px;
	}

	.cate-faq .faq-title h3 {
		font-size: 16px !important;
	}

	/* Arrow */
	.cate-faq .faq-title::after {
		background-size: 80% auto;
        height: 18px;
        max-width: 18px;
	}

	.cate-faq .faq-inner.active .faq-content {
		margin-top: 30px;
	}
	
	
}