/*
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");

p {
    margin-top: 0;
}
/* Product badges */
ul.product_badges {
    position: absolute;
    top: 0;
    right: 5px;
    list-style: none;
    padding-right: 0;
}
.single ul.product_badges {
    position: absolute;
    top: 25px;
    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: 20px;
    width: fit-content;
    font-size: 13px;
    margin-bottom: 8px;
    color: #171719;
    background: #EAEAEA;
}
ul.product_badges li.hot_product{
    background: #FF5151;
    color:#FFF;
}
ul.product_badges li.badge_onsale{
    background: #FC4656;
    color:#FFF;
}
ul.product_badges li.wd_badge.badge_new {
    background: #FDEC43;
    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-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;
}
 .woocommerce .woocommerce-breadcrumb {
    margin: 0;
    padding: 0;
}

/* 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: #FDEC43 !important;
}
li.pfp-filter-chip.pfp-chip-reset-all a {
    border-radius: 8px !important;
    border: none !important;
    background: #FDEC43;
    color: #FFF !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;
}
.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: #FDEC43;
    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: #FDEC43!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: #fdec43;
    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;
    } 
}

.ti-widget-container.ti-col-5 {
    display: flex;
    flex-direction: row-reverse;
    column-gap: 15px;
}
.ti-widget.ti-goog .ti-footer {
    padding-right: 0;
    padding-left: 20px;
}

/* product_payment_warranty */
.product-acf-info{
  display:flex !important;
  flex-direction:row; 
  align-items:flex-start;
  gap:24px;
  padding:8px 0 12px;
  border-bottom:1px solid #CCC;
}

.product-acf-info__col{flex:1; min-width:0; text-align:right;}
.product-acf-info__warranty{flex:0 1 42%;} 
.product-acf-info__payments{flex:1;} 

.product-acf-info__divider{
  align-self:stretch;
  width:1px;
  background:#CCC;
}

.product-acf-info__title {
    margin: 0 0 6px;
    font-size: 17px;
}
.product-acf-info__content{font-size:.95rem; line-height:1.6;}

.product-acf-info__content ul{margin:0; padding:0; list-style:none;}

.product-acf-info__content ul li::before{
  content:"·";
  font-weight:700;
  margin-inline-end:.4rem;
}

@media (max-width:640px){
  .product-acf-info{flex-direction:column; gap:8px;}
  .product-acf-info__divider{display:none;}
  .product-acf-info__warranty, .product-acf-info__payments{flex:unset;}
}
.woocommerce-variation-price {
    display: none;
}

/* sticky-add-to-cart-woo */
.wsatc-variation select {
    width: 115px;
    max-width: 140px !important;
}
.wsatc-variation select {
    width: 115px;
    max-width: 140px !important;
    border-radius: 50px;
}
#wsatc-variations {
    margin-right: 0;
    margin-left: 10px;
}
a.wsatc-add-to-cart.wsatc-wiggle {
    border-radius: 50px;
}

.woocommerce-notices-wrapper{
    width: 1500px;
    margin: 0 auto;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 1em 3.5em 1em 2em;
    margin: 0 0 2em;
    position: relative;
    background-color: #FFF;
    color: #515151;
    border-top: 0 solid #000;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
}
a.button.wc-forward{
    background-color: var(--e-global-color-primary);
    color: #FFF;
}

@media(max-width:786px){
    .row_banners .e-con-inner{
        display: flex;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        justify-content: flex-start;
        overflow-x:auto;
        overflow-y:hidden;
    }
    .row_banners_banner {
        width: 235px !important;
        min-width: 235px !important;
    }
    .row_banners .e-con-inner::-webkit-scrollbar {
        height: 3px;
        background-color: #E2E2E2;
        margin: 0 10px;
    }
    .row_banners .e-con-inner::-webkit-scrollbar-track {
        border-radius: 10px;
        background-color: #E2E2E2;
    }
    .row_banners .e-con-inner::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: #333333;
    }

}
li.menu_marked {
    background: #E96133;
    padding: 2px 5px!important;
    width: fit-content;
}
li.menu_marked a{
    color: #FFF !important;
}