/* 
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.2.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
*/

/*
    Add your custom styles here
*/

.elementor-sticky--active {
    z-index: 98 !important;
}

[data-elementor-type="header"] .elementor-sticky--active {
    z-index: 99 !important;
}

* {
    accent-color: #7C1205
}

body *{
    font-family: "IBM Plex Sans Hebrew", Sans-serif;
}

:root {
    --gray: #E8E8E8;
}

button:focus {
    outline: unset !important;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }


.in_cart {
    border-color: var(--e-global-color-primary) !important;
}

#products,
.home #baskets {
    display: grid;
    grid-template-columns: repeat(2, minmax(100px, 1fr));
    grid-gap: 10px;
}

.home #baskets {
    grid-gap: 50px 30px;
}

@media screen and (min-width:1024px) {
    #products{
        grid-template-columns: repeat(5, minmax(100px, 1fr));
        grid-gap: 20px;
    }
} 



#baskets .p_box{
    padding: 20px;
}

#baskets .p_box > div {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

#baskets .p_box .basket-title {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

#baskets .p_box .p_price {
    margin: 0;
}

#baskets .p_box .b_img {
    height: 160px !important;
    width: 200px;
    object-fit: contain;
}

#baskets .p_box .p_name {
    padding: 0;
    font-size: 30px;
    font-weight: 600;
}

#baskets .p_box .b_price {
    color: var(--e-global-color-primary);
    font-weight: 600;
    font-size: 22px;
}

.p_add_to_cart_btn_basket {
    border-color: var(--e-global-color-primary);
}

.p_add_to_cart_btn_basket.active {
    font-weight: 800;
    width: 220px;
}

.p_add_to_cart_btn_basket.light {
    background: transparent;
    color: var(--e-global-color-primary);
}

#baskets ul{
    font-family: "IBM Plex Sans Hebrew", Sans-serif;;
    width: 100%;
    padding: 0;
    display: none;
    flex-direction: column;
    gap: 5px;
    font-size: 1.2rem;
    max-height: 500px;
    overflow-y: auto;
}

#baskets ul li{
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

#baskets ul li span{
    color: var(--e-global-color-primary);
    font-weight: 500;
}

#baskets ul li img{
    width: 50px;
    height: 50px;
    object-fit: contain;
}

@media screen and (max-width:1024px) {
    #baskets{
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }

    #baskets .p_box > div {
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between;
        width: 100%;
        align-items: center;
        text-align: center;
        gap: 10px;
    }

    #baskets .p_box {
        gap: 10px;
        max-height: 100vh;
    }

    .p_add_to_cart_btn_basket.active,
    .p_add_to_cart_btn_basket{
        width: 100%;
    }

    div#mini_cart {
        max-height: 260px !important;
    }

    .cart_footer_inner {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
    }
    
    .cart_footer_inner > div:nth-child(2){
        text-align: right;
    }

    .rtl .cart_footer_inner > div:nth-child(2){
        text-align: left;
    }
   
    .cart_footer_inner > div:nth-child(3){
        display: none;
    }

} 

.popup-wrap{
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000000c9;
    left: 0;
    top: 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.popup-wrap .p_box {
    width: 90%;
    max-width: 550px;
    background: white;
    box-shadow: unset;
    position: relative;
}

.popup-wrap#baskets .p_box ul{
    display: flex;
}

.popup-wrap .close{
    position: absolute;
    top: 4px;
    left: 10px;
    font-size: larger;
    cursor: pointer;
    font-weight: 900;
}
.popup-wrap .p_add_to_cart_btn_basket.light{
    display: none;
}
.popup-wrap .p_add_to_cart_btn_basket.active{
    width: 100%;
}

.p_box {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    border: 1px solid lightgray;
    box-shadow: 1px 2px 10px lightgray;
    border-radius: 10px;
    font-family: var(--e-global-typography-primary-font-family);
    justify-content: space-between;
    border-bottom-right-radius: 20px;
    gap: 0;
}

.rtl .p_box {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 20px;
}

.p_img {
    height: 80px !important;
    width: unset !important;
    object-fit: contain;
    margin-top: 15px;
}

