/*
h1 {font-size: clamp(16px, calc(16px + (36 - 20) * (100vw - 768px)/(1920 - 768)), 48px) !important;}
*/
@media (min-width: 768px) and (max-width: 1366px) {
    :root {
        font-size: 10px;
    }

    .elementor-field-textual {
        min-height: 30px !important;
    }
}

@media (min-width: 1366px) and (max-width: 1600px) {
    :root {
        font-size: 12px;
    }
}

/* Elementor form required field */
.elementor-mark-required.elementor-column .elementor-field-label:after {
    content: " (שדה חובה)";
    color: inherit;
    padding-left: 0.2em;
    font-size: 0.9rem;
}

.elementor-form .elementor-field-label {
    position: absolute;
    right: 18px;
    transition-duration: .2s;
}

.elementor-field-label.active-field-label{
    transform: translateY(-20px);
    font-size: 16px !important;
}

.elementor-field-type-textarea .elementor-field-label.active-field-label{
    transform: translateY(-70px);
    font-size: 16px !important;
}

.elementor-field{
    box-shadow: none !important;
}

.elementor-tab-title:focus-visible {
    outline: -webkit-focus-ring-color auto 1px !important;
}

.pagetitle .e-con-inner .elementor-widget {
    display: flex;
    justify-content: space-around;
}

.timeline-item__content__wysiwyg {
    text-align: center;
}

.timeline-item__point {
    top: 50px;
    left: 93px;
}

.timeline-item__point {
    background-color: unset !important;
}

.blog article:nth-child(odd) {
    flex-direction: row-reverse;
}

.blog article .elementor-post__excerpt {
    padding: 0 100px;
}

.blog article .elementor-post__title {
    padding: 100px 100px 0 0;
}

.blog article:nth-child(odd) .elementor-post__text {
    background-color: #0D4067;
}

.blog article:nth-child(even) .elementor-post__text {
    background-color: #A9132A;
}

.elementor-post__text {
    display: flex !important;
    justify-content: center;
}

.blog article:nth-child(odd) .elementor-post__read-more {
    background-color: white;
    color: #0D4067;
    padding: 6px 24px;
    border-radius: 0 50px 0 0;
    align-self: flex-end;
}

.blog article:nth-child(even) .elementor-post__read-more {
    background-color: white;
    color: #A9132A;
    padding: 6px 24px;
    border-radius: 50px 0 0 0;
}

.catmenue .menu-item {
    position: relative;
}

.catmenue .menu-item:not(:last-child):before {
    content: "";
    position: absolute;
    width: 3px;
    height: 5vh;
    bottom: 0;
    left: 0;
    background-color: #fff;
}

.elementor-search-form__toggle {
    position: absolute;
    left: 3%;
    top: 25px;
    z-index: 2;
}

.elementor-loop-container .e-loop-item:nth-of-type(even) {
    background-color: #E3E3E3 !important;
}

.sub-menu li {
    border-width: 0;
    border-radius: 50px;
    background-color: #0C4067;
}

.sub-menu li a {
    justify-content: center !important;
}

.slick-slide img {
    border-radius: 30px !important;
}

.brand_tooltip p {
    background-color: #708EA5;
    padding: 25px;
    border-radius: 30px;
    color: #fff;
    font-size: 1.25rem;
    display: none;
    position: absolute;
    top: 100px;
    right: 0;
    z-index: 10;
  width:700px;
}

.brand_tooltip:hover p {
    display: block !important;
}

.tooltip_icon {
    position: absolute;
    left: -280px;
    top: 30px;
}
/*
.brand_image {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5) !important;
    border-radius: 30px !important;
}
*/
.xoo-wsc-basket {
    display: none !important;
}

.xoo-wsc-cart-active .xoo-wsc-container{
    border-right: solid 58px #0D4067;
    border-radius: 0 30px 0 0;
}


@media (min-width: 768px) {
.ee-timeline__item:nth-child(odd) .ee-icon-support--svg svg {
    transform: rotate(180deg) !important;
    margin-right: 370px;
  }
}


@media (max-width: 768px) {
.elementor-179 .elementor-element.elementor-element-6f50bf6 .ee-timeline .timeline-item .timeline-item__point {
    display: none !important;
}
.ee-timeline-align-mobile--right .ee-timeline .timeline-item__card-wrapper {
    margin-right: 0 !important;
  }
}