/*
Theme Name: Genesis
Version: 1.0
Description: A child theme of Hello Elementor
Author: WebDigital.co.il
Template: hello-elementor
*/

@import url("../hello-elementor/style.css");

.e_off {
    display: inline-block;
    vertical-align: top;
    transform: scaleX(-1);
    -ms-filter: fliph;
    filter: fliph;
    letter-spacing: 0px;
    padding: 0 3px 0 4px;
}
span.genesis {
    letter-spacing: 5px;
}

.elementor-nav-menu--main .elementor-nav-menu ul {
    width: 70vh!important;
}
.elementor-nav-menu li {
    display: inline-block!important;
}
ul.sub-menu.elementor-nav-menu--dropdown.sm-nowrap::before{
    content: "";
    color: #000;
    position: absolute;
    top: -16px;
    right: 60px;
    z-index: 99999;
    font-size: 35px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.home #genesis_header{
    padding: 0 5% 0.6% 5%!important;
}

/* Archive */
.product_more_info {
    width: 25px;
    height: 25px;
}
.product_more_info {
    font-size: 25px;
    color: #000;
    z-index: 99;
    position: absolute;
    top: 0;
    right: 0;
}
a.informer {
    color: #000;
}
ins.highlight {
    text-decoration: none;
}
ins.highlight {
    letter-spacing: -1px;
}
span.woocommerce-Price-amount.amount {
    letter-spacing: 0;
}
.archive p.price{
    margin-bottom: 0;
}
#mst-wcqvfepb-popup-modal #wcqvb-elementor-popup-content {
    overflow-y: hidden!important;
    padding: 0!important;
}
div#wcqvb-elementor-popup-content .elementor-widget:not(:last-child) {
    margin-bottom: 0;
}
a.mst-wcqvfepb-button.shortcode, a.mst-wcqvfepb-button.mst-icon-shortcode {
    margin: 0 5px 0 5px!important;
}
a.mst-wcqvfepb-button.shortcode {
    padding: 0 0px 0 15px!important;
}
.wcqve-loop-wrapper.wd_quick_view {
    margin-top: -3px;
}
span.link_tag {
    font-size: 18px;
    font-weight: 700;
}
span.hardness_level {
    width: 25px;
    height: 25px;
    line-height: 25px;
    background: #C3C3C3;
    color: #FFF;
    margin: 0 5px 0 1px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
}
span.hardness_level.active{
    background: #535353;
}
.cat_button_holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
a.cat_button {
    color: #FFF;
    background: #000;
    border: 1px solid #000;
    padding: 5px 20px;
    margin: 0 5px;
    display: inline-block;
}
a.cat_button:hover{
    color: #000;
    background: #FFF;
    border: 1px solid #000;
}
a.link_tag {
    background: #000;
    color: #FFF;
    border:1px solid #000;
    padding: 3px 15px;
    margin-top: 6px;
    font-size: 16px;
    display: block;
}
a.link_tag:hover{
    background: #FFF;
    color: #000;
    border:1px solid #000;
}
.text_blend p {
    direction: ltr;
    font-size: 35px!important;
    line-height: 40px;
}
.text_blend a {
    direction: rtl;
}

.button_ltr {
    direction: ltr;
    position: absolute;
    bottom: 0;
    left: 0;
}
.button_ltr span.elementor-button-icon.elementor-align-icon-left {
    margin-left: 10px;
    margin-right: 0;
}
img.b2_logo {
    width: 85px;
    margin-top: 20px;
}
section#clouds{
    background-position: top left;
    animation: cloud_bg_move 200s;
}
@keyframes cloud_bg_move {
    50% {background-position: top right;}
}
#swiper2B .swiper-container {
    width: 100%;
    height: 840px;
}

body {
    position: relative;
    font-family: sans-serif;
}
.swiper-slide-active {
    z-index: 3;
}
.cta {
    padding: 12% 0;
}
.cta__slider-wrapper {
    position: relative;
    width: 100%;
    float: left;
    height: 100vh;
}
.cta__slider-wrapper .block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
}
.cta__slider {
    min-height: 50vh;
}
.cta__slider .swiper-slide {
    overflow: hidden;
}
.cta__slider-arrows {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.cta__slider-arrow {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
}
.cta__slider-arrow.cta__slider-arrow--previous {
    left: 0;
}
.cta__slider-arrow.cta__slider-arrow--next {
    left: 50%;
}
.cta__slider-item {
    position: relative;
}
.cta__slider-item img {
    object-fit: cover;
}
.cta__slider-counter {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    padding: 20px 40px;
    color: #fff;
}
.cta__cta {
    padding-top: 12%;
    max-width: 480px;
}
.fade-in {
	opacity: 1;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 2s;
}

@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
    50%{
        opacity: 0.5;
    }
	100% {
		opacity: 1;
	}
}