.p_name_desc {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.p_description {
    color: var(--e-global-color-secondary);
    font-size: 16px;
}

.p_name {
    color: var(--e-global-color-secondary);
    font-size: 17px;
    line-height: 1;
    font-weight: 300;
    padding: 11px;
}

.p_bottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.p_price {
    padding: 7px;
    padding-right: 20px;
    color: var(--e-global-color-secondary);
    font-size: 20px;
    font-weight: 500;
}

.p_add_to_cart_box {
    background: var(--e-global-color-primary);
    border-radius: 20px 0;
    display: flex;
    align-items: center;
    position: relative;
    /* max-height: 50px; */
    justify-self: flex-end;
    align-self: end;
    padding: 5px 0;
}

.rtl .p_add_to_cart_box {
    border-radius: 0 20px 0;
}

.p_add_to_cart_box button {
    border: unset !important;
    color: white;
    background-color: unset !important;
    height: 30px;
    padding: 0 10px;
}




.p_add_to_cart_btn {
    background-repeat: no-repeat;
    background-image: url(./assets/images/cart.png);
    background-position: center;
    background-size: 33%;
    font-size: 0;
    min-width: 70px;
}

.p_add_to_cart_box:hover {
    background-color: var(--e-global-color-secondary) !important;
}

.empty-cart {
    position: absolute;
    top: -28px;
    left: 38px;
    background: #7C1205;
    color: white;
    border-radius: 6px;
    font-size: 10px;
    padding: 5px 15px;
    cursor: pointer;
    z-index: 9;
}

.rtl .empty-cart {
    left: unset;
    right: 38px;
}

.p_plus {
    display: none;
}

.p_minus {
    display: none;
}

.in_cart .p_add_to_cart_btn {
    display: none;
}

.in_cart .p_plus {
    display: block;
    font-size: 20px;
}

.in_cart .p_minus {
    display: block;
    font-size: 20px;
}

.in_cart_sum {
    display: none;
}

.in_cart .in_cart_sum {
    color: var(--e-global-color-secondary);
    display: flex;
    align-items: center;
    width: 30px;
    background: white;
    height: 26px;
    border-radius: 4px;
    font-size: 18px;
    justify-content: center;
    font-weight: 600;
}


@media screen and (min-width: 1024px ){
    .p_img {
        height: 130px !important;
        width: unset !important;
        object-fit: contain;
        margin-top: 40px;
    }
    .p_box {
        gap: 10px;
    }
    .p_name_desc {
        padding-bottom: 15px;
    }
}

.cat_top_btn {
    cursor: pointer;
}

.cat_top_btn.active {
    color: white;
    background-color: var(--e-global-color-secondary);
}

.cat_top_btn.active .elementor-heading-title {
    color: var(--e-global-color-a52ef5d) !important;
}

.cat_top_btn.active svg path {
    fill: var(--e-global-color-a52ef5d) !important;
}

.kupa_categories {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.kupa_category {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 20px;
    font-size: 13px;
    gap: 9px;
    border-left: 1px solid var(--e-global-color-d4f0074 );
}

.kupa_category:last-child {
    border: unset;
}

.p_categoreis_row {
    display: flex;
    gap: 10px;
    padding-bottom: 10px;
}

.p_categoreis_row span {
    padding: 5px 20px;
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #3365A029;
    font-family: var(--e-global-typography-primary-font-family);
    color: var(--e-global-color-secondary);
    cursor: pointer;
}

.p_categoreis_row span:before {
    content: '';
    width: 10px;
    height: 10px;
    border: 1px solid var(--e-global-color-primary);
    display: inline-block;
    margin-left: 0px;
    border-radius: 50%;
    margin-right: 7px;
}

.rtl .p_categoreis_row span:before {
    margin-left: 5px;
    margin-right: -7px;
}


.p_categoreis_row span.active {
    border-color: var(--e-global-color-primary);
    background: var(--e-global-color-24481e8);
}

.p_categoreis_row span.active:before {
    background: var(--e-global-color-primary);
}

#breadcrumbs {
    color: var(--e-global-color-secondary);
    font-family: var(--e-global-typography-primary-font-family);
    margin-bottom: 10px;
}

.sub_cats {
    display: flex;
    column-gap: 10px;
    flex-wrap: wrap;
    font-size: 14px;
    margin-bottom: 10px;
}

.sub_cats span{
    cursor: pointer;
}

.sub_cats span.active{
    font-weight: bold;
}


.pointer {
    cursor: pointer;
}

/* */

.notifyjs-bootstrap-added_to_cart {
    background: var(--e-global-color-a52ef5d) !important;
}

#cu-ils.active .elementor-widget-container,
#cu-usd.active .elementor-widget-container {
    background: #fdbc22;
}


