/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
html, body {
    max-width: 100%;
    overflow-x: hidden;
}
strong{
	font-weight: bold;
}
.page-id-23 div[data-elementor-type="header"], .page-id-23 header#site-header, .page-id-23 footer#site-footer{
	display: none;
}

.members-only-message {
    background-color: var(--e-global-color-primary);
    color: white;
    padding: 4px 8px;
    width: 250px;
    text-align: center;
    rotate: 40deg;
    position: absolute;
    right: -82px;
    top: 28px;
}
.woocommerce-lost-password{
	button.woocommerce-Button.button {
		background-color: var(--e-global-color-primary);
		color: #fff;
		border: none;
	}
}
form.woocommerce-ResetPassword.lost_reset_password {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px;
    background-color: var(--e-global-color-4b3cf91);
    border-radius: 16px;
}
.woocommerce-lost-password label {
    text-align: center;
}
p.woocommerce-form-row.woocommerce-form-row--last.form-row.form-row-last {
    width: 100%;
}
.ld-profile-avatar {
    display: none;
}
.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-name {
    align-items: center;
}
button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained {
    background-color: #dadada;
    border: none;
    color: #000;
}
/*
scrollbar
*/
::-webkit-scrollbar {
    width:7px;
    background-color: darkgrey;
} 

::-webkit-scrollbar-thumb {
    background-color: #153147;
    border-radius:20px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba();
    background-color: #EDEAE3;
}
.tab-scroll{
	overflow-x: scroll;
}
.tab-scroll::-webkit-scrollbar {
    display: none;
}

.tab-scroll {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    overflow-y: scroll;
}
/*
    Menu אזור אישי button
*/
.mainmenu ul li,
.mainmenu li {
transition: opacity 0.3s ease;
}

.mainmenu ul:hover li {
opacity: 0.5;
}

.mainmenu li:hover {
opacity: 1 !important;
}
.btn-icon-effect-top .elementor-button-icon svg,
.btn-icon-effect-top2 .elementor-button-icon svg,
.btn-icon-effect-arrow .elementor-button-icon svg{
    width: 24px;
    height: 24px;
}
.btn-icon-effect-top .elementor-button-icon,
.btn-icon-effect-top2 .elementor-button-icon,
.btn-icon-effect-arrow .elementor-button-icon{
    position: relative;
    width: 24px;
    height: 24px;
    overflow: hidden;
}

.btn-icon-effect-top .elementor-button-icon svg,
.btn-icon-effect-top2 .elementor-button-icon svg,
.btn-icon-effect-arrow .elementor-button-icon svg{
    position: absolute;
    left: 0;
    transition: transform 0.3s ease;
}

.btn-icon-effect-top .elementor-button-icon::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/uploads/2024/11/user.svg);
    transform: translateY(100%);
    transition: transform 0.3s ease;
}
.btn-icon-effect-top2 .elementor-button-icon::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/uploads/2024/11/user-b.svg);
    transform: translateY(100%);
    transition: transform 0.3s ease;
}
.btn-icon-effect-top.arrow .elementor-button-icon::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/uploads/2024/11/arrow-left.svg) !important;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}
.btn-icon-effect-arrow.arrow2 .elementor-button-icon::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/uploads/2024/11/arrow-left.svg) !important;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.btn-icon-effect-top.arrow-blue .elementor-button-icon::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/uploads/2024/11/arrow-left-b.svg) !important;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

/* Original icon animation */
.btn-icon-effect-top .elementor-button:hover .elementor-button-icon svg,
.btn-icon-effect-top2 .elementor-button:hover .elementor-button-icon svg,
.btn-icon-effect-arrow .elementor-button:hover .elementor-button-icon svg{
    transform: translateY(-100%);
}

/* Second icon animation */
.btn-icon-effect-top .elementor-button:hover .elementor-button-icon::after,
.btn-icon-effect-top2 .elementor-button:hover .elementor-button-icon::after,
.btn-icon-effect-arrow .elementor-button:hover .elementor-button-icon::after{
    transform: translateY(0);
}

/*
    Button hover text to top
*/
/* Reset styles and base setup */
.btn-hover-text-to-top {
    --height: 42px;
    --progress: 0px;
}

/* Main button styling */
.btn-hover-text-to-top .elementor-button {
    height: var(--height) !important;
    overflow: hidden !important;
}

