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

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

/* Product badges */
ul.product_badges {
    position: absolute;
    top: 0;
    right: 0;
    list-style: none;
    padding-right: 0;
}
.single ul.product_badges {
    position: absolute;
    top: 0;
    right: 0;
    list-style: none;
    padding-right: 0;
    z-index: 1;
}
ul.product_badges li, p.stock.stock_in, p.stock.out-of-stock {
    padding: 5px 15px;
    border-radius: 0;
    width: fit-content;
    font-size: 13px;
    margin-bottom: 5px;
    color: #FFF;
    background: #000;
}
ul.product_badges li.hot_product{
    background: #B83B5A;
    color:#FFF;
}
ul.product_badges li.badge_onsale {
    background: #B83B5A;
    color: #FFF;
    font-weight: 600;
}
ul.product_badges li.wd_badge.badge_new {
    background: #B83B5A;
    font-weight: 600;
}
/* Footer Top Categories*/
ul.top-categories {
    padding-right: 0;
    list-style: none;
}
ul.top-categories li{
    padding-top: 3px;
    padding-bottom: 3px;
}
ul.top-categories li a {
    color: #000;
}
p.stock.stock_in, p.stock.stock_out {
    background: #EEEEEE;
    color: #171719!important;
    font-size: 13px!important;
    font-weight: 600!important;
    padding: 2px 15px!important;
    border-radius: 13px;
    width: fit-content;
}
.elementor-sticky--active .elementor-icon-box-icon {
    height: 0;
    opacity: 0;
    transform: translateY(-20px);
    transition: all 0.5s ease;
    pointer-events: none;
    overflow: hidden;
    margin: 0 !important;
    padding: 0;
}
/* .elementor-sticky--active .elementor-icon{
    font-size: 0!important;
    transition: all 0.5s ease;
} */
.elementor-sticky--active .elementor-widget-icon-box .elementor-widget-container{
    padding: 10px 5px 10px 5px!important;
    min-height: 60px!important;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease;
}
.news_ticker p {
    margin-bottom: 0;
    text-align: center !important;
}
span.elementor-icon-list-text p {
    margin-bottom: 0;
}
/* ELEMENTOR MENU CART */
.elementor-menu-cart__main {
    width: 400px!important;
}
.elementor-menu-cart__product-image.product-thumbnail img {
    width: 50px;
}
/* VISUAL MENU */
.visual-menu-container {
    display: flex;
    column-gap: 15px;
    justify-content: center;
}
.visual-menu-container .menu-item.icon_sticky {
    background-color: var(--e-global-color-9eb8583);
    padding: 5px 10px 5px 10px;
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #FFF;
    border: 1px solid #B83B5A;
    border-radius: 0;
    transition: all 0.5s ease;
}
.visual-menu-container .menu-item.icon_sticky.active,
.visual-menu-container .menu-item.icon_sticky:hover {
    background: #B83B5A;
}
.visual-menu-container .menu-item.icon_sticky.active p, .visual-menu-container .menu-item.icon_sticky:hover p,
.visual-menu-container .menu-item.icon_sticky.active a, .visual-menu-container .menu-item.icon_sticky:hover a{
    color:#FFF;
}
.visual-menu-container .menu-item.icon_sticky p, 
.visual-menu-container .menu-item.icon_sticky a{
    font-size: 16px;
    line-height: 18px;
    color:#000;
    display: block;
    width: 100%;
    margin-bottom: 0;
    transition: all 0.5s ease;
}
.menu-item.icon_sticky:hover {
    background: #000;
}
.menu-item.icon_sticky img {
    max-width: 40px !important;
    min-height: 40px;
    max-height: 40px;
    margin-bottom: 5px !important;
}
.elementor-sticky--active .menu-item.icon_sticky img{
    max-width: 30px !important;
    min-height: 30px;
    max-height: 30px;
    transition: all 0.5s ease;
    margin: 0 !important;
    padding: 0;
}
.elementor-sticky--active .menu-item.icon_sticky a{
    display: flex;
    width: 100%;
    align-content: center;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease;
}
@media (max-width: 768px) {
    .visual-menu-container {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0;
        padding: 0 5px 10px;
        justify-content: flex-start;
    }
    .menu-item.icon_sticky {
        width: 150px;
        min-width: 150px;
        max-width: 150px;
        scroll-snap-align: center;
    }
    .menu-item.icon_sticky img {
        max-width: 25px !important;
        min-height: 25px;
        max-height: 25px;
        margin-bottom: 5px !important;
    }
    .visual-menu-container .menu-item.icon_sticky p, .visual-menu-container .menu-item.icon_sticky a {
        font-size: 14px;
    }
}
/* CAT CHILDREN ARCHIVE */
.cut_children {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    column-gap: 15px;
    justify-content: flex-start;
    overflow-y: hidden;
    overflow-x: auto;
    padding-bottom: 10px;;
}
.cut_children::-webkit-scrollbar {
    height: 5px;
}
.cut_children::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 10px;
}
.cut_children::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.cat_item {
    width: 120px;
    min-width: 120px;
    min-height: 100px;
    text-align: center;
    cursor: pointer;
    padding: 5px;
    background: #FFF;
    border-radius: 17px;
}
.cat_item a {
    color: #000;
}
nav.woocommerce-breadcrumb a {
    background: #000;
    color: #fff !important;
    padding: 3px 10px;
    border-radius: 10px;
}
@media screen and (max-width: 768px) {
    .cut_children {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding: 10px 0;
        justify-content: flex-start;
        column-gap: 10px;
    }
    
    .cat_item {
        flex: 0 0 auto;
        width: 150px;
    }
    p.cat_item_title {
        font-size: 14px;
        margin-top: 0;
    }
    .cut_children::-webkit-scrollbar {
        display: none;
    }
}

