/* ========================= */
/* General Styling Fixes */
/* ========================= */

.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image {
    display: inline !important; /* Ensures images still appear */
}

.custom-variation-form {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 8px;
    background-color: #f9f9f9;
    display: flex !important;
    flex-direction: column;
    gap: 10px;
    max-width: 300px;
}

.custom-variation-wrapper {
    display: flex !important;
    flex-direction: column;
    gap: 10px;
}

.custom-variation-field {
    display: flex !important;
    flex-direction: column;
}

.custom-variation-field label {
    font-weight: 600;
    margin-bottom: 5px;
    color: #333 !important;
}

.variation-select {
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: white !important;
    color: black !important;
}

/* ========================= */
/* Fix for Select Dropdown Text Color */
/* ========================= */
#weight,
.custom-variation-field select {
    color: black !important; /* Default text color */
    background-color: white !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#weight:focus,
#weight option,
#weight option:checked,
.custom-variation-field select:focus,
.custom-variation-field select option,
.custom-variation-field select option:checked {
    color: black !important; /* Ensures options remain black */
}

/* ========================= */
/* Button Styles */
/* ========================= */
.ajax-add-to-cart {
    background-color: #8CC63F !important;
    color: white !important;
    border: none;
    padding: 10px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.ajax-add-to-cart:hover {
    background-color: #8CC63F !important;
}

.cart-success {
    font-size: 20px;
    color: green !important;
    margin-left: 10px;
}

.view-cart {
    background-color: #28a745 !important;
    color: white !important;
    padding: 8px 12px;
    text-decoration: none;
    border-radius: 5px;
    margin-left: 10px;
    display: inline-block;
}

/* ========================= */
/* Fix Mini Cart Text Colors */
/* ========================= */
.drawer-inner,
.drawer-header h2,
.woocommerce-mini-cart,
.woocommerce-mini-cart-item,
.woocommerce-mini-cart-item a,
.woocommerce-mini-cart-item .quantity,
.woocommerce-mini-cart__total,
.woocommerce-mini-cart__total strong,
.woocommerce-Price-amount,
.woocommerce-Price-currencySymbol {
    color: #4D4D4D !important;
}

.woocommerce-mini-cart-item .remove {
    color: #4D4D4D !important;
}

/* ========================= */
/* Checkout Payment Text Fix */
/* ========================= */
label[for="payment_method_cod"] {
    color: white !important;
}

.payment_box.payment_method_cod p {
    color: black !important;
}

/* ========================= */
/* Fix Plus & Minus Button Colors */
/* ========================= */
.quantity.spinners-added .minus,
.quantity.spinners-added .plus {
    color: black !important;
    border-color: black !important;
    background: transparent !important;
}

/* ========================= */
/* Category Styling */
/* ========================= */
.wc-block-product-categories-list {
    display: flex !important;
    justify-content: center;
    gap: 30px;
    padding: 20px;
    flex-wrap: wrap;
    align-items: center;
}

.wc-block-product-categories-list-item {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: transform 0.3s ease-in-out;
    width: 150px;
    margin-left: 0 !important;
}

.wc-block-product-categories-list-item__image img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
    transition: transform 0.3s ease-in-out;
}

.wc-block-product-categories-list-item:hover {
    transform: scale(1.05);
}

.wc-block-product-categories-list-item:hover .wc-block-product-categories-list-item__image img {
    transform: scale(1.1);
}

.wc-block-product-categories-list-item__name {
    font-size: 16px;
    font-weight: 600;
    color: #333 !important;
    margin-top: 10px;
    text-align: center;
    display: block;
}

/* ========================= */
/* Footer Links Styling */
/* ========================= */
.site-footer-wrap a {
    color: black !important;
    text-decoration: none;
}

.site-footer-wrap a:hover {
    color: var(--global-palette1) !important;
    text-decoration: underline;
}
.woocommerce.widget_shopping_cart .buttons a:not(.checkout), .woocommerce .widget_shopping_cart .buttons a:not(.checkout){
    background: var(--global-palette-btn-bg) !important;
    color: var(--global-palette-btn) !important;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="number"],
textarea,
select {
  color: #333; /* Replace with your desired color */
}
.woocommerce input.input-text,
.woocommerce-page input.input-text {
  color: #333 !important; /* Force text color */
}

.woocommerce-billing-fields__field-wrapper input[type="text"],
.woocommerce-billing-fields__field-wrapper input[type="email"],
.woocommerce-billing-fields__field-wrapper input[type="tel"],
.woocommerce-billing-fields__field-wrapper input[type="password"],
.woocommerce-billing-fields__field-wrapper textarea {
    color: #000; /* Text color */
}

.woocommerce-billing-fields__field-wrapper input:focus,
.woocommerce-billing-fields__field-wrapper textarea:focus {
    color: #000 !important; /* Ensures text remains black when focused */
}

/* Placeholder text in black */
.woocommerce-billing-fields__field-wrapper input::placeholder,
.woocommerce-billing-fields__field-wrapper textarea::placeholder {
    color: #000 !important;
    opacity: 1; /* Ensures full visibility in some browsers */
}

.tabs.wc-tabs li a {
    color: #000; /* default color */
    text-decoration: none;
    padding: 10px 15px;
    display: inline-block;
    transition: color 0.3s;
}
  
/* Hover effect */
.tabs.wc-tabs li a:hover {
color: #006400 !important; /* dark green */
}

/* Active tab (based on .active class on <li>) */
.tabs.wc-tabs li.active a {
color: #006400 !important; /* dark green */
}
.voiceModal {
  display: none; /* Initially hidden */
  justify-content: center;
  justify-items: center;
  align-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}
  
  /* Inner modal box styling */
  .voiceModal .voice-box {
    background: #fff;
    padding: 30px 20px;
    border-radius: 10px;
    text-align: center;
    width: 90%;
    max-width: 400px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    animation: fadeInScale 0.3s ease;
  }
  
  /* Close button */
  .voiceModal #voiceClose {
    position: absolute;
    top: 8px;
    right: 10px;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
  }
  
  /* Mic bubble */
  .voiceModal .mic-circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #8CC63F;
    display: flex;
    justify-items: center;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
  }
  
  /* Instruction text */
  .voiceModal p {
    font-size: 14px;
    color: #333;
    margin-top: 15px;
  }
  
  /* Listening title */
  .voiceModal p.listening-title {
    font-size: 20px;
    font-weight: 600;
    color: #222;
    margin-bottom: 10px;
  }
  
  /* Animation */
  @keyframes fadeInScale {
    0% {
      opacity: 0;
      transform: scale(0.95);
    }
    100% {
      opacity: 1;
      transform: scale(1);
    }
  }
  .voiceClose{
    color: #000;
  }
  
  .voiceClose:hover {
    columns: black;
  }

  .dehuti-user-status {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 18px;
    font-weight: 500;
    margin-right: 10px;
}
.dehuti-user-status i {
    font-style: normal;
    display: inline-block;
    background: #8CC63F;
    color: #fff;
    border-radius: 50%;
    padding: 4px 6px;
    font-size: 12px;
}
.dehuti-user-status a {
    color: inherit;
    text-decoration: underline;
}
.dehuti-header-tools{
  display: flex; 
  align-items: center;
  gap: 10px;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads.menu-item{
  display: none;
}

div#wrapper p.woocommerce-store-notice.woo-static-store-notice.demo_store {
    display: none !important;
}

  
  @media only screen and (max-width: 768px) {
    .voiceModal .voice-box {
      width: 90%;
      padding: 20px 15px;
    }
  
    .voiceModal .mic-circle {
      width: 60px;
      height: 60px;
    }
  
    .voiceModal p {
      font-size: 13px;
    }
  
    .voiceModal p.listening-title {
      font-size: 18px;
    }
  
    .voiceModal #voiceClose {
      font-size: 18px;
    }
    .dehuti-header-tools {
      gap: 6px;
    }
  }



  @media only screen and (max-width: 480px) {
    .voiceModal .voice-box {
      padding: 16px 12px;
    }
  
    .voiceModal .mic-circle {
      width: 50px;
      height: 50px;
    }
  
    .voiceModal p {
      font-size: 12px;
    }
  
    .voiceModal p.listening-title {
      font-size: 16px;
    }
  
    .voiceModal #voiceClose {
      font-size: 16px;
    }
  }
  

