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

.wc-block-components-title.wc-block-components-checkout-step__title {
    font-size: 25px !important;
    font-weight: 400 !important;
}

.woocommerce input[type="text"],
.woocommerce input[type="email"],
.woocommerce input[type="tel"],
.woocommerce input[type="password"],
.woocommerce input[type="number"],
.woocommerce input[type="search"],
.woocommerce input[type="url"],
.woocommerce select,
.woocommerce textarea,
.woocommerce .select2-container .select2-selection,
.woocommerce .wc-block-components-text-input input,
.woocommerce .wc-block-components-text-area textarea,
.woocommerce .wc-block-components-radio-control__option,
.woocommerce .wc-block-components-checkbox,
.woocommerce .wc-block-components-select-control select {
    border: 1px solid #CDCDCD !important;
    border-radius: 0 !important;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock {
    color: #0A0B85;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock:before {
    content: "✔ "; /* vagy bármilyen unicode ikon, pl. "\2714" */
    color: #0A0B85; /* ikon színe */
    font-weight: bold; 
    margin-right: 5px; /* kis térköz az ikon és a szöveg között */
}

