/* 
Theme Name: Hello Elementor Child
Theme URI: https://www.TalPress.co.il
Description: A Theme For
Author: TalPress
Author URI: https://www.TalPress.co.il
Template: hello-elementor
Version: 1.0.1
Text Domain: talpress
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
*/

body {
    overflow-x: hidden;
    font-family: "Assistant", serif;
}

.grecaptcha-badge {
    display: none !important;
}

input[type=tel] {
    text-align: right;
}

.tp-credit {
    color: #000;
    font-size: 14px;
    text-align: center;
    padding: 3px 0;
}

.tp-credit a {
    color: #000
}

/* Product Icons */
.product-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.product-icons .product-icon {
    width:87px;
    height:87px;
    position: relative;
}
.product-icons .product-icon img{
    width: 100%;
}
.product-icons .product-icon .product-icon-text {
    position: absolute;
    direction: rtl;
	line-height:18px;
}
.Maximummoistur .text1 {
    top: 19px;
    right: 28px;
}
.Maximummoistur .text2 {
    bottom: 22px;
    right: 35px;
}
.Minimumusage .text1 {
    bottom: 13px;
    right: 22px;
}
.Maximumusage .text1 { 
    bottom: 13px;
    right: 20px;
}
.Dryingtime-P .text1 {
    bottom: 11px;
    right: 50%;
    transform: translateX(50%);
}
.Dryingtime-N .text1 {
        bottom: 11px;
    right: 50%;
    transform: translateX(50%);
}

.variations .label {
    display: none;
}
.woocommerce div.product form.cart .variations select{
    max-width: 100%;
    min-width: 50%;
    width: 50%;
}

table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background-color: #fff;
}
.pa-size-note{
    font-size: 17px;
    color:#070707;
    line-height:1.4;
    margin-top: 10px;
}

