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

/* Ensure the dropdown is positioned relative to the parent */
.elementor-nav-menu--dropdown {
    position: absolute;
    top: 100%; /* Position it directly below the parent */
    left: 0; /* Align it to the left of the parent */
    z-index: 999; /* Ensure it appears above other content */
}

/* Adjust the width if needed */
.elementor-nav-menu--dropdown .elementor-item {
    min-width: 200px; /* Set a minimum width for dropdown items */
}

/* Optional: Add some styling for better visibility */
.elementor-nav-menu--dropdown {
    background-color: #fff; /* Background color for dropdown */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Add shadow for depth */
}

.elementor-nav-menu--dropdown .elementor-item {
    padding: 10px 20px; /* Padding for dropdown items */
    color: #333; /* Text color */
}

.elementor-nav-menu--dropdown .elementor-item:hover {
    background-color: #f0f0f0; /* Hover effect */
}


.woocommerce span.onsale {
    display: none;
}

.elementor-popup-modal {
    pointer-events: none;
}

.elementor-popup-modal .elementor-widget-wrap {
    pointer-events: auto;
}

#subscribe-form form .elementor-form-fields-wrapper {
    display: flex;
    flex-wrap: wrap;
}

@media (min-width: 680px) {
    #subscribe-form form .elementor-form-fields-wrapper {
        flex-wrap: nowrap;
    }
}

#subscribe-form .elementor-form {
    width: 100%;
}

.glow-effect {
    filter: blur(60px);
    opacity: 0.3;
}

.image_slider__image img {
    height: auto;
}

.ticker-content {
    text-align: center;
}

.custom-variation-buttons {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.product-header h2 {
    min-height: 35px;
}

.elementor-heading-title i {
    color: black;
}

.featured-dark .elementor-heading-title i {
    color: #D9B758;
}

.icon {max-width:35px}

[type=button]:focus {
    background-color: rgb(0, 0, 0);
 
}


body.checkout-wc, html, main.checkoutwc {
    height: max-content;
    border: 0;
}

.woobt-products .woobt-product {
    padding: 1rem;
    margin: 0;
    justify-content: space-between;
    display: flex;
    align-items: center;
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    font-size: 14px;
}

.single_add_to_cart_button {
    width: 100%;
    border: 0;
    border-radius: 5px !important;
    padding: 20px 20px !important;
    margin: 5px 0;
    cursor: not-allowed;
    background-color: lightgrey;
    color: white;
    display: inline-block;
    transition: background-color 0.3s ease, cursor 0.3s ease;
	font-weight:400 !important;
	background-color: #D9B758 !important;
	font-size: 16px !important;
}
.woobt-alert {
    padding: 6px 10px 6px 14px;
    border-left: 4px solid #222;
    background-color: #eeeeee;
    font-size: 14px;
    line-height: 1.8;
}

#size, #quantity, #concentration, #ghk-cu-concentration {font-size:12px}

label[for="quantity"], label[for="size"] {font-size:10px; margin-bottom:5px}

[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    background-color: black;

}

a {
    background-color: transparent;
    color: black;
    text-decoration: none;
}