/* Button text container */
.btn-hover-text-to-top .elementor-button-content-wrapper {
    height: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

/* Text styling and animation */
.btn-hover-text-to-top .elementor-button-text {
    color: transparent !important;
    text-shadow: 
        0 calc(var(--progress) * -1) var( --e-global-color-primary ),
        0 calc(var(--height) - var(--progress)) var( --e-global-color-primary );
    transition: text-shadow 0.2s;
}

/* Hover state */
.btn-hover-text-to-top:hover {
    --progress: var(--height);
}

/* menu*/
nav.main-manu.elementor-sticky--active{
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(8px);
	box-shadow: 0 0px 35px -16px;
}
.home nav.main-manu a.elementor-item:hover, .post-type-archive-product nav.main-manu a.elementor-item:hover,
.single-product nav.main-manu a.elementor-item:hover{
	background-color: #fff !important;
	color: var( --e-global-color-primary ) !important;
	border-radius: 6px;
}
.home nav.main-manu.elementor-sticky--active a.elementor-item, .post-type-archive-product nav.main-manu.elementor-sticky--active a.elementor-item,
.single-product nav.main-manu.elementor-sticky--active a.elementor-item{
	color: var( --e-global-color-primary ) !important;
}
.home nav.main-manu.elementor-sticky--active a.elementor-item:hover, .post-type-archive-product nav.main-manu.elementor-sticky--active a.elementor-item:hover,
.single-product nav.main-manu.elementor-sticky--active a.elementor-item:hover{
	background-color: var( --e-global-color-primary ) !important;
	color: #fff !important;
	border-radius: 6px;
}
.home nav.main-manu.elementor-sticky--active .logotext a, .post-type-archive-product nav.main-manu.elementor-sticky--active .logotext a,
.single-product nav.main-manu.elementor-sticky--active .logotext a{
	color: var( --e-global-color-primary ) !important;
}
.home .btn-icon-effect-top, .post-type-archive-product .btn-icon-effect-top, .single-product .btn-icon-effect-top{
	display: none;
}
.home nav.main-manu.elementor-sticky--active .btn-icon-effect-top, .post-type-archive-product nav.main-manu.elementor-sticky--active .btn-icon-effect-top,
.single-product nav.main-manu.elementor-sticky--active .btn-icon-effect-top{
	display: block !important;
}
.home nav.main-manu.elementor-sticky--active .btn-icon-effect-top2, .post-type-archive-product nav.main-manu.elementor-sticky--active .btn-icon-effect-top2,
.single-product nav.main-manu.elementor-sticky--active .btn-icon-effect-top2{
	display: none !important;
}
nav.main-manu .btn-icon-effect-top2{
	display: none !important;
}
.home nav.main-manu .btn-icon-effect-top2, .post-type-archive-product nav.main-manu .btn-icon-effect-top2,
.single-product nav.main-manu .btn-icon-effect-top2{
	display: block !important;
}
.home nav.main-manu a.elementor-item, .post-type-archive-product nav.main-manu a.elementor-item,
.single-product nav.main-manu a.elementor-item,
nav.main-manu.elementor-sticky--active a.elementor-item.elementor-item-active{
	color: #fff !important;
}
/*
    Home Hero
*/
.home-hero{
    margin: -82px 16px 0 16px;
    width: auto;
}
.hero{
    margin: 0 16px;
    width: auto;
}
.home .logotext a, .post-type-archive-product .logotext a, .single-product .logotext a{
	color: #fff !important;
}
.articles .swiper {
    padding-bottom: 120px;
}
.swiper-slide.e-loop-item .artical-loop,
div[class*="swiper-slide"][class*="e-loop-item"] .artical-loop, .artical-loop {
    box-shadow: 0px 183px 51px 0px rgba(0, 0, 0, 0.00), 0px 117px 47px 0px rgba(0, 0, 0, 0.01), 0px 66px 40px 0px rgba(0, 0, 0, 0.03), 0px 29px 29px 0px rgba(0, 0, 0, 0.05), 0px 7px 16px 0px rgba(0, 0, 0, 0.06);
}
.swiper-slide.e-loop-item .artical-loop:hover,
div[class*="swiper-slide"][class*="e-loop-item"] .artical-loop:hover, .artical-loop:hover {
box-shadow: 0px 183px 51px 0px rgba(0, 0, 0, 0.00), 0px 117px 47px 0px rgba(0, 0, 0, 0.01), 0px 66px 40px 0px rgba(0, 0, 0, 0.03), 0px 29px 29px 0px rgba(0, 0, 0, 0.05), 0px 7px 16px 0px rgba(0, 0, 0, 0.16);
}
.swiper-slide.e-loop-item .artical-loop,
div[class*="swiper-slide"][class*="e-loop-item"] .artical-loop:hover {
    box-shadow: 0px 183px 51px 0px rgba(0, 0, 0, 0.00), 0px 117px 47px 0px rgba(0, 0, 0, 0.01), 0px 66px 40px 0px rgba(0, 0, 0, 0.03);
}
.swiper-slide.e-loop-item .artical-loop,
div[class*="swiper-slide"][class*="e-loop-item"] .artical-loop a{
	color: var( --e-global-color-accent );
}
.swiper-slide.e-loop-item .artical-loop,
div[class*="swiper-slide"][class*="e-loop-item"] .artical-loop a:hover{
	color: var( --e-global-color-secondary );
}

.elementor.testimonials.type-testimonials.swiper-slide {
    padding-bottom: 70px;
}

.blog-tags li{
	border: 1px solid #fff;
    border-radius: 99px;
    padding: 4px 12px !important;
}
.blog-tags li:hover{
	background-color: #fff;
}
.blog-tags li:hover span{
	color: #000 !important;
}
.blog-tags ul{
	row-gap: 12px;
}
.single-post figure img {
    width: -webkit-fill-available !important;
}
.poscast-pic img {
    max-height: 336px;
    object-fit: cover;
}
.podcast-play-btn .elementor-button-icon svg {
    width: 20px;
}
.podcast-play-btn .elementor-button-icon {
    height: 20px;
    line-height: 33px;
}
/* Video */
.video-componet{
	backdrop-filter: blur(7.150000095367432px);
	position: absolute;
	bottom: 24px;
	left: 24px;
	width: fit-content;
	max-width: 500px;
}
.video-componet-home{
	backdrop-filter: blur(7.150000095367432px);
	width: fit-content;
	max-width: 500px;
}
/* Video */

.icon-box .elementor-icon-box-icon span {
    padding: 6px;
    border-radius: 6px;
    background: var(--background-Blue, #ECF0F1);
}

.slick-track {
    transform: translate3d(0px, 0px, 0px) !important;
}
.article-a-full a{
	width: -webkit-fill-available;
}
/* Register*/
button.btn.button.ur-submit-button.register-btn {
    background-color: var( --e-global-color-primary ) !important;
    width: -webkit-fill-available !important;
    border-radius: 6px !important;
}
/* END Register */

/* Woocommerce*/
.woocommerce-order-received .woocommerce-order-details,
.woocommerce-order-received .woocommerce-customer-details,
.woocommerce-notices-wrapper {
    display: none;
}

.gotoaccount {
    border: 1px solid #153147b7;
    background-color: var( --e-global-color-d03fd00 );
    padding: 24px;
    margin: 40px 0;
    border-radius: 8px;
    text-align: center;
}
.gotoaccount a{
    color: #fff;
    font-family: 'LieblingProRegular';
}
.custom-account-button {
    color: #fff;
    text-decoration: none !important;
    background-color: #153147;
    padding: 12px 20px;
    border-radius: 4px;
}
.custom-account-button:hover {
    color: #fff;
    background-color: #245175;
}
input#billing_phone {
    text-align: right;
}
.wc-block-components-address-form__country.wc-block-components-country-input,
.wc-block-components-text-input.wc-block-components-address-form__address_1,
.wc-block-components-text-input.wc-block-components-address-form__postcode,
.wc-block-components-text-input.wc-block-components-address-form__city,
.wc-block-components-checkout-step__heading,
p.wc-block-components-checkout-step__description,
span.wc-block-components-address-form__address_2-toggle,
#order-notes
{
	/* display:none; */
    opacity: 0;
	z-index: -1;
}
#order-notes,
.wc-block-checkout__terms.wc-block-checkout__terms--with-separator.wp-block-woocommerce-checkout-terms-block{
    display: none;
}
.wc-block-components-address-form__email {
    position: absolute;
    top: -70px;
	z-index: 1;
}
#billing {
    position: absolute;
    top: -210px;
}
.wc-block-components-address-form__phone {
    position: absolute;
    top: -130px;
}