.c_top:before {
    content: '';
    position: absolute;
    top: -10px;
    left: unset;
    right: -10px;
    width: 20px;
    height: 20px;
    border: 1px dotted #fff;
    border-radius: 50%;
    background: #3365A0;
}

.rtl .c_top:before{
    right: unset;
    left: -10px;
}

.c_top_l:before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: unset;
    width: 20px;
    height: 20px;
    border: 1px dotted #fff;
    border-radius: 50%;
    background: #3365A0;
}

.rtl .c_top_l:before{
    right: -10px;
    left: unset;
}


.c_bottom_l:after {
    content: '';
    position: absolute;
    bottom: -10px;
    right: unset;
    left: -10px;
    width: 20px;
    height: 20px;
    border: 1px dotted #fff;
    border-radius: 50%;
    background: #3365A0;
}

.rtl .c_bottom_l:after {
    right: -10px;
    left: unset;
}




/* ----- checkout ----- */

#payment-form * {
    font-family: "IBM Plex Sans Hebrew", Sans-serif !important;
}

#payment-form button {
    display: flex;
    align-items: center;
    justify-content: center;
}

.kupa_nav_tab {
    opacity: 0.7;
    color: var(--e-global-color-secondary);
    font-family: "IBM Plex Sans Hebrew", Sans-serif;
}

.kupa_nav_tab span:nth-child(1) {
    text-align: center;
    background: var(--e-global-color-secondary);
    color: white;
    width: 21px;
    display: inline-block;
    height: 21px;
    margin-left: 4px;
    border-radius: 50%;
    font-size: 12px;
    line-height: 23px;
}


.kupa_nav_tab.active span:nth-child(1) {
    background: var(--e-global-color-primary);
}

.kupa_nav_tab.past span:nth-child(1) {
    background: var(--e-global-color-secondary);
}

[data-tab].active {
    opacity: 1;
    color: var(--e-global-color-primary);
}

[data-tab].past {
    color: var(--e-global-color-secondary);
}

.kupa_nav_tab span:nth-child(2) {
    font-size: 13px;
}

.line {
    width: 50px;
    flex-grow: 1;
    border-bottom: 1px dotted var(--e-global-color-secondary);
    height: 13px;
}

.kupa_nav_bar {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin-bottom: 25px;
    /* align-items: flex-start; */
}

.kupa_tabes {
    min-height: 275px;
}

.kupa_tabes .kupa_nav_item {
    display: none;
}

.kupa_tabes .kupa_nav_item.active {
    display: block;
    min-height: 250px;
}



div#strip-wrap {
    padding: 30px 50px;
    max-width: 650px;
    margin: auto;
}

div.spinner-wrap {
    min-height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    grid-column: span 6;
}

.spinner-el {
    margin: auto;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2.4px solid;
    border-color: #3365a0 #0000;
    animation: spinner-0tkp9a 1s infinite;
}

#payment-form .spinner-el {
    border-color: #fff #3365a0;
    width: 20px;
    height: 20px;
    margin: unset;
    margin-right: 10px;
    border-width: 2.1px;
}



@keyframes spinner-0tkp9a {
    to {
        transform: rotate(.5turn);
    }
}

#nedarim-frame-wraper {
    max-width: 500px;
    margin: auto;
    display: block;
}

.kupa_nav_item_header {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    font-family: "IBM Plex Sans Hebrew", Sans-serif;
    align-items: center;
}

.kupa_nav_item_header>span {
    background: 1px solid #DAE1EA;
    border-radius: 9px;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 17px;
}

.kupa_cart {
    background: var(--e-global-color-secondary);
    border-radius: 9px;
    display: flex;
    align-items: center;
    color: white;
    font-size: 14px;
    font-weight: 500;
    padding: 7px 20px;
    justify-content: space-between;
    margin-bottom: 20px;

}

