/* Theme Name: Remons Child Theme
Theme URI: https://themeforest.net/user/ovatheme/portfolio
Description: This is child theme of remons
Author: Ovatheme
Author URI: https://themeforest.net/user/ovatheme
Template: remons
Version: 1.0.0
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-menu, editor-style, featured-images, flexible-header, full-width-template, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: remons-child
*/
.ovabrw-modern-product .ovabrw-product-features .item-feature .icon {
    width: 30px;
    height: 30px;
    background-color: #ecf0f4;
	min-width: 30px;
}

body.rtl .ovabrw-modern-product .ovabrw-product-features .item-feature span {
    font-size: 16px;
}

body.woocommerce.woo_layout_2l #woo_main {
    float: none;
    margin: 0;
    max-width: 100%;
}

body.woocommerce.woo_layout_2l div#woo_sidebar {
    display: none;
}

#Zhptabs div.e-loop-item.product:nth-child(n+9) {
  display: none;
}

option[value="other_location"] {
    display: none !important;
}

button.filter-btn span.count {
    display: none;
}

.ova-ctform.ova-contact-form * {
    direction: rtl;
    text-align: right;
}

.wp-block-woocommerce-cart.alignwide {
    margin-top: 50px;
}

span.woocommerce-Price-amount, span.number-available {
    font-size: var(--ovabrw-text-size) !important;
}

.ovabrw-modern-product .ovabrw-product-features .item-feature {
    display: inline-flex;
    align-items: flex-start;
    gap: 10px;
    align-content: flex-start;
}

#scrollUp {
    bottom: 30px !important;
    right: 30px !important;
}
button, select {
    border-radius: 5px !important;
} 

form#booking_form button.submit, button.ovabrw_btn_submit {
    width: 100%;
}

.woocommerce-message .e-con-full {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.woocommerce-message .elementor-element .elementor-button {
    line-height: 1.5em;
    border-radius: 10px;
    padding: 12px 25px;
    font-size: 1em;
    font-weight: 600;
	background: var(--secondary);
}

.woocommerce-message {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.ovabrw-modern-product .label-and-desc {
	align-items: flex-start !important;
}

.ovabrw-modern-product .ovabrw-product-features {
    justify-content: space-between;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.ovabrw-modern-product .ovabrw-specifications .item-specification {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 20px;
    flex-direction: column;
	font-weight: 400;
}

.ovabrw-modern-product .ovabrw-specifications .item-specification span {
    font-size: 20px;
	font-weight: 400;
}

.ovabrw-modern-product .ovabrw-specifications .item-specification label {
    font-size: 20px;
    font-weight: var(--heading-font-weight);
    color: var(--heading);
}
/* ════════════════════════════════════════════════════════════════════
   AJAX CATEGORY FILTER - CSS ONLY
   Copy this into your Custom HTML widget (BEFORE the shortcode)
   ════════════════════════════════════════════════════════════════════ */
   
.e-n-tab-title[aria-selected=true], .e-n-tab-title:hover {
    background: var( --e-global-color-15085be ) !important;
}
   

button[data-category="40"], button[data-category="39"], button[data-category="38"] {
    display: none !important;
}

.ajax-category-filter {
    margin: 10px 0;
    width: 100%;
}

.category-filter-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: center;
    padding: 0px 0;
    border-bottom: 0px solid #e5e5e5;
}

.category-filter-buttons .filter-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 10px 20px;
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 5px;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    white-space: nowrap;
}

.category-filter-buttons .filter-btn:hover {
    background: #005cb5;
    border-color: #005cb5;
    transform: translateY(-2px);
	color: #fff;
}

/* ═══ CUSTOMIZE YOUR BRAND COLOR HERE ═══ */
.category-filter-buttons .filter-btn.active {
    background:#005cb5;
    border-color: #005cb5;
    color: #fff;
}

.category-filter-buttons .filter-btn.active:hover {
    background: #005cb5;
    border-color:#005cb5;
	color: #fff;
}

.category-filter-buttons .filter-btn .count {
    font-size: 12px;
    opacity: 0.8;
    margin-left: 3px;
}

.category-filter-buttons .filter-btn.active .count {
    opacity: 1;
}

.ajax-category-filter .filter-loading {
    text-align: center;
    padding: 20px;
    color: #666;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}

.ajax-category-filter .filter-loading .spinner {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid #f3f3f3;
    border-top: 2px solid #0073aa;
    border-radius: 50%;
    animation: ajax-filter-spin 0.8s linear infinite;
}

@keyframes ajax-filter-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.e-loop-item * {
    word-break: normal !important;
}

@media only screen and (max-width: 400px) {
    .ovabrw-modern-product .ovabrw-product-features {
        grid-template-columns: 1fr !important;
    }
	
	.e-n-tabs-heading>button {
    padding: 10px !important;
}
}

@media (max-width: 768px) {
	
	body.rtl .ovabrw-modern-product .ovabrw-product-features .item-feature span {
    font-size: 16px;
}
	
	.ovabrw-modern-product .label-and-desc {
    flex-direction: column !important;
    align-content: center !important;
}
	
    .category-filter-buttons {
        justify-content: center;
        overflow-x: auto;
        flex-wrap: wrap;
        padding-bottom: 15px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
    }
    
    .category-filter-buttons::-webkit-scrollbar {
        height: 6px;
    }
    
    .category-filter-buttons::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 10px;
    }
    
    .category-filter-buttons::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 10px;
    }
    
    .category-filter-buttons .filter-btn {
        padding: 8px 16px;
        font-size: 13px;
    }
}

