.elementor-kit-62{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-6f8b9de7:#4054B2;--e-global-color-7d90ee0e:#23A455;--e-global-color-35ac4d72:#000;--e-global-color-497a43b5:#FFF;--e-global-typography-primary-font-family:"Assistant";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Assistant";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Assistant";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Assistant";--e-global-typography-accent-font-weight:500;}.elementor-kit-62 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1500px;}.e-con{--container-max-width:1500px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.more-popup,
.small-text {
    font-size: .8rem;
    white-space: nowrap;
    font-weight: 600;
}

.more-popup {
    text-decoration: underline;
    cursor: pointer;
}

.more-popup:after {
    background-image: url('/wp-content/uploads/question-mark.png');
    background-size: 12px 12px;
    display: inline-block;
    width: 12px; 
    height: 12px;
    content:"";
    position: relative;
    top: 1.5px;
    right: 3px;
}

.show-in-mobile {
    display: none;
}

/* Compare */

.compare {
    font-size: 0.8em;
    background: lightblue;
    color: black;
    padding: 0 4px 2px 4px;
}

.compare:hover,
.compare.added:hover:after {
    box-shadow: 0 0 3px #000;
    transition: all .2s linear;
}

.compare.added {
    visibility: hidden;
    position: relative!important;
    white-space: nowrap;
}

.compare.added:after {
content: 'לחץ להשוואה';
    visibility: visible;
    position: absolute;
    background: greenyellow;
    bottom: 0;
    padding: 2px 4px 2px 4px;
    left: 49%;
    transform: translate(-50%, 0);
}

@media only screen and (max-width: 767px) {
    .show-in-mobile {
        display: inline-block;
    }
}/* End custom CSS */