.cat_item.active{
    border: 1px solid var(--e-global-color-secondary);
}
p.cat_item_title {
    font-size: 15px;
    font-weight: 600;
    line-height: 16px;
    margin-top: 3px;
    margin-bottom: 0 !important;
}
/* plus filter */
.pfp-term-item-content-wrapper label a {
    color: #000 !important;
    margin-right: 5px;
}
ul.pfp-filters-ul-list li ul {
    list-style: none;
    padding-right: 15px;
    margin: 10px 0;
}
.pfp-filters-ul-list li {
    margin-bottom: 10px !important;
}
/* product archive */
input.pfp-filters-range-min, input.pfp-filters-range-max {
    border: none;
    width: 70px !important;
    padding: 0;
    color: #000;
    font-weight: 700;
}
input.pfp-filters-range-max {
    text-align: left;
}
.pfp-filter-title {
    margin-bottom: 5px!important;
    font-weight: 700;
    font-size: 18px;
}
.ui-slider-horizontal .ui-slider-range {
    background: #000 !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    background: #000 !important;
}
li.pfp-filter-chip.pfp-chip-reset-all span.pfp-filter-chip-name {
    border-radius: 8px !important;
    border: none !important;
    color: #000 !important;
    font-size: 16px;
    font-weight: 600 !important;
}
li.pfp-filter-chip a {
    font-size: 16px;
    font-weight: 600 !important;
    border-radius: 8px !important;
    border: none !important;
    background: #D4D9DD;
    color: #000 !important;
}
ul.pfp-filter-chips-list{
    padding-right: 0;
}
.pfp-filter-chip-name {
    margin-right: 0!important;
    color: #000 !important;
}
span.pfp-chip-remove-icon{
    margin-right: 5px!important;
}
ul.pfp-filter-chips-list.pfp-filter-chips-9347 {
    padding-right: 0;
}
body .pfp-filter-chips-list li.pfp-filter-chip, .pfp-filter-chips-list li, li.pfp-filter-chip {
    margin: 0 0 0 8px;
}
select.pfp-orderby-select {
    background: #fff;
    color: #000;
    padding: 5px;
    font-size: 17px;
    border-radius: 8px;
    border: none;
}
.woocommerce-breadcrumb a {
    white-space: nowrap;
}
.woocommerce-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    align-items: center;
}
@media (max-width: 768px) {
    .woocommerce-breadcrumb {
        white-space: nowrap;
        overflow-x: auto;
        display: block;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 10px !important;
        scrollbar-width: none;
    }
    .woocommerce-breadcrumb a {
        display: inline-block;
        padding-right: 10px;
    }
    .pfp-filters-range-column.pfp-filters-range-max-column {
        text-align: left;
    }
}
.wd_caculators p {
    margin-bottom: 5px;
}
.custom-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}
@media(max-width:786px){
    .custom-wrapper {
        display: flex;
        flex-wrap: wrap;
    }
}
.flex-control-nav {
    display: flex;
    justify-content: flex-start;
    gap: 1vw;
    list-style: none;
    padding-bottom: 8px !important;
    margin-top: 15px !important;
    overflow-x: auto!important;
    overflow-y: hidden;
    max-width: 100%;
    scrollbar-width: thin;
    scrollbar-color: #313335 #EAEAEA;
    scroll-behavior: smooth;
}
.flex-control-nav li {
    flex: 0 0 calc(100% / 5.5);
    display: inline-block;
}
.flex-control-nav img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 4px;
    cursor: pointer;
    transition: transform 0.3s ease;
}
.flex-control-nav img:hover {
    transform: scale(1.1);
}
.flex-control-nav::-webkit-scrollbar-thumb {
    background-color: #313335;
    border-radius: 10px;
}
.flex-control-nav::-webkit-scrollbar-track {
    background-color: #EAEAEA;
    border-radius: 10px;
}
ol.flex-control-nav.flex-control-thumbs li {
    border: 1px solid #CCC;
    border-radius: 10px;
    padding: 5px;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
    opacity: 1;
}
table tbody tr:hover > td, table tbody tr:hover > th {
    background-color: #FFF;
}
table tbody > tr:nth-child(odd) > td, table tbody > tr:nth-child(odd) > th {
    background-color: #FFF;
}
table tbody tr:hover > td, table tbody tr:hover > th {
    background-color: #FFF;
}
.e-n-tabs-heading .e-n-tab-title[aria-selected="true"] .e-n-tab-title-text {
    font-weight: bold; /* טקסט בולד לטאב פעיל */
}
a.pfp-filters-close-button {
    background: #000;
    color: #FFF;
}
a.pfp-filters-apply-button.pfp-posts-loaded {
    background: #000!important;
    color: #000!important;
    font-weight: 600!important;
}
.pfp-icon-html-wrapper {
    margin-right: auto!important;
    margin-left: 5px!important;
}
@media (max-width: 786px) {
    .e-n-tabs.e-activated .e-n-tabs-heading {
        display: flex;
        overflow-x: auto !important;
        justify-content: flex-start;
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch;
        margin: 10px 0;
        padding: 0 0 10px;
    }

    .e-n-tabs.e-activated .e-n-tab-title {
        flex: 0 0 auto; /* קובע שכל אלמנט יהיה ברוחב אוטומטי */
        margin-right: 10px; /* מרווח בין הטאבים */
    }

    .e-n-tabs.e-activated .e-n-tabs-heading::-webkit-scrollbar {
        height: 5px; /* גובה הסקרול */
    }

    .e-n-tabs.e-activated .e-n-tabs-heading::-webkit-scrollbar-thumb {
        background: #888; /* צבע של פס הגלילה */
    }

    .e-n-tabs.e-activated .e-n-tabs-heading::-webkit-scrollbar-track {
        background: #f1f1f1; /* צבע רקע של פס הגלילה */
    }
    button.e-n-tab-title {
    margin: 0 !important;
    line-height: 22px !important;
}
}
/* FOOTER CREDIT */
.foot_credit {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-content: stretch;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.foot_credit p, .foot_credit a{
    margin-bottom: 0!important;
}
@media(max-width:786px){
    .foot_credit {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    .foot_credit p, .foot_credit a{
        text-align: center;
        margin-bottom: 0!important;
    }
}
.wsatc-stick-cart-wrapper .wsatc-price {
    color: #000;
    border-radius: 10px;
    font-weight: 700;
    font-size: 16px;
}
.wsatc-stick-cart-wrapper .wsatc-add-to-cart {
    background-color: #000;
    color: #000000;
    padding: 10px 30px;
    font-weight: 700;
    font-size: 16px;
}
.wsatc-stick-cart-wrapper .product-title {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}
@media(max-width:786px){
    .wsatc-stick-cart-wrapper .product-title {
        font-size: 14px;
        line-height: 18px;
    } 
}

span#postUrl {
    font-weight: 600;
    cursor:pointer;
}
.short_link p {
    margin-bottom: 0;
}
.product_meta span.detail-content a {
    color: #FFF !important;
    background: #B4375A;
    padding: 2px 6px;
    border-radius: 5px;
}
.detail-container {
    margin-bottom: 10px;
}
li.custom-badge{
    font-weight: 600;
}




