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

.custom-range-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 10px;
}

.custom-range-wrapper input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 16px;
    width: 16px;
    background: black;
    border-radius: 50%;
    cursor: pointer;
}
.custom-range-wrapper .range-labels {
    display: flex;
    justify-content: space-between;
    margin-top: 4px;
    font-size: 12px;
}
.custom-range-wrapper .current-value {
    text-align: center;
    font-weight: bold;
    margin-bottom: 4px;
}
.custom-range-wrapper input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    height: 6px;
    background: #76767697; 
    border-radius: 3px;
    outline: none;
}



.variations_form table.variations tr,
.variations_form table.variations th,
.variations_form table.variations td {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
	padding:0px 0px 4px 0px;
}
.variations_form table.variations {
  background-color: #fff !important;
}
table.variations tr {
  display: block;
}

table.variations th.label,
table.variations td.value {
  display: block;
  text-align: right;
}

.single p.price del{font-size:1.4rem;}


/* styling for range price slider - this method take care for all Devices sizes! */
.noUi-handle-lower {
  left: 0% !important;
  right: auto !important;
  transform: translateX(0%) !important;
}

.noUi-handle-upper {
  left: 0% !important;
  right: auto !important;
  transform: translateX(-100%) !important;
}

.ue_taxonomy_item[data-title="מגוון"] .ue_taxonomy_item_decorator {
  background: linear-gradient(135deg, #b3b3b3 50%, #f5f5dc 50%);
}






/*change variation circle button to octagon*/
.woo-variation-swatches .wvs-style-rounded.variable-items-wrapper .variable-item:not(.radio-variable-item){
	border-radius:0px;
  clip-path: polygon(
    30% 0%, 70% 0%,
    100% 30%, 100% 70%,
    70% 100%, 30% 100%,
    0% 70%, 0% 30%
  );
	background:rgba(118,118,118,0.2);

}
.variable-items-wrapper .variable-item.selected {
    background-color: black !important;
    color: #fff !important;
}

.variable-item.button-variable-item{
	height:40px!important;
	width:40px!important;
}


.variable-item.button-variable-item {
    clip-path: polygon(
        30% 0%, 70% 0%,
        100% 30%, 100% 70%,
        70% 100%, 30% 100%,
        0% 70%, 0% 30%
    );
    background-color: black;
    color: white;
}


.variable-item.color-variable-item {
    clip-path: none !important;
    border-radius: 50% !important;
    background-color: transparent;
}


/* CART */

/* .woocommerce-cart-form__cart-item .variation {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 5px;          
}

.woocommerce-cart-form__cart-item .variation dt {
    font-weight: 600;          
    margin-right: 5px;       
    white-space: nowrap;
}

.woocommerce-cart-form__cart-item .variation dd {
    margin: 0; 
    white-space: nowrap;
}

.woocommerce-cart-form__cart-item .product-quantity .quantity input.qty {
    text-align: center;
} */

.woocommerce-cart-form__cart-item .variation {
    display: none !important;
}

.uc_btn_txt{font-weight: 600;font-size: 14px;}


section.related.wt-related-products li.product{align-content:space-evenly;}

section.related.wt-related-products li.product span.price{font-size:18px;}

section.related.wt-related-products li.product a.button{background:#ececec;color:#000;border-radius:0px;padding:10px 20px}

section.related.wt-related-products li.product span.onsale{background: #def227;color:#000;}





/*Change single product slider bullets to balls icons*/
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    -webkit-mask-image: url('https://tennistrike.com/wp-content/uploads/2025/07/tennis-ball-icon.svg');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    mask-image: url('https://tennistrike.com/wp-content/uploads/2025/07/tennis-ball-icon.svg');
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    opacity: 0.5;
    transition: opacity 0.3s;
    margin: 0 6px;
    border: none !important;
  }
  
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    -webkit-mask-image: url('https://tennistrike.com/wp-content/uploads/2025/07/tennis-ball-icon-active.svg');
    mask-image: url('https://tennistrike.com/wp-content/uploads/2025/07/tennis-ball-icon-active.svg');
  }



  .ue_checkfilter_title{display: none;}
  .ue-range-label{display:none ;}



  






  .categories-swiper {
    background: #fff;
    padding: 100px 10px 10px 10px;
    box-sizing: border-box;
  }
  
  .categories-swiper .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .category-card {
    display: flex;
    align-items: center;
    justify-content: center;
    outline: 1px solid black; 
    border-radius: 0;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    background: #fff;
    width: 147px;
    height: 250px!important;
  }
  
  .category-card img {
    max-width: 150px;
    margin: 0 auto 10px;
    display: block;
  }
  
  .category-card span.cat_name {
    font-size: 18px;
    color: #333;
    font-weight: 400;
    text-decoration: none;
    font-family: 'Assistant';

  }

  .swiper-rtl .swiper-button-prev,.swiper-rtl .swiper-button-next{
    top:6vh;
  }
  .swiper-rtl .swiper-button-next{
    right: 4vw;
  }

  
.swiper-button-next,
.swiper-button-prev {
    color: black!important;
    border:1px solid black;
    border-radius: 100%;
    padding: 20px;
}


.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 24px!important;
}







    /*Mobile*/
    @media screen and (max-width:480px) {
      .ue_checkfilter_title{display: block;font-weight: 600!important;}
      .ue-range-label{display:block;font-weight: 600!important;}


      .category-card {
        padding: 20px;
        width: 120px;
        height: 180px!important;
      }

      .category-card span.cat_name {
        font-size: 16px;
        color: #333;
        font-weight: 400;
        text-decoration: none;
        font-family: 'Assistant';
    
      }

      .category-card img {
        max-width: 100px;
        margin-top: 10px;
    
      }


      .swiper-rtl .swiper-button-next{
        right: 85%;
      }
    
  
    }
  