/*
	Theme Name: Hello Elementor
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	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.
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 3.4.6
	Stable tag: 3.4.6
	Requires at least: 6.0
	Tested up to: 6.8
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/

/* 1. HIDE THE REMOVE (TRASH CAN) BUTTON */
/* Targets the button where the label includes the word "Included" */
button.wc-block-cart-item__remove-link[aria-label*="Included"] {
    display: none !important;
}

/* 2. HIDE THE QUANTITY SELECTOR (INPUT + PLUS/MINUS) */
/* Targets the parent container of the input that mentions "Included" */
.wc-block-cart-item__quantity:has(input[aria-label*="Included"]) .wc-block-components-quantity-selector {
    display: none !important;
}

/* 3. SHOW A STATIC "1" INSTEAD (OPTIONAL) */
/* This adds the number back as text so the user sees the quantity is 1 */
.wc-block-cart-item__quantity:has(input[aria-label*="Included"])::before {
    content: "1";
    font-weight: bold;
    font-size: 16px;
    margin-right: 10px;
    display: inline-block;
}

.page-header .entry-title {
    font-family: "Amstelvar";
    font-size: 54px;
    font-weight: 400;
    text-transform: capitalize;
}

.woocommerce {
    margin-bottom: 50px;
}

.woocommerce-Addresses
{
    display: flex;
    flex-direction: column;
}

.woocommerce-Address
{
    width: 100% !important;
}

/* Container Reset */
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
    border: none !important;
    border-radius: 0 !important;
}

/* Sidebar Navigation */
.woocommerce-MyAccount-navigation {
    background-color: rgba(247, 132, 37, 0.1); /* 10% Opacity */
    padding: 20px;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.woocommerce-MyAccount-navigation ul li {
    border: none !important;
}

.woocommerce-MyAccount-navigation ul li a {
    color: #f78425; /* Solid main color for text */
    text-decoration: none;
    display: block;
    padding: 10px 0;
}

/* Main Content Area */
.woocommerce-MyAccount-content {
    background-color: #ffffff; /* Keeping content clean white */
    color: #333333;
    padding: 20px;
}

/* Active State for Navigation */
.woocommerce-MyAccount-navigation ul li.is-active a {
    background-color: #f78425; /* Solid main color */
    color: #ffffff;
    padding-left: 10px; /* Slight offset for the active item */
}

.woocommerce-info::before
{
    display: none;
}

/* --- Global Account Links --- */
/* This forces all links in the account area to your main color */
.woocommerce-account a {
    color: #f78425 !important;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.woocommerce-account a:hover {
    opacity: 0.8;
    text-decoration: underline;
}

/* --- WooCommerce Info Boxes --- */
/* Removing borders/radius and applying the 10% opacity theme */
.woocommerce-info {
    background-color: rgba(247, 132, 37, 0.1) !important;
    color: #333 !important;
    border: none !important;
    border-radius: 0 !important;
    border-top: 3px solid #f78425 !important; /* Optional: a thin accent line instead of a full border */
    padding: 1em 1.5em !important;
}

/* Fix for the "Show" or "View" buttons inside info boxes */
.woocommerce-info .button {
    background-color: #f78425 !important;
    color: #fff !important;
    border-radius: 0 !important;
    border: none !important;
}

/* --- Navigation & Content Refinement --- */
.woocommerce-MyAccount-navigation, 
.woocommerce-MyAccount-content {
    border: none !important;
    border-radius: 0 !important;
}

/* Ensure navigation links use the solid color */
.woocommerce-MyAccount-navigation ul li a {
    color: #f78425 !important;
    border: none !important;
}

/* Active state for the navigation menu */
.woocommerce-MyAccount-navigation ul li.is-active a {
    background-color: #f78425 !important;
    color: #fff !important;
}

.wc-block-components-checkout-place-order-button, .wc-block-components-totals-coupon__button
{
    border: 0;
    border-radius: 0;
    background-color: #f78425;
    color: white !important;
}

.wc-block-components-checkout-place-order-button:hover, .wc-block-components-totals-coupon__button:hover {
    background-color: rgba(247, 132, 32, 0.75) !important;
}

.wc-block-cart__submit-button {
    background-color: #f78425;
    text-decoration: none;
}

.wp-block-woocommerce-cart-items-block, .wp-block-woocommerce-checkout-order-summary-block
{
    background-color: rgba(247, 132, 32, 0.1) !important;
    padding: 20px !important;
    border: 0 !important;
    border-radius: 0 !important;
}

.wc-block-cart-items th, .wc-block-cart-items td, .wc-block-cart-items tr {
    border: 0 !important;
}

.wc-block-components-product-name {
    color: #f78425 !important;
}

.woocommerce .product_title {
    font-family: "Amstelvar";
    font-size: 64px;
    font-weight: 400;
}

.woocommerce span.onsale
{
    width: 70px;
    height: 70px;
    background-color: #f78425 !important;
    color: white !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.woocommerce-loop-product__title
{
    font-family: "Amstelvar";
    font-size: 22px !important;
    color: black !important;
}

.woocommerce .product .price {
    font-family: "Montserrat";
    color: #f78425 !important;
    font-size: 28px !important;
}

.woocommerce-product-details__short-description
{
    font-size: 14px;
    font-family: "Montserrat";
}

.single_add_to_cart_button, .add_to_cart_button {
    background-color: #f78425 !important;
    border: 0 !important;
    border-radius: 0px !important;
    padding: 20px 40px !important;
    font-size: 16px !important;
    color: white !important;
    font-weight: 400 !important;
    margin: 0 !important;
}

.product_meta a {
    color: #f78425 !important;
}