/**
Theme Name: NLS-Astra-child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nls-astra-child
Template: astra
*/

/* Az alabbi kod módosítja a "A rendelés tartalma" szövegrészt */
form #order_review_heading:not(.elementor-widget-woocommerce-checkout-page #order_review_heading) {
    border-width: 0px 0px 1.2px 0px;
    border-style: solid;
    padding: 20px 0em 14px;
}

/* Az alabbi kod módosítja a "A rendelés tartalma" alatti táblázatot */
form #order_review:not(.elementor-widget-woocommerce-checkout-page #order_review) {
    padding: 0px;
    border-width: 0px 0px 0px;
}

/* Pénztár oldalon a "A rendelés tartalma" alatti táblázathoz ad szaggatott választókat  */
.woocommerce-page.woocommerce-checkout form #order_review table th, .woocommerce-page.woocommerce-checkout form #order_review table td {
    border-bottom: 1px dashed #cbcbcb;
}

/* Pénztár oldalon a számlázási mezők nem lesznek pontozott vonalak, ha írok bele  */
.woocommerce .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper > .input-text:focus {
    border-style: solid !important;
}

/* A kosar oldalon elrejti a vasarlas folytatsa szoveget */
a.button.wc-forward {
    display: none;
}

/* A kosar es a penztar oldalon nagybetus lesz a gomb */
a.checkout-button.button.alt.wc-forward, .woocommerce-page.woocommerce-checkout #payment #place_order {
    text-transform: uppercase;
	padding: 13px 25px;
    font-size: 22px;
	line-height: 1.7em;
}

/* Penztar oldalon a mezok lekerekitettek lesznek */
.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
    border-radius: 6px;
}

.woocommerce .select2-container .select2-selection--single, .select2-container--default .select2-selection--single {
    border-radius: 6px;
}

/* Change the onsale badge color */
.woocommerce span.onsale {
    color: #000;
}

.woocommerce-page.woocommerce-checkout #payment ul.payment_methods {
    margin-bottom: 2em;
    margin-top: 2em;
	border-style: solid;
    border-width: 2px 2px 0px 2px;
    border-color: #ebebeb;
    border-radius: 6px;
    background-color: #fafafa;
	margin-left: -6px;
    margin-right: -6px;
}

input[type=radio] {
    width: 17px;
    height: 17px;
	vertical-align: middle;
}

.woocommerce-checkout #payment ul.payment_methods li {
    padding: 17px 10px;
    border-bottom: 2px solid #ebebeb;
    border-radius: 6px;
}

.woocommerce-checkout #payment ul.payment_methods li input {
    margin: 0 0.5em 0 0.5em;
}

small.includes_tax {
    display: none;
}

/* Woo Shop page products design */
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    text-align: center;
    margin-bottom: 2.5em;
    box-shadow: 0px 3px 6px -1px rgba(0,0,0,0.15);
}

.woocommerce ul.products li.product .button, .woocommerce-page ul.products li.product .button {
    margin-top: 1em;
    margin-bottom: 1.5em;
}

.woocommerce ul.products li.product .star-rating, .woocommerce-page ul.products li.product .star-rating {
    margin: 0px auto 0.5em;
}

.shortcode-wcpr-review-content {
    font-size: 15px;
    font-weight: 500;
}

/* Do you have account? Log in -HIDE */
.woocommerce-info {
    display: none;
}

/* WooCommerce - SKU és kategóriák elrejtése a termékoldalon */
.single-product .product_meta .sku_wrapper,
.single-product .product_meta .posted_in {
    display: none !important;
}

/* Elrejti a Woo Pont szállítási mód ikonjait a pénztár oldalon */
.vp-woo-pont-shipping-method-icons {
    display: none;
}

/* A WooCommerce pénztár oldalon az #order_review táblázat minden sorának utolsó celláját 63%-os szélességre állítja */
.woocommerce-page.woocommerce-checkout form #order_review td:last-child {
    width: 63%;
}

/* A Bundler hátterét fixáljuk */
.bundle-message-not-blink {
    background-color: #000 !important; /* fekete háttér */
}

/* 🔹 Aktív quantity-break megjelenése */
.wbdl_widget .quantity-break.active {
    background: #fafafa; /* világos háttér */
    border: 2px solid #000; /* erős keret */
}

/* 🔹 Radio button styling – aktív és checked állapot */
.wbdl_widget .quantity-break.active .quantity-break__radio input[type=radio],
.wbdl_widget .quantity-break .quantity-break__radio input[type=radio]:checked {
    border: 2px solid #000;
    background-color: #fff;
}

/* 🔹 Radio button "pötty" belseje */
.wbdl_widget .quantity-break.active .quantity-break__radio input[type=radio]::before {
    background-color: #000; /* fekete pötty */
}

/* 🔹 Bundle ár stílus */
.wbdl_widget .quantity-break .quantity-break__price .bundle-price {
    font-style: normal;
    font-size: 17px !important;
    font-weight: 400;
    background: transparent;
    color: #000;
    margin: 0 !important;
    font-family: 'Inter', Arial, sans-serif; /* fallback betűtípus */
}

/* 🔹 Ajánlat fejléc (pl. "Best offer") */
.wbdl_widget .offer-header {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: 'Inter', Arial, sans-serif;
}