.ajax-filter-hidden {
    display: none !important;
}

.ovabrw-modern-product .ovabrw-product-price .amount {
    font-size: 24px;
    font-weight: 600;
}

.ova-icon-box-2.template3 .iconbox {
    width: 250px;
    height: 250px;
}

.ovabrw-modern-product #booking_form .ovabrw-modern-deposit .deposit-type .ovabrw-label-field input:checked ~ .checkmark, .ovabrw-modern-product #request_booking .ovabrw-modern-deposit .deposit-type .ovabrw-label-field input:checked ~ .checkmark
 {
    background-color: #475869 !important;
    color: #FFF;
}

.ovabrw-modern-product a {
    text-decoration: none;
    color: var(--secondary);
}

.ovabrw-modern-product #booking_form .terms-conditions label .terms-conditions-required, .ovabrw-modern-product #request_booking .terms-conditions label .terms-conditions-required {
    color: var(--secondary);
}

.elementor-ovabrw-product-share .btn-share i {
    font-size: 17px;
    color: var(--secondary);
}

.ovabrw-modern-product .ovabrw-product-features .item-feature i {
    color: #000000;
}

.content-product-item .product-included-content ul li::marker, .content-product-item .product-included-content ol li::marker, .content-product-item .product-rental-policy-content ul li::marker, .content-product-item .product-rental-policy-content ol li::marker {
    color: #000000;
}

#scrollUp {
    bottom: 20px;
    right: 20px;
    border-radius: 4px;
    background-color: var(--secondary);
    color: #fff;
    text-align: center;
}

.elementor-6117 .elementor-element.elementor-element-012d4b2 .elementor-accordion .elementor-tab-title.elementor-active {
    background-color: var(--secondary);
    border-radius: 5px 5px 0px 0px;
}

.elementor-element-70405e8c {
	z-index: 2;
}

.elementor-element-2009c95c {
	z-index: 1;
}

.ovabrw-modern-product .terms-conditions:before {
    content: "משלוח בעלות 400₪ ניתן להוספה בדף התשלום";
    display: block;
    margin: 0 0 10px;
    font-size: 24px;
    color: #000;
    font-weight: 500;
}