/*
Theme Name: WPFegyvertár Hello Child Theme
Theme URI: https://github.com/elementor/hello-theme/
Description: WPFegyvertár Hello Child Theme is a child theme of Hello Elementor, created by WPkurzus
Author: WPViking
Author URI: https://wpkurzus.hu/
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
*/

/* ----------------- DESIGN ----------------- */
/* Selection */
::-moz-selection {
	color: #fff;
	background: var( --e-global-color-primary )
}

::selection {
	color: #fff;
	background: var( --e-global-color-primary )
}


/* Mark */
mark {
    background: var( --e-global-color-primary )
    color: #fff;
    font-weight: 700;
}



/* ----------------- BLOG ----------------- */

/* Bejegyzés kivonatok után 3 pont*/
.elementor-posts .elementor-post__excerpt p:after {
content: "..." !important;
}
.jet-woo-category-excerpt { 
    display: none !important;
}


.single-product div.product form.cart .ld-custom-sign-field {
    width: 100%;
    margin: 5px 0;
}

.single-product div.product form.cart .ld-custom-sign-field label {
    display: block;
    margin-bottom: 4px;
    font-size: 14px;
}

.single-product div.product form.cart .ld-custom-sign-field input[type="text"] {
    width: 100%;
    max-width: 400px;
    padding: 8px 10px;
    border: 1px solid #d3d3d3;
    border-radius: 4px;
    font-size: 14px;
}

/* CSAK az "Egyedi felirat" kategóriájú termékeknél
   tegyük egymás alá a felirat mezőt, mennyiséget, gombot */
.product_cat-egyedi-felirat .woocommerce-variation-add-to-cart {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 8px;
}

/* Mezősor szépen teljes szélességben */
.product_cat-egyedi-felirat .woocommerce-variation-add-to-cart .ld-custom-sign-field {
    width: 100%;
}

/* Mennyiség + gomb is külön sorban, balra igazítva */
.product_cat-egyedi-felirat .woocommerce-variation-add-to-cart .quantity,
.product_cat-egyedi-felirat .woocommerce-variation-add-to-cart .single_add_to_cart_button {
    align-self: flex-start;
}


/* AJAX kereső találatok — MINDEN kép és ikon eltüntetése */
.asl_r .asl_image,
.asl_r .asl_res_image,
.asl_r .asl_res_category,
.asl_r .asl_icon,
.asp_r .asp_image,
.asp_r .asp_res_image,
.asp_r .asp_icon {
    display: none !important;
}

/* Tartsuk balra a szöveget */
.asl_r .asl_content,
.asp_r .asp_content {
    margin-left: 0 !important;
    padding-left: 0 !important;
}