.woocommerce div.product form.cart div.quantity {
    float: none;
    margin: 0;
    display: flex
;
    gap: 0;
    background: #C3C3C4;
    padding: 3px;
    border-radius: 8px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.single-product .quantity button.minus,.single-product .quantity button.minus:hover {
    margin: 0 !important;
    color:#000;
    border:none !important;
    background-color: transparent !important;
}
.single-product .quantity button.plus,.single-product .quantity button.plus:hover {
    border:none !important;
    color:#000;
     margin: 0 !important;
     background-color: transparent !important;
}
.single-product .quantity input[type=number]{
    border:none !important;
    background: transparent !important;
}
/* Chrome, Safari, Edge, Opera */
.single-product .quantity input[type=number]::-webkit-inner-spin-button,
.single-product .quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.single-product .quantity input[type=number] {
  -moz-appearance: textfield;
}
.single-product .single_add_to_cart_button {
    margin-right: 0px !important;
    background-color: #5D5D5D !important;
    color: #fff;
    width: 50%;
    min-width:380px;
    min-height: 46px;
    border-radius: 8px !important;
    font-size: 30px !important;
    padding: 0px 90px 0px 0px !important;
    font-weight: 400 !important;
}

.woocommerce-variation-price {
    position: absolute;
    left: 40%;
    transform: translateX(-50%);
    bottom: 0;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price{
    font-size: 39px;
    color:#46474A;
}
Ul.documents-list{
    list-style: none;
    padding: 0;
    margin: 0;
}
.documents-list-empty{
    font-size: 27px;
    color:#070707;
    line-height:1.4;
    margin-top: 10px;
}
ul.documents-list li.document-item{
    margin-bottom: 15px;
}
ul.documents-list li.document-item a {
    display: flex;
    gap: 10px;
    align-items: start;
}
.doc-text{
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.doc-name{
    font-size: 24px;
    color:#070707;
    line-height:1.4;
    font-weight: 400;
}
.doc-size{
    direction: ltr;
    color:#070707;
}
span.doc-icon {
    margin-top: 8px;
}


.bright-meter {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-bottom: 30px;
    width: 600px;
    margin: 0 auto;
    max-width: 100%;
}

.bright-meter .box {
  width: 16%;
  
  height: 24px;
  border: 2px solid red;
  background: transparent;
}

.bright-meter .box.active {
  background: red;
}

.bright-meter .bright-label {
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    display: block;
    position: relative;
    top: 25px;
    right: 0;
    text-align: center;
    color:#070707;
    white-space: nowrap;
}


.washable-meter {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-bottom: 30px;
    width: 600px;
    margin: 0 auto;
    max-width: 100%;
}

.washable-meter .box {
    flex: 1;
    height: 24px;
    border: 2px solid #1a237e;
    background: transparent;
    position: relative;
}

.washable-meter .box.active {
    background: #1a237e;
}

.washable-meter .num {
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    color: #000;
}

.washable-meter .washable-label {
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    color: #070707;
}
.wpc-filters-section {
    background-color: #CBD6E9;
    padding: 22px;
}
.wpc-filter-title {
    justify-content: center !important;
    font-size: 26px;
    font-weight: 600;
    color: #070707;
}
.wpc-filter-header {
    border-bottom: 3px solid #003792;
    margin-bottom: 20px;
}

.wpc-term-item-content-wrapper a.wpc-filter-link {
    font-size: 25px;
    color: #070707;
    font-weight: 600 !important;
}
.wpc-term-item-content-wrapper input[type="checkbox"] {
    width: 20px;
    height: 20px;
}
.wpc-term-item-content-wrapper label {
    font-size: 25px;
}
.wpc-term-count{
    opacity: 1;
}
span.wpc-term-count-brackets-open{
    display: inline-block;
    margin-right: 7px;
    color: #070707;
    opacity: 1;
}
span.wpc-term-count-brackets-close {
    display: inline-block;
    color: #070707;
    opacity: 1;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom img, a.wishlist_products_counter.top_wishlist-custom img, span.wishlist_products_counter.top_wishlist-custom img{
    width: 26px !important;
    max-width: 26px !important;
    height: 36px !important;
    max-height: 36px !important;
}
.e-loop-item .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom img,.e-loop-item a.wishlist_products_counter.top_wishlist-custom img, .e-loop-itemspan.wishlist_products_counter.top_wishlist-custom img{
        width: 22px !important;
    max-width: 22px !important;
    height: 29px !important;
    max-height: 29px !important;
}
button[name="tinvwl-add-to-cart"]{
background-color: #5D5D5D !important;
color: #fff !important;
font-size: 24px !important;
font-weight: 400 !important;
width: 100% !important;
min-width: 100% !important;
}
@media (max-width: 960px) {
.woocommerce-variation-price {
    position: absolute;
    left: 30%;
    transform: translateX(-50%);
    bottom: 0;
}
.product-icons .product-icon {
    width: 72px;
    height: 72px;
    position: relative;
}
.product-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
}
.Maximummoistur .text1 {
    top: 16px;
    right: 24px;
    font-size: 12px;
}
.Maximummoistur .text2 {
    bottom: 19px;
    right: 30px;
    font-size: 12px;
}
.Minimumusage .text1 {
    bottom: 13px;
    right: 22px;
    font-size: 12px;
}
.Maximumusage .text1 {
    bottom: 13px;
    right: 20px;
    font-size: 12px;
}
.Dryingtime-P .text1 {
    bottom: 11px;
    right: 50%;
    transform: translateX(50%);
    font-size: 12px;
}
.Dryingtime-N .text1 {
    bottom: 11px;
    right: 50%;
    transform: translateX(50%);
    font-size: 12px;
}
.pa-size-note {
    font-size: 20px;
    color: #070707;
    line-height: 1.4;
    margin-top: 10px;
}
.doc-name {
    font-size: 20px;
    color: #070707;
    line-height: 1.4;
    font-weight: 400;
}
.single-product .single_add_to_cart_button{
        width: 100%;
    min-width: 240px;
    font-size: 24px !important;
}
.woocommerce-variation-price{
            position: static;
        transform: unset;
        margin-top: -10px;
        margin-bottom: 20px;
}
.wpc-filter-title{
        font-size: 20px;
}
.wpc-term-item-content-wrapper label {
    font-size: 18px;
}
.wpc-filters-section {
    background-color: #CBD6E9;
    padding: 10px;
}
.wpc-term-item-content-wrapper a.wpc-filter-link {
    font-size: 18px;
}
.wpc-term-item-content-wrapper input[type="checkbox"] {
    width: 16px;
    height: 16px;
}
}
@media (min-width: 480px) and (max-width: 768px) {
    .wpc-filters-widget-content{
    display: block !important;
}
.wpc-filters-open-button-container{
    display: none !important;
}
}