.wc-block-checkout__terms {
    margin-top: -75px !important;
}


fieldset#contact-fields {
    margin: 0;
}
.wc-block-components-radio-control-accordion-option.wc-block-components-radio-control-accordion-option--checked-option-highlighted {
    box-shadow: inset 0 0 0 1px currentColor !important;
}
button.wc-block-components-checkout-place-order-button--full-width.contained {
    background-color: var(--e-global-color-primary);
    border: none;
    color: #fff;
}
button.wc-block-components-checkout-place-order-button--full-width.contained:hover {
    background-color: #1a4c73;
}
.wc-block-checkout__terms.wc-block-checkout__terms--with-separator.wp-block-woocommerce-checkout-terms-block a {
    color: grey;
}
.rcp-is-restricted.rcp-no-access .elementor-widget-theme-post-content{
	background-color: var(--e-global-color-d03fd00);
    border-radius: 16px;
    margin: 24px 0;
    text-align: center;
}
.articles-categoty ul {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    padding: 10px 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
}

.articles-categoty li {
    display: inline-block;
    margin-right: 0;
    flex-shrink: 0;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.articles-categoty ul::-webkit-scrollbar, .articles-categoty h5 {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.articles-categoty ul {
    -ms-overflow-style: none;
    scrollbar-width: none;
	gap: 24px;
}
.articles-categoty a {
	color:var( --e-global-color-primary );
}
.articles-categoty a:hover {
	color:var( --e-global-color-bc40b01 );
}
/*
* login form for blocked content
*/
.form-group {
	margin-bottom: 10px;
}
.required:after {
	content: " *";
	color: red;
}
.error-message {
	color: #dc3545;
	font-size: 0.875em;
	margin-top: 0.25em;
}
input[aria-invalid="true"] {
	border-color: #dc3545;
}
.form-group input {
	background-color: #ffffff;
	border-color: var(--e-global-color-bc40b01);
	border-radius: 6px 6px 6px 6px;
	font-size: 18px;
	min-height: 59px;
	padding: 7px 20px;
}
.form-group button{
	background-color: var(--e-global-color-primary);
	color: var(--e-global-color-e288824);
	border-radius: 6px 6px 6px 6px;
	min-height: 59px;
	border: none;
	width: 100%;
}
.form-group button:hover{
	background-color: #1b527d;
}
.register-section h4{
	text-align: center;
}
.login-link, .register-link {
	text-align: center;
	margin-top: 24px;
}
.login-link a, .register-link a {
	color: var( --e-global-color-bc40b01 );
}
.locked-content {
	width: 50%;
	margin: auto;
}
.locked-content {
    width: 50%;
    margin: auto;
}
.page-id-1756 .woocommerce {
    display: flex
;
    justify-content: center;
}
/*
* LEARNDASH
*/
.learndash-wrapper:not(.ld-registration__outer-wrapper) .ld-button:hover {
    background-color: #FFC107;
}
.learndash-wrapper:not(.ld-registration__outer-wrapper) .ld-button > span.ld-icon.ld-icon-arrow-left {
    display: none;
}
.learndash-wrapper .wp-block-file {
    background-color: var(--e-global-color-25094af);
    padding: 16px;
    border-radius: 6px;
	border: 1px solid var(--e-global-color-9c4e67e);
}
.learndash-wrapper .wp-block-file a{
    color: var(--e-global-color-primary);
}
.learndash-wrapper .wp-block-file a.wp-block-file__button.wp-element-button{
	color: var( --e-global-color-e288824 );
	background-color: var(--e-global-color-primary);
	border-radius: 4px;
}
.ld-course-status-segment.ld-course-status-seg-action.status-paynow {
    display: none;
}



/* Tablet CSS */
@media (max-width: 1024px){
	.home-hero{
		margin: 0 0 0 0;
	}
	nav .btn-icon-effect-top span.elementor-button-text{
		color: var( --e-global-color-primary );
		margin-top: 0;
	}
	nav .btn-icon-effect-top span.elementor-button-icon path{
		fill: var( --e-global-color-primary ) !important;
	}
	.main-manu.e-flex.e-con.e-parent.elementor-sticky {
		background-color: #fff;
	}
	.home .logotext a, .logotext a, .single-product .logotext a, .logotext a, .pageid-181 .logotext a, .logotext a{
		color: var( --e-global-color-primary ) !important;
	}
}


/* Mobile CSS */
@media only screen and (max-width: 600px) {
	.locked-content {
		width: 100%;
	}
	nav .btn-icon-effect-top span.elementor-button-text{
		margin-top: 6px;
	}
	.video-componet{
		bottom: 24px;
		left: 16px;
		right: 16px;
		min-width: -webkit-fill-available;
	}
	.video-componet .elementor-element.elementor-widget.elementor-widget-jet-listing-grid {
		min-width: -webkit-fill-available;
	}
	.video-componet .elementor-element.elementor-element-08d8a2e.e-con-full.e-flex.e-con.e-child {
		padding: 0 16px;
	}
	.video-componet .elementor-732 .elementor-element.elementor-element-7f2df71 .jet-audio .mejs-playpause-button {
		margin: 0;
	}
	.marquee-text{
		font-size: 20px;
	}
    .elementor .elementor-hidden-mobile {
        display: none !important;
    }
	/*chapters slider in mobile */
	.chapters  {
        display: flex;
        overflow-x: auto; 
        scroll-snap-type: x mandatory; 
    }

    .chapters  > .e-child {
        max-width: 90%; 
        flex: 0 0 auto;
        scroll-snap-align: start; 
		padding: 24px 16px 32px;
    }

	.chapters > .e-child:last-child {
		margin-left: 10px; /* שנה את הערך בהתאם לצורך */
	}
	.elementor-1531 .elementor-element.elementor-element-b5623d5 .elementor-field-group:not(.elementor-field-type-upload) .elementor-field:not(.elementor-select-wrapper) {
		border-width: 1px;
	}	
	/* newsletter*/
    .elementor-location-footer {
        margin-top: 30px;
    }    
	.footer-newsletter {
		background-color: #fff;
		border-radius: 12px;
		box-shadow: 0px -100px 28px 0px rgba(0, 0, 0, 0.00), 0px -64px 25px 0px rgba(0, 0, 0, 0.01), 0px -36px 21px 0px rgba(0, 0, 0, 0.03), 0px -16px 16px 0px rgba(0, 0, 0, 0.05), 0px -4px 9px 0px rgba(0, 0, 0, 0.06);
	}
	.footer-newsletter span, .footer-newsletter p{
		color: var(--e-global-color-primary) !important;
	}
	.footer-newsletter .elementor-heading-title.elementor-size-default {
		color: var(--e-global-color-secondary) !important;
	}
	.footer-newsletter .elementor-field-type-email {
		border: 1px solid var(--e-global-color-primary) !important;
		border-radius: 4px !important;
	}
	.footer-newsletter button.elementor-button {
		background-color: var(--e-global-color-secondary) !important;
	}
	.footer-newsletter button.elementor-button span {
		color: var(--e-global-color-e288824) !important;
	}
	.footer-newsletter .elementor-field-type-email ::placeholder {
		color: var(--e-global-color-primary) !important;
	}
	.home .elementor-1863 .elementor-element.elementor-element-e85fe05{
		padding-bottom: 72px !important;
	}
	.articles-categoty ul {
		margin-right: 20px;
	}
    .is-small .wc-block-components-form .wc-block-components-checkout-step {
      padding-top: 0 !important;
  	}
      #billing {
        top: -220px;
        width: -webkit-fill-available;
    }
    .wc-block-components-address-form__phone {
        top: -220px;
    }
    .wc-block-components-checkout-step__heading {
        margin: 0;
        height: 1px;
    }
    fieldset#payment-method {
        padding-top: 0px;
    }
    .wc-block-components-radio-control-accordion-option.wc-block-components-radio-control-accordion-option--checked-option-highlighted {
        margin-top: 32px;
    }
    .articles .swiper {
        padding-bottom: 40px;
    }
}