span.kupa_price {
    font-size: 25px;
    font-weight: bold;
}

.kupa_cart>span:nth-child(2) {
    margin-inline-end: 50px;
}

.kupa_cart img {
    width: 20px;
    margin-inline-end: 12px;
}

.kupa_checkout_form {
    font-family: "IBM Plex Sans Hebrew", Sans-serif;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.kupa_checkout_form select,
.kupa_checkout_form textarea,
.kupa_checkout_form input {
    background: #F1F1F1;
    border-radius: 9px;
    border: unset;
    font-size: 14px;
    box-sizing: border-box;
    max-width: 100%;
}


.kupa_checkout_form_control {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.kupa_checkout_form_control:nth-child(1) {
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 30px;
    margin-bottom: 10px;
}

.kupa_checkout_form_control:nth-child(2) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.kupa_checkout_form .kupa_checkout_btn {
    padding-top: 20px;
    text-align: left;
}

.kupa_checkout_form label {
    font-size: 12px;
    color: var(--e-global-color-primary);
    font-weight: 900;
}

.kupa_checkout_donate_section label{
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 11px;
    cursor: pointer;
}

.kupa_nav_tab:nth-child(1) {
    padding-left: 15px;
}

.kupa_nav_tab:nth-child(3) {
    text-align: center;
    padding: 0 10px;
}

.kupa_nav_tab:nth-child(5) {
    text-align: left;
    padding-right: 10px;
}


.kupa_checkout_form button {
    background: #FFDA34;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.06);
    border-radius: 9px;
    color: var(--e-global-color-secondary);
    font-family: "IBM Plex Sans Hebrew", Sans-serif;
    width: unset;
    display: inline;
}

@media screen and (max-width:1024px) {
    .kupa_nav_bar {
        flex-direction: column;
        align-items: flex-start;
        zoom: 1.3;
    }

    .kupa_nav_tab {
        text-align: right;
        z-index: 9;
        position: relative;
        background: white;
        padding: 0 !important;
    }

    .kupa_nav_tab span:nth-child(1) {
        text-align: center;
    }

    .line {
        transform: rotate(270deg);
        /* display: none; */
        margin-right: 8px;
        position: relative;
        z-index: 1;
        width: 17px;
    }

    .kupa_nav_item_header > span{
        display: none;
    }

    .kupa_checkout_form_control {
        grid-template-columns: 1fr !important;
    }

    .home #baskets {
        display: grid;
        grid-template-columns: repeat(1, minmax(100px, 1fr));
        grid-gap: 10px;
    }
    .kupa_cart {
        background: var(--e-global-color-secondary);
        border-radius: 9px;
        display: flex;
        color: white;
        font-size: 14px;
        font-weight: 500;
        padding: 7px 20px;
        text-align: center;
        justify-content: flex-start;
        margin-bottom: 20px;
        flex-direction: column;
        align-content: center;
        align-items: center;
    }
    .kupa_cart>span:nth-child(2) {
        margin-inline-end: 0px;
        margin-bottom: 10px;
    }


    .kupa_cart img {
        width: 20px;
        margin-inline-end: 0px;

    }
}


.kupa-repeater-options {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-family: var(--e-global-typography-accent-font-family), sans-serif;
    font-size: 15px;
}

.kupa-repeater-options .kupa_label {
    display: flex;
    align-items: center;
    gap: 5px;
}

form#donate-form {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

form#donate-form .kupa_label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
}

form#donate-form  button {
    background: var(--e-global-color-primary);
    color: white;
    border: unset;
    font-size: 15px;
    padding: 5px 17px !important;
}

#donate-input{
    padding: 10px;
    background: #ffffffbf;
    border: unset;
}

.kupa-repeater-options .kupa_label input[type=number] {
    width: 50px;
    padding: 3px;
    background: #ffffffbf;
    border: unset;
}

.kupa_popup_chice,
.kupa_popup_chice_2 {
    /*color: #7C1205;*/
    /*font-size: 20px;*/
}
input#duration {
    max-width: 50px;
    background: transparent;
    border: 1px solid;
    color: white;
    font-weight: bold;
    text-align: center;
}
.kupa_cancel_interval,
.kupa_cancel_interval_2 {
    color: #3365A0;
    font-size: 0.8em;
    cursor: pointer;
}

