/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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 */

a.xoo-wsc-ft-btn, a.xoo-wsc-ft-btn:hover, .xoo-wsc-container .xoo-wsc-btn, .xoo-wsc-container .xoo-wsc-btn:hover {
    border-radius: 5px !important;
}

.has-submenu:active {
  background-color: #F6C401 !important; 
}

.wpfFilterWrapper .wpfFilterTaxNameWrapper {
    line-height: 1.8 !important;
}

.wpfFilterButton.wpfButton, .wpfClearButton.wpfButton {
    font-size: 14px !important;
    border-radius: 5px !important;
    width: 75% !important;
    padding: 15px 30px 15px 30px !important;
}

.ui-slider.ui-widget-content .ui-slider-handle:hover,
.ui-slider.ui-widget-content .ui-slider-handle.ui-state-hover,
.ui-slider.ui-widget-content .ui-slider-handle.ui-state-active {
    border-color: initial !important; /* Alapértelmezett szín visszaállítása */
}

.woocommerce-checkout #payment ul.payment_methods li label img {
    display: block;
    margin-top: 10px; /* Ezt az értéket módosíthatod, hogy a kívánt mértékben igazítsd lejjebb */
}

.woocommerce-loop-category__title mark.count {
    color: #F78E69 !important;
}

#tab-description h2 {
    display: none !important;
}

@media only screen and (max-width: 767px) {
    .woocommerce-Tabs-panel table {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch; /* iOS görgetés támogatása */
    }

    .woocommerce-Tabs-panel table thead, 
    .woocommerce-Tabs-panel table tbody, 
    .woocommerce-Tabs-panel table th, 
    .woocommerce-Tabs-panel table td, 
    .woocommerce-Tabs-panel table tr {
        display: block;
    }

    .woocommerce-Tabs-panel table th, 
    .woocommerce-Tabs-panel table td {
        width: 100%;
        box-sizing: border-box;
        white-space: nowrap; /* Megakadályozza a sortörést */
    }
}