/*Road Map and banner tag css*/
/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
html,
body {
	max-width: 100%;
	overflow-x: hidden;
}

strong {
	font-weight: bold;
}

.page-id-23 div[data-elementor-type="header"],
.page-id-23 header#site-header,
.page-id-23 footer#site-footer {
	display: none;
}

.members-only-message {
	background-color: var(--e-global-color-primary);
	color: white;
	padding: 4px 8px;
	width: 250px;
	text-align: center;
	rotate: 40deg;
	position: absolute;
	right: -82px;
	top: 28px;
}
.main-btn .jet-button__plane-normal {
    background-color: transparent;
}
.main-btn .jet-button__plane-hover {
    background-color: #ffffff;
}
.main-btn.main-btn-white .jet-button__plane-normal {
    background-color: #fff;
}
.main-btn.main-btn-white .jet-button__plane-hover {
    background-color: transparent;
}
.woocommerce-lost-password,
button.woocommerce-Button.button {
	background-color: var(--e-global-color-primary);
	color: #fff;
	border: none;
}

form.woocommerce-ResetPassword.lost_reset_password {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 40px;
	background-color: var(--e-global-color-4b3cf91);
	border-radius: 16px;
}

.woocommerce-lost-password label {
	text-align: center;
}

p.woocommerce-form-row.woocommerce-form-row--last.form-row.form-row-last {
	width: 100%;
}

.ld-profile-avatar {
	display: none;
}

