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

@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&display=swap');


body {
    font-family: "Heebo", sans-serif;
}

.container {
    max-width: 1320px;
    margin: 0 auto;
}

.page-header .entry-title,
.site-footer .footer-inner,
.site-footer:not(.dynamic-footer),
.site-header .header-inner,
.site-header:not(.dynamic-header),
body:not([class*=elementor-page-]) .site-main {
    max-width: 1320px !important;
}

.page-header .entry-title {
    display: none;
}


.woocommerce-info {
    border-top-color: #000;
}

.woocommerce-info::before {
    color: #000;
}


.woocommerce-breadcrumb {
    color: #000 !important;
    margin-top: 10px !important;
}

.woocommerce-breadcrumb a {
    color: #000 !important;
}

.floating_whatsapp {
    position: fixed;
    bottom: 60px;
    left: 0;
    z-index: 5;
    background: #000;
    padding: 10px 10px 6px 10px;
    border-radius: 0 10px 10px 0;
}

.floating_whatsapp img {
    width: 20px;
}

.yydev-accessibility .yy-button {
    border-radius: 0 10px 10px 0;
}

/* ===== header ===== */

#main_menu li,
#main_menu ul,
#main_menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#main_menu {
    position: relative;
}

#main_menu a {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}

#main_menu .main li {
    padding: 13px 0;
}

#main_menu ul {
    display: flex;
    justify-content: center;
    gap: 40px;
}

#main_menu .sub {
    display: none;
    position: absolute;
    background-color: #000;
    width: 200px;
    top: 52px;
    padding: 0 15px 15px 15px;
    z-index: 999;
}

#main_menu li:hover .sub {
    display: block;
}

#main_menu li .sub ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#main_menu li .sub li {
    padding: 0;
}

#main_menu li .sub li a {
    font-size: 17px;
}

#main_menu .closey {
    display: none;
}

#sint_cart a {
    color: #000;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 17px;
    gap: 10px;
}

.aws-search-result .aws_result_title {
    color: #000 !important;
    font-size: 15px;
    margin-bottom: 2px !important;
}

.aws-search-result .aws_result_price {
    font-size: 14px;
}

.aws-container .aws-search-form .aws-form-btn {
    background: #000;
}

.aws-container .aws-search-form .aws-search-btn svg {
    fill: #fff;
}

.aws-container .aws-search-field {
    border: 1px solid #ececec;
}

.aws-search-result .aws_search_more a {
    color: #ff0000;
}

/* ===== archive product ===== */

.tax-product_cat h1.page-title {
    margin-bottom: 5px;
}

.quick-buy-form .quantity input {
    border: 1px solid #ddd;
    border-radius: 3px;
}

.woocommerce .quick-buy-btn {
    background: #ff0000 !important;
    color: #fff !important;
    transition: background 0.3s ease;
    border-radius: 10px !important;
    width: 100%;
    font-size: 17px !important;
}

.woocommerce .quick-buy-btn:hover {
    background: #000 !important;
}

.woocommerce.quick-buy-btn:disabled {
    background: #ccc !important;
    cursor: not-allowed;
}

/*.qty-increment,
.qty-decrement {
    display: none;
}*/

.woocommerce .quantity .qty::-webkit-inner-spin-button,
.woocommerce .quantity .qty::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.woocommerce .quantity .qty {
    -moz-appearance: textfield;
    width: 30% !important;
    border: 0;
    background: transparent;
    color: #000;
}


.qty-btn {
    height: 100%;
    width: 37px;
    border: none;
    background: #000 !important;
    color: #fff !important;
}

h2.woocommerce-loop-product__title,
.woocommerce-Price-amount {
    color: #000 !important;
}

.woocommerce ul.products li.product {
    border: 1px solid #cfcfcf;
    text-align: center;
}

.woocommerce ul.products li.product img {
    width: 100%;
    height: 190px !important;
    object-fit: cover;
    object-position: center;
}


.quantity_l {
    display: block;
    margin-bottom: 5px;
    font-size: 12px;
    color: #000;
}

.woocommerce ul.products li.product .button {
    width: 60% !important;
}

.woocommerce ul.products li.product .button {
    margin-bottom: 5px;
}

.sinthomeg.incategory {
    margin: 20px 0;
}

/* ===== checkout ===== */

.woocommerce form .form-row .input-text {
    direction: rtl;
}

.woocommerce-checkout #customer_details {
    display: flex;
    gap: 20px;
}

