/**
* Theme Name:     Hello Elementor Child
* Author:         Talha Sharafat
* Template:       hello-elementor
* Text Domain:	   hello-elementor-child
* Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
*/

html,
body {
	overflow-x: hidden;
}

/* Style WooCommerce products shortcode output */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-family: 'Montserrat', sans-serif;
	color: #000000;
	font-weight: 600;
	font-size: 16px;
	text-align: center;
}

/* Price styling */
.woocommerce ul.products li.product .price {
	color: #F0BB1F !important;
	font-weight: bold;
	font-size: 15px;
	display: block;
	text-align: center;
}

/* Hide Add to Cart button */
.woocommerce ul.products li.product .button {
	display: none !important;
}
/* Product image styling */
.woocommerce ul.products li.product img {
	border-radius: 5px;
}

.login-form-custom .elementor-message:before {
	content: none;
}

/* woocommerce global style  */
.woocommerce-error, 
.woocommerce-info, 
.woocommerce-message{
	border-right:none !important;
	border-left:none !important;
	border-bottom:none !important;
	border-top:none !important;
	
}
/* ===== WooCommerce Global Input Styles (Forced Priority) ===== */

/* Base input styles */

.woocommerce .woocommerce-MyAccount-content form .form-row > label {
	font-weight: 500;
	color: #000 !important;
}

.woocommerce-MyAccount-content form input[type="text"],
.woocommerce-MyAccount-content form input[type="email"],
.woocommerce-MyAccount-content form input[type="password"],
.woocommerce-MyAccount-content form input[type="tel"],
.woocommerce-MyAccount-content form input[type="search"],
.woocommerce-MyAccount-content form input[type="url"],
.woocommerce-MyAccount-content form select,
.woocommerce-MyAccount-content form textarea {
    font-family: 'Montserrat', sans-serif !important;
    width: 100% !important;
    padding: 12px 14px !important;
    border: 1px solid #ddd !important;
    border-radius: 6px !important;
    font-size: 15px !important;
    color: #333 !important;
    background: #fff !important;
    transition: all 0.3s ease !important;
    box-sizing: border-box !important;
}

/* Focus state (highlight with brand color) */
.woocommerce-MyAccount-content form input[type="text"]:focus,
.woocommerce-MyAccount-content form input[type="email"]:focus,
.woocommerce-MyAccount-content form input[type="password"]:focus,
.woocommerce-MyAccount-content form input[type="tel"]:focus,
.woocommerce-MyAccount-content form input[type="number"]:focus,
.woocommerce-MyAccount-content form input[type="search"]:focus,
.woocommerce-MyAccount-content form input[type="url"]:focus,
.woocommerce-MyAccount-content form select:focus,
.woocommerce-MyAccount-content form textarea:focus {
    border-color: #F0BB1F !important;
    box-shadow: 0 0 6px rgba(240, 187, 31, 0.6) !important;
    background-color: #fffdf8 !important;
    outline: none !important;
}

.woocommerce-MyAccount-content a {
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
}

.woocommerce-info::before {
    color: #f0bb1f !important;
}

.woocommerce-message .restore-item {
	color: #f0bb1f !important;
}

.e-checkout__container a {
    font-weight: 600 !important;
    color: black !important;
}


/* Quantity container disabled styles */
.quantity-container button:disabled,
.quantity-container input:disabled {
    background: #f5f5f5 !important;   /* light grey background */
    color: #999 !important;           /* grey text */
    border: 1px solid #ddd !important;
    cursor: not-allowed !important;   /* show blocked cursor */
    opacity: 0.7 !important;          /* slightly faded */
}

/* Specifically for +/- buttons when disabled */
.quantity-container button:disabled {
    background: #F0BB1F3D !important;
    color: #000000 !important;
}
* Specifically for input field when disabled */
.quantity-container input.qty-input:disabled {
    background: #F0BB1F3D !important;
    color: #000000 !important;
}