.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-name {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained {
	background-color: #dadada;
	border: none;
	color: #000;
}

/*
scrollbar
*/
::-webkit-scrollbar {
	width: 7px;
	background-color: darkgrey;
}

::-webkit-scrollbar-thumb {
	background-color: #153147;
	border-radius: 20px;
}

::-webkit-scrollbar-track {
	/*     -webkit-box-shadow: inset 0 0 6px rgba(); */
	background-color: #EDEAE3;
}

.tab-scroll {
	overflow-x: scroll;
}

.tab-scroll::-webkit-scrollbar {
	display: none;
}

.tab-scroll {
	-ms-overflow-style: none;
	/* IE and Edge */
	scrollbar-width: none;
	/* Firefox */
	overflow-y: scroll;
}

/*
    Menu אזור אישי button
*/
.mainmenu ul li,
.mainmenu li {
	-webkit-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.mainmenu ul:hover li {
	opacity: 0.5;
}

.mainmenu li:hover {
	opacity: 1 !important;
}

.btn-icon-effect-top .elementor-button-icon svg,
.btn-icon-effect-top2 .elementor-button-icon svg,
.btn-icon-effect-arrow .elementor-button-icon svg {
	width: 24px;
	height: 24px;
}

.btn-icon-effect-top .elementor-button-icon,
.btn-icon-effect-top2 .elementor-button-icon,
.btn-icon-effect-arrow .elementor-button-icon {
	position: relative;
	width: 24px;
	height: 24px;
	overflow: hidden;
}

.btn-icon-effect-top .elementor-button-icon svg,
.btn-icon-effect-top2 .elementor-button-icon svg,
.btn-icon-effect-arrow .elementor-button-icon svg {
	position: absolute;
	left: 0;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	-o-transition: transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.btn-icon-effect-top .elementor-button-icon::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(/wp-content/uploads/2024/11/user.svg);
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	-o-transition: transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.btn-icon-effect-top2 .elementor-button-icon::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(/wp-content/uploads/2024/11/user-b.svg);
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	-o-transition: transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.btn-icon-effect-top.arrow .elementor-button-icon::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(/wp-content/uploads/2024/11/arrow-left.svg) !important;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	-o-transition: transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.btn-icon-effect-arrow.arrow2 .elementor-button-icon::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(/wp-content/uploads/2024/11/arrow-left.svg) !important;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	-o-transition: transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.btn-icon-effect-top.arrow-blue .elementor-button-icon::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(/wp-content/uploads/2024/11/arrow-left-b.svg) !important;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	-o-transition: transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

/* Original icon animation */
.btn-icon-effect-top .elementor-button:hover .elementor-button-icon svg,
.btn-icon-effect-top2 .elementor-button:hover .elementor-button-icon svg,
.btn-icon-effect-arrow .elementor-button:hover .elementor-button-icon svg {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

/* Second icon animation */
.btn-icon-effect-top .elementor-button:hover .elementor-button-icon::after,
.btn-icon-effect-top2 .elementor-button:hover .elementor-button-icon::after,
.btn-icon-effect-arrow .elementor-button:hover .elementor-button-icon::after {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

/*
    Button hover text to top
*/
/* Reset styles and base setup */
.btn-hover-text-to-top {
	--height: 42px;
	--progress: 0px;
}

/* Main button styling */
.btn-hover-text-to-top .elementor-button {
	height: var(--height) !important;
	overflow: hidden !important;
}

/* Button text container */
.btn-hover-text-to-top .elementor-button-content-wrapper {
	height: 100%;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

/* Text styling and animation */
.btn-hover-text-to-top .elementor-button-text {
	color: transparent !important;
	text-shadow:
		0 calc(var(--progress) * -1) var(--e-global-color-primary),
		0 calc(var(--height) - var(--progress)) var(--e-global-color-primary);
	-webkit-transition: text-shadow 0.2s;
	-o-transition: text-shadow 0.2s;
	transition: text-shadow 0.2s;
}

/* Hover state */
.btn-hover-text-to-top:hover {
	--progress: var(--height);
}

/* menu*/
nav.main-manu.elementor-sticky--active {
	background: rgba(255, 255, 255, 0.9);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	-webkit-box-shadow: 0 0px 35px -16px;
	box-shadow: 0 0px 35px -16px;
}

.home nav.main-manu a.elementor-item:hover,
.post-type-archive-product nav.main-manu a.elementor-item:hover,
.single-product nav.main-manu a.elementor-item:hover {
	background-color: #fff !important;
	color: var(--e-global-color-primary) !important;
	border-radius: 6px;
}

.home nav.main-manu.elementor-sticky--active a.elementor-item,
.post-type-archive-product nav.main-manu.elementor-sticky--active a.elementor-item,
.single-product nav.main-manu.elementor-sticky--active a.elementor-item {
	color: var(--e-global-color-primary) !important;
}

.home nav.main-manu.elementor-sticky--active a.elementor-item:hover,
.post-type-archive-product nav.main-manu.elementor-sticky--active a.elementor-item:hover,
.single-product nav.main-manu.elementor-sticky--active a.elementor-item:hover {
	background-color: var(--e-global-color-primary) !important;
	color: #fff !important;
	border-radius: 6px;
}

.home nav.main-manu.elementor-sticky--active .logotext a,
.post-type-archive-product nav.main-manu.elementor-sticky--active .logotext a,
.single-product nav.main-manu.elementor-sticky--active .logotext a {
	color: var(--e-global-color-primary) !important;
}

.home .btn-icon-effect-top,
.post-type-archive-product .btn-icon-effect-top,
.single-product .btn-icon-effect-top {
	display: none;
}

.home nav.main-manu.elementor-sticky--active .btn-icon-effect-top,
.post-type-archive-product nav.main-manu.elementor-sticky--active .btn-icon-effect-top,
.single-product nav.main-manu.elementor-sticky--active .btn-icon-effect-top {
	display: block !important;
}

.home nav.main-manu.elementor-sticky--active .btn-icon-effect-top2,
.post-type-archive-product nav.main-manu.elementor-sticky--active .btn-icon-effect-top2,
.single-product nav.main-manu.elementor-sticky--active .btn-icon-effect-top2 {
	display: none !important;
}

nav.main-manu .btn-icon-effect-top2 {
	display: none !important;
}

.home nav.main-manu .btn-icon-effect-top2,
.post-type-archive-product nav.main-manu .btn-icon-effect-top2,
.single-product nav.main-manu .btn-icon-effect-top2 {
	display: block !important;
}

.home nav.main-manu a.elementor-item,
.post-type-archive-product nav.main-manu a.elementor-item,
.single-product nav.main-manu a.elementor-item,
nav.main-manu.elementor-sticky--active a.elementor-item.elementor-item-active {
	color: #fff !important;
}

/*
    Home Hero
*/
.home-hero {
	margin: -82px 16px 0 16px;
	width: auto;
}

.hero {
	margin: 0 16px;
	width: auto;
}

.home .logotext a,
.post-type-archive-product .logotext a,
.single-product .logotext a {
	color: #fff !important;
}

.articles .swiper {
	padding-bottom: 120px;
}

.swiper-slide.e-loop-item .artical-loop,
div[class*="swiper-slide"][class*="e-loop-item"] .artical-loop,
.artical-loop {
	-webkit-box-shadow: 0px 183px 51px 0px rgba(0, 0, 0, 0.00), 0px 117px 47px 0px rgba(0, 0, 0, 0.01), 0px 66px 40px 0px rgba(0, 0, 0, 0.03), 0px 29px 29px 0px rgba(0, 0, 0, 0.05), 0px 7px 16px 0px rgba(0, 0, 0, 0.06);
	box-shadow: 0px 183px 51px 0px rgba(0, 0, 0, 0.00), 0px 117px 47px 0px rgba(0, 0, 0, 0.01), 0px 66px 40px 0px rgba(0, 0, 0, 0.03), 0px 29px 29px 0px rgba(0, 0, 0, 0.05), 0px 7px 16px 0px rgba(0, 0, 0, 0.06);
}

.swiper-slide.e-loop-item .artical-loop:hover,
div[class*="swiper-slide"][class*="e-loop-item"] .artical-loop:hover,
.artical-loop:hover {
	-webkit-box-shadow: 0px 183px 51px 0px rgba(0, 0, 0, 0.00), 0px 117px 47px 0px rgba(0, 0, 0, 0.01), 0px 66px 40px 0px rgba(0, 0, 0, 0.03), 0px 29px 29px 0px rgba(0, 0, 0, 0.05), 0px 7px 16px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 183px 51px 0px rgba(0, 0, 0, 0.00), 0px 117px 47px 0px rgba(0, 0, 0, 0.01), 0px 66px 40px 0px rgba(0, 0, 0, 0.03), 0px 29px 29px 0px rgba(0, 0, 0, 0.05), 0px 7px 16px 0px rgba(0, 0, 0, 0.16);
}

.swiper-slide.e-loop-item .artical-loop,
div[class*="swiper-slide"][class*="e-loop-item"] .artical-loop:hover {
	-webkit-box-shadow: 0px 183px 51px 0px rgba(0, 0, 0, 0.00), 0px 117px 47px 0px rgba(0, 0, 0, 0.01), 0px 66px 40px 0px rgba(0, 0, 0, 0.03);
	box-shadow: 0px 183px 51px 0px rgba(0, 0, 0, 0.00), 0px 117px 47px 0px rgba(0, 0, 0, 0.01), 0px 66px 40px 0px rgba(0, 0, 0, 0.03);
}

.swiper-slide.e-loop-item .artical-loop,
div[class*="swiper-slide"][class*="e-loop-item"] .artical-loop a {
	color: var(--e-global-color-accent);
}

.swiper-slide.e-loop-item .artical-loop,
div[class*="swiper-slide"][class*="e-loop-item"] .artical-loop a:hover {
	color: var(--e-global-color-secondary);
}

.elementor.testimonials.type-testimonials.swiper-slide {
	padding-bottom: 70px;
}

.blog-tags li {
	border: 1px solid #fff;
	border-radius: 99px;
	padding: 4px 12px !important;
}

.blog-tags li:hover {
	background-color: #fff;
}

.blog-tags li:hover span {
	color: #000 !important;
}

.blog-tags ul {
	row-gap: 12px;
}

.single-post figure img {
	width: -webkit-fill-available !important;
}

.poscast-pic img {
	max-height: 336px;
	-o-object-fit: cover;
	object-fit: cover;
}

.podcast-play-btn .elementor-button-icon svg {
	width: 20px;
}

.podcast-play-btn .elementor-button-icon {
	height: 20px;
	line-height: 33px;
}

/* Video */
.video-componet {
	-webkit-backdrop-filter: blur(7.150000095367432px);
	backdrop-filter: blur(7.150000095367432px);
	position: absolute;
	bottom: 24px;
	left: 24px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	max-width: 500px;
}

.video-componet-home {
	-webkit-backdrop-filter: blur(7.150000095367432px);
	backdrop-filter: blur(7.150000095367432px);
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	max-width: 500px;
}

/* Video */

.icon-box .elementor-icon-box-icon span {
	padding: 6px;
	border-radius: 6px;
	background: var(--background-Blue, #ECF0F1);
}

.slick-track {
	-webkit-transform: translate3d(0px, 0px, 0px) !important;
	transform: translate3d(0px, 0px, 0px) !important;
}

.article-a-full a {
	width: -webkit-fill-available;
}

/* Register*/
button.btn.button.ur-submit-button.register-btn {
	background-color: var(--e-global-color-primary) !important;
	width: -webkit-fill-available !important;
	border-radius: 6px !important;
}

/* END Register */

/* Woocommerce*/
.woocommerce-order-received .woocommerce-order-details,
.woocommerce-order-received .woocommerce-customer-details,
.woocommerce-notices-wrapper {
	display: none;
}

.gotoaccount {
	border: 1px solid #153147b7;
	background-color: var(--e-global-color-d03fd00);
	padding: 24px;
	margin: 40px 0;
	border-radius: 8px;
	text-align: center;
}

.gotoaccount a {
	color: #fff;
	font-family: 'LieblingProRegular';
}

.custom-account-button {
	color: #fff;
	text-decoration: none !important;
	background-color: #153147;
	padding: 12px 20px;
	border-radius: 4px;
}

.custom-account-button:hover {
	color: #fff;
	background-color: #245175;
}

input#billing_phone {
	text-align: right;
}

.wc-block-components-address-form__country.wc-block-components-country-input,
.wc-block-components-text-input.wc-block-components-address-form__address_1,
.wc-block-components-text-input.wc-block-components-address-form__postcode,
.wc-block-components-text-input.wc-block-components-address-form__city,
.wc-block-components-checkout-step__heading,
p.wc-block-components-checkout-step__description,
span.wc-block-components-address-form__address_2-toggle,
#order-notes {
	/* display:none; */
	opacity: 0;
	z-index: -1;
}

#order-notes,
.wc-block-checkout__terms.wc-block-checkout__terms--with-separator.wp-block-woocommerce-checkout-terms-block {
	display: none;
}

.wc-block-components-address-form__email {
	position: absolute;
	top: -70px;
	z-index: 1;
}

#billing {
	position: absolute;
	top: -210px;
}

.wc-block-components-address-form__phone {
	position: absolute;
	top: -130px;
}

.wc-block-checkout__terms {
	margin-top: -75px !important;
}


fieldset#contact-fields {
	margin: 0;
}

.wc-block-components-radio-control-accordion-option.wc-block-components-radio-control-accordion-option--checked-option-highlighted {
	-webkit-box-shadow: inset 0 0 0 1px currentColor !important;
	box-shadow: inset 0 0 0 1px currentColor !important;
}

button.wc-block-components-checkout-place-order-button--full-width.contained {
	background-color: var(--e-global-color-primary);
	border: none;
	color: #fff;
}

button.wc-block-components-checkout-place-order-button--full-width.contained:hover {
	background-color: #1a4c73;
}

.wc-block-checkout__terms.wc-block-checkout__terms--with-separator.wp-block-woocommerce-checkout-terms-block a {
	color: grey;
}

.rcp-is-restricted.rcp-no-access .elementor-widget-theme-post-content {
	background-color: var(--e-global-color-d03fd00);
	border-radius: 16px;
	margin: 24px 0;
	text-align: center;
}

.articles-categoty ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow-x: auto;
	white-space: nowrap;
	padding: 10px 0;
	margin: 0;
	-webkit-overflow-scrolling: touch;
}

.articles-categoty li {
	display: inline-block;
	margin-right: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.articles-categoty ul::-webkit-scrollbar,
.articles-categoty h5 {
	display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.articles-categoty ul {
	-ms-overflow-style: none;
	scrollbar-width: none;
	gap: 24px;
}

.articles-categoty a {
	color: var(--e-global-color-primary);
}

.articles-categoty a:hover {
	color: var(--e-global-color-bc40b01);
}

/*
* login form for blocked content
*/
.form-group {
	margin-bottom: 10px;
}

.required:after {
	content: " *";
	color: red;
}

.error-message {
	color: #dc3545;
	font-size: 0.875em;
	margin-top: 0.25em;
}

input[aria-invalid="true"] {
	border-color: #dc3545;
}

.form-group input {
	background-color: #ffffff;
	border-color: var(--e-global-color-bc40b01);
	border-radius: 6px 6px 6px 6px;
	font-size: 18px;
	min-height: 59px;
	padding: 7px 20px;
}

.form-group button {
	background-color: var(--e-global-color-primary);
	color: var(--e-global-color-e288824);
	border-radius: 6px 6px 6px 6px;
	min-height: 59px;
	border: none;
	width: 100%;
}

.form-group button:hover {
	background-color: #1b527d;
}

.register-section h4 {
	text-align: center;
}

.login-link,
.register-link {
	text-align: center;
	margin-top: 24px;
}

.login-link a,
.register-link a {
	color: var(--e-global-color-bc40b01);
}

.locked-content {
	width: 50%;
	margin: auto;
}

.locked-content {
	width: 50%;
	margin: auto;
}

.page-id-1756 .woocommerce {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

/*
* LEARNDASH
*/
.learndash-wrapper:not(.ld-registration__outer-wrapper) .ld-button:hover {
	background-color: #FFC107;
}

.learndash-wrapper:not(.ld-registration__outer-wrapper) .ld-button>span.ld-icon.ld-icon-arrow-left {
	display: none;
}

.learndash-wrapper .wp-block-file {
	background-color: var(--e-global-color-25094af);
	padding: 16px;
	border-radius: 6px;
	border: 1px solid var(--e-global-color-9c4e67e);
}

.learndash-wrapper .wp-block-file a {
	color: var(--e-global-color-primary);
}

.learndash-wrapper .wp-block-file a.wp-block-file__button.wp-element-button {
	color: var(--e-global-color-e288824);
	background-color: var(--e-global-color-primary);
	border-radius: 4px;
}

.ld-course-status-segment.ld-course-status-seg-action.status-paynow {
	display: none;
}


/* Tablet CSS */
@media (max-width: 1024px) {
	.home-hero {
		margin: 0 0 0 0;
	}

	nav .btn-icon-effect-top span.elementor-button-text {
		color: var(--e-global-color-primary);
		margin-top: 0;
	}

	nav .btn-icon-effect-top span.elementor-button-icon path {
		fill: var(--e-global-color-primary) !important;
	}

	.main-manu.e-flex.e-con.e-parent.elementor-sticky {
		background-color: #fff;
	}

	.home .logotext a,
	.logotext a,
	.single-product .logotext a,
	.logotext a,
	.pageid-181 .logotext a,
	.logotext a {
		color: var(--e-global-color-primary) !important;
	}
}


/* Mobile CSS */
@media only screen and (max-width: 600px) {
	.locked-content {
		width: 100%;
	}

	nav .btn-icon-effect-top span.elementor-button-text {
		margin-top: 6px;
	}

	.video-componet {
		bottom: 24px;
		left: 16px;
		right: 16px;
		min-width: -webkit-fill-available;
	}

	.video-componet .elementor-element.elementor-widget.elementor-widget-jet-listing-grid {
		min-width: -webkit-fill-available;
	}

	.video-componet .elementor-element.elementor-element-08d8a2e.e-con-full.e-flex.e-con.e-child {
		padding: 0 16px;
	}

	.video-componet .elementor-732 .elementor-element.elementor-element-7f2df71 .jet-audio .mejs-playpause-button {
		margin: 0;
	}

	.marquee-text {
		font-size: 20px;
	}

	.elementor .elementor-hidden-mobile {
		display: none !important;
	}

	/*chapters slider in mobile */
	.chapters {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		overflow-x: auto;
		-ms-scroll-snap-type: x mandatory;
		scroll-snap-type: x mandatory;
	}

	.chapters>.e-child {
		max-width: 90%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		scroll-snap-align: start;
		padding: 24px 16px 32px;
	}

	.chapters>.e-child:last-child {
		margin-left: 10px;
		/* שנה את הערך בהתאם לצורך */
	}

	.elementor-1531 .elementor-element.elementor-element-b5623d5 .elementor-field-group:not(.elementor-field-type-upload) .elementor-field:not(.elementor-select-wrapper) {
		border-width: 1px;
	}

	/* newsletter*/
	.elementor-location-footer {
		margin-top: 30px;
	}

	.footer-newsletter {
		background-color: #fff;
		border-radius: 12px;
		-webkit-box-shadow: 0px -100px 28px 0px rgba(0, 0, 0, 0.00), 0px -64px 25px 0px rgba(0, 0, 0, 0.01), 0px -36px 21px 0px rgba(0, 0, 0, 0.03), 0px -16px 16px 0px rgba(0, 0, 0, 0.05), 0px -4px 9px 0px rgba(0, 0, 0, 0.06);
		box-shadow: 0px -100px 28px 0px rgba(0, 0, 0, 0.00), 0px -64px 25px 0px rgba(0, 0, 0, 0.01), 0px -36px 21px 0px rgba(0, 0, 0, 0.03), 0px -16px 16px 0px rgba(0, 0, 0, 0.05), 0px -4px 9px 0px rgba(0, 0, 0, 0.06);
	}

	.footer-newsletter span,
	.footer-newsletter p {
		color: var(--e-global-color-primary) !important;
	}

	.footer-newsletter .elementor-heading-title.elementor-size-default {
		color: var(--e-global-color-secondary) !important;
	}

	.footer-newsletter .elementor-field-type-email {
		border: 1px solid var(--e-global-color-primary) !important;
		border-radius: 4px !important;
	}

	.footer-newsletter button.elementor-button {
		background-color: var(--e-global-color-secondary) !important;
	}

	.footer-newsletter button.elementor-button span {
		color: var(--e-global-color-e288824) !important;
	}

	.footer-newsletter .elementor-field-type-email ::-webkit-input-placeholder {
		color: var(--e-global-color-primary) !important;
	}

	.footer-newsletter .elementor-field-type-email ::-moz-placeholder {
		color: var(--e-global-color-primary) !important;
	}

	.footer-newsletter .elementor-field-type-email :-ms-input-placeholder {
		color: var(--e-global-color-primary) !important;
	}

	.footer-newsletter .elementor-field-type-email ::-ms-input-placeholder {
		color: var(--e-global-color-primary) !important;
	}

	.footer-newsletter .elementor-field-type-email ::placeholder {
		color: var(--e-global-color-primary) !important;
	}

	.home .elementor-1863 .elementor-element.elementor-element-e85fe05 {
		padding-bottom: 72px !important;
	}

	.articles-categoty ul {
		margin-right: 20px;
	}

	.is-small .wc-block-components-form .wc-block-components-checkout-step {
		padding-top: 0 !important;
	}

	#billing {
		top: -220px;
		width: -webkit-fill-available;
	}

	.wc-block-components-address-form__phone {
		top: -220px;
	}

	.wc-block-components-checkout-step__heading {
		margin: 0;
		height: 1px;
	}

	fieldset#payment-method {
		padding-top: 0px;
	}

	.wc-block-components-radio-control-accordion-option.wc-block-components-radio-control-accordion-option--checked-option-highlighted {
		margin-top: 32px;
	}

	.articles .swiper {
		padding-bottom: 40px;
	}
}

/*22-04-2026*/

.tag-shape p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-right: 0;
	width: 158px;
	margin: 0;
	
	gap: 5px;
	height: 40px;
	background: -webkit-gradient(linear, left top, right top, from(#FF1919), to(#D43B24));
	background: -o-linear-gradient(left, #FF1919 0%, #D43B24 100%);
	background: linear-gradient(90deg, #FF1919 0%, #D43B24 100%);
}

.tag-shape::after {
	content: '';
	position: absolute;
	left: -20px;
	top: -7px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 22px;
	height: 22px;
	background-image: url('https://matanhakimi.com/wp-content/uploads/2026/04/add-icon-before.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.tag-shape::before {
	content: '';
	position: absolute;
	width: 20px;
	height: 63px;
	right: 0;
	background: #D43B24;
	-webkit-clip-path: polygon(100% 55%, 0% 45%, 100% 81%);
	clip-path: polygon(100% 55%, 0% 45%, 100% 81%);
}

/*Optimal Line Css*/

.optimal-health-container {
	position: relative;
}

.road-map-title {
	position: relative;
	z-index: 3;
}

.optimal-health-container::before {
	content: "";
	position: absolute;
	top: -3px;
	left: 0;
	width: 100%;
	height: 1200px;
	background-image: url('https://matanhakimi.com/wp-content/uploads/2026/04/Road.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.health-circle {
	position: relative;
	border: 10px solid transparent !important;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)),
		-webkit-gradient(linear, left top, right top, from(hsl(204, 87%, 50%)), to(hsl(184, 78%, 45%)));
	background-image: -o-linear-gradient(#fff, #fff),
		-o-linear-gradient(left, hsl(204, 87%, 50%), hsl(184, 78%, 45%));
	background-image: linear-gradient(#fff, #fff),
		linear-gradient(to right, hsl(204, 87%, 50%), hsl(184, 78%, 45%));
	background-origin: border-box;
	background-clip: padding-box, border-box;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.health-circle::before {
	content: "";
	position: absolute;
	right: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 102px;
	height: 46px;
	background-image: url('https://matanhakimi.com/wp-content/uploads/2026/04/indicate-line.svg');
	background-repeat: no-repeat;
	background-position: center right;
	background-size: contain;
}

.health-circle {
	position: absolute;
	right: 0;
	top: 32px;
}

.health-circle {
	position: absolute;

}

.optimal-health-left-col .health-circle {
	right: -8px;
}

.optimal-health-right-col .health-circle {
	left: -13px !important;
	right: auto !important;
}

.optimal-health-right-col .health-circle::before {
	background-image: url('https://matanhakimi.com/wp-content/uploads/2026/04/indicate-line-right.svg');
	left: 100%;
	right: auto;
}

.optimal-health-right-col {
	margin-top: 115px;
}
.halfImageSlider .elementor-swiper-button {
    background: rgba(0,0,0, 0.7);
    border-radius: 50%;
    padding: 8px;
	border: 1px solid #fff;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.optimal-health-container::before {
		height: 1015px !important;
	}

	.optimal-health-right-col {
		margin-top: 102px !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.optimal-health-container::before {}

	.optimal-health-right-col {
		margin-top: 108px !important;
	}

	.optimal-health-row {
		min-height: 290px !important;
	}

	.elementor-element-42031e4.optimal-health-row {
		margin-top: 92px !important;
	}
}

@media only screen and (max-width: 767px) {
	.health-circle::before {
		display: none;
	}

	.health-circle {
		position: static;
	}

	.optimal-health-container::before {
		display: none;
	}

	.list-watch-content-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 15px;
	}

	.optimal-health-row>.elementor-element {
		background: #F7F7F2;
		border: 1px solid #B4B4B4 !important;
		border-radius: 20px;
	}

	.optimal-health-row {
		max-width: 350px !important;
		margin-left: auto !important;
		margin-right: auto !important;
		overflow: hidden;
	}

	.optimal-health-right-col,
	.optimal-health-left-col {
		margin-top: 50px;
	}

	.health-circle {
		border: 5px solid transparent !important;
		min-width: 80px !important;
		min-height: 80px;
	}

	/* Cards need z-index to sit above the road */

	.elementor-element-8be0544 {
		display: none;
	}


	.optimal-health-left-col,
	.optimal-health-right-col {
		z-index: 2;
		position: relative;
		background-color: #ffffff;
/* 		overflow: hidden !important; */
	}

	/* Road behind cards */
	.optimal-health-left-col::before {
		content: '';
		position: absolute;
		top: -80px;
		left: 0;
		right: 0;
		width: 100%;
		height: 80px;
		background-image: url('https://matanhakimi.com/wp-content/uploads/2026/04/right-road.svg');
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
		z-index: 1;
	}


	.optimal-health-right-col::before {
		content: '';
		position: absolute;
		top: -80px;
		left: 0;
		right: 0;
		width: 100%;
		height: 80px;
		background-image: url('https://matanhakimi.com/wp-content/uploads/2026/04/left-road.svg');
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
		z-index: 1;
	}

}