.kupa_cart-box{
    display: none;
}

#cart_count{
    display: none;
    pointer-events: none;
}


/* Mini-Cart */

div#mini_cart {
    max-height: 350px;
    overflow-y: auto;
}

div#cart_list {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 10px;
    /* margin-bottom: 39px; */
}

.cart_item {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    font-size: 12px;
    color: var(--e-global-color-secondary);
    border-bottom: 1px solid var(--e-global-color-d4f0074);
    padding: 6px 0;
}

.cart_item:last-child {
    border: unset;
}

.one-line{
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}


.cart_item_r {
    display: flex;
    align-items: center;
    gap: 5px;
}

.cart_item p{
    margin: 0;
}

.cart_item p:nth-child(3) {
    color: var(--e-global-color-primary);
}

.cart_item_r h5 {
    margin: 0;
    font-size: 16px;
}

.cart_item_l {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cart_item_r img {
    width: 50px;
    max-height: 80px;
    object-fit: contain;
}

.cart_price {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
}

.cart_price > span {
    display: flex;
    width: 23px;
    height: 23px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--e-global-color-secondary);
    border-radius: 6px;
    color: var(--e-global-color-primary);
    font-weight: bold;
    flex-basis: 50px;
}

.cart_price > button {
    padding: 0;
    border: unset;
    background: unset;
    font-size: 22px;
    color: var(--e-global-color-secondary);
    box-shadow: unset;
}

.cart_item_l > span {
    font-size: 16px;
    white-space: nowrap;
}

.cart_footer {
    background: var(--e-global-color-secondary);
    border-radius: 0 0 10px 10px;
    display: flex;
    flex-direction: column;
    padding: 10px 15px;
    color: white;
    position: absolute;
    bottom: 0;
    transform: translateY(100%);
    width: 100%;
}

.cart_footer_inner{
    display: flex;
    justify-content: space-between;
}

.delivery_message_after_add_to_cart{
    color: var(--e-global-color-a52ef5d);
    text-align: center;
    font-weight: 600;
    margin: 2px;
}

.cart_footer_inner > div:nth-child(1) .price-total{
    font-size: 1.4rem;
    font-weight: bold;
}

button:disabled{
    opacity: 0.5;
}

.cart_footer a {
    white-space: nowrap;
    background: var(--e-global-color-a52ef5d);
    padding: 5px 10px;
    color: var(--e-global-color-secondary);
    border-radius: 10px;
    font-size: 13px;
}

.cart_footer small {
    font-size: 0.7em;
}

[data-basket]{
    position: relative;
    overflow: hidden;
}


.basket-products-list{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}


.basket-products-list > div{
    min-width: 200px;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 20px;
}

.basket-products-list img{
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.back{
    background: #FFDA34 !important;
    border: 1px solid #FFFFFF !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.06) !important;
    border-radius: 9px !important;
    color: var(--e-global-color-secondary) !important;
    font-family: "IBM Plex Sans Hebrew", Sans-serif !important;
    width: unset !important;
    display: inline !important;
}


div#donate-form > div {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-top: 12px;
}

div#donate-form > div input{
    max-width: 200px;
}

div#donate-form > div label{
    cursor: pointer;
    font-size: large;
}

div#donate-form > div input[type=radio]{
    display: none;
}

div#donate-form > div label span{
    opacity: 0.5;
}

div#donate-form > div label input:checked + span{
    opacity: 1;
}

div#donate-form .donate-form-labels{
    display: flex;
    gap: 5px;
}

.rtl div#donate-form .donate-form-labels {
    flex-direction: row-reverse;
}

.test-msg {
    position: fixed;
    bottom: 0;
    padding: 10px;
    background: red;
    color: white;
    width: 100%;
    text-align: center;
    z-index: 99999;
}

#nedarim-frame-wraper label{
    width: 100%;
}

#nedarim-frame-wraper label span{
    color: #808080;
    display: block;
    margin-block-end: 3px;
    font-size: 13px;
}

#nedarim-frame-wraper select{
    opacity: 0.4;
}
.rtl .plaintext{
    unicode-bidi: plaintext;
}