.woocommerce-checkout #billing_country_field,
.woocommerce-checkout #shipping_country_field,
.woocommerce-checkout #billing_postcode_field,
.woocommerce-checkout #shipping_postcode_field,
.woocommerce-checkout #billing_address_2_field,
.woocommerce-checkout #shipping_address_2_field {
    display: none !important;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order,
.woocommerce button[name="apply_coupon"] {
    background: #ff0000;
    color: #fff;
    transition: background 0.3s ease;
    border-radius: 10px;
    font-size: 17px;
}

.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover,
.woocommerce button[name="apply_coupon"]:hover {
    background: #000;
    color: #fff;
}

.woocommerce-checkout .form-row {
    margin-bottom: 10px !important;
}

.woocommerce-checkout input.input-text,
.woocommerce-checkout textarea,
.woocommerce-checkout select {
    background: #fafafa;
    border: 1px solid #ddd;
    padding: 12px 14px;
    border-radius: 8px;
    font-size: 16px;
    width: 100% !important;
    box-shadow: none !important;
    transition: 0.2s;
}

.woocommerce-checkout input:focus,
.woocommerce-checkout textarea:focus,
.woocommerce-checkout select:focus {
    border-color: #c0392b;
    box-shadow: 0 0 0 2px rgba(192, 57, 43, 0.15);
    background: #fff;
}

.woocommerce form .form-row label {
    font-weight: 600;
    margin-bottom: 3px;
    display: block;
}

.woocommerce .clear {
    display: none;
}

.woocommerce-additional-fields textarea {
    min-height: 90px;
}

.woocommerce-checkout h3 {
    font-size: 26px;
    font-weight: 700;
    margin: 30px 0 15px;
    color: #000;
}

.woocommerce-billing-fields,
.woocommerce-shipping-fields {
    background: #ffffff;
    padding: 25px;
    border-radius: 12px;
    border: 1px solid #eee;
    margin-bottom: 30px;
}

.woocommerce-checkout-review-order {
    background: #ffffff;
    border: 1px solid #eee;
    padding: 25px;
    border-radius: 12px;
    margin-bottom: 25px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}


.woocommerce table.shop_table {
    border: none !important;
    border-collapse: separate !important;
    border-spacing: 0 12px !important;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
    background: #fafafa;
    border: none !important;
    padding: 14px 18px !important;
    border-radius: 8px;
    font-size: 16px;
}

.woocommerce table.shop_table .product-name {
    font-weight: 600;
}

.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table tfoot td {
    background: #fff8f8;
    border-top: 2px solid #ffdddd !important;
    font-weight: 700;
    border-radius: 8px;
}

#payment {
    background: #ffffff !important;
    border: 1px solid #eee !important;
    padding: 25px !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}


#payment .wc-payment-methods::before {
    content: "בחירת אמצעי תשלום";
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 18px;
    color: #000;
}

ul.wc_payment_methods.payment_methods {
    margin: 0 !important;
    padding: 0 !important;
}

ul.wc_payment_methods.payment_methods li {
    background: #fafafa;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #eee;
    margin-bottom: 12px;
    transition: 0.2s;
}

ul.wc_payment_methods.payment_methods li:hover {
    background: #fff5f5;
    border-color: #ff0000;
}

.wc_payment_method label {
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
}


/* ===== cart ===== */

.woocommerce table.shop_table tbody:first-child tr:first-child td {
    display: none;
}

.elementor-widget-woocommerce-cart .woocommerce .input-text.qty {
    width: 100% !important;
    text-align: center !important;
}

/* ===== home page ===== */

.sinthomeg {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 0 auto;
}

.sinthomeg-item {
    width: calc(20% - 25px);
    /* כל הפריטים בגודל אחיד */
    text-align: center;
}

.sinthomeg-item img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.sinthomeg-item:hover img {
    transform: scale(1.05);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

/* ===== single product ===== */

.single-product form.cart {
    display: none;
}

.related.products {
    clear: both;
}

.single-product .button.add_to_cart_button {
    display: none !important;
}

.single-product .product_meta .posted_in {
    display: none !important;
}

.single-product .quick-buy-ctx-single .quick-buy-btn {
    display: block !important;
    width: 31%;
    margin-top: 20px !important;
}

.single-product div.product .product_title {
    margin-bottom: 5px;
}

.single-product div.product .single-product-description p {
    color: #000;
    margin-bottom: 8px;
}

.single-product .price-per-unit {
    color: #000;
}

.single-product .woocommerce-Price-amount.amount {
    font-size: 19px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    z-index: 10 !important;
}

.single-product div.product div.images {
    width: 40%;
}


.single-product div.product div.summary {
    width: 56%;
}