/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-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.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.6.1771725216
Updated: 2026-02-22 01:53:36

*/
/* Remove big grey attribute wrapper */
/* ==============================
   WOOCOMMERCE VARIATION REDESIGN
   Clean Version – Hello Theme
============================== */

/* Remove table structure */
.single-product form.variations_form table.variations,
.single-product form.variations_form table.variations tbody,
.single-product form.variations_form table.variations tr {
    display: block;
    width: 100%;
    border: 0;
}

/* Remove padding from table cells */
.single-product form.variations_form table td,
.single-product form.variations_form table th {
    padding: 0 !important;
}

/* Spacing between variation groups */
.single-product form.variations_form table.variations tr {
    margin-bottom: 22px;
}

table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th,
table tbody tr:hover>td, table tbody tr:hover>th{
	background: transparent !important;
}

/* Label styling */
.single-product form.variations_form th.label {
    display: block;
    width: 100%;
    margin-bottom: 0;
}

/* Hide " : Selected Value" text */
.single-product .woo-selected-variation-item-name {
    display: none !important;
}

/* Value wrapper */
.single-product form.variations_form td.value {
    display: block;
    width: 100%;
}

/* Swatch container layout */
.single-product .variable-items-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

/* Swatch button base */
.single-product .variable-item {
    padding: 4px 10px !important;
    border-radius: 4px !important;
    border: 1px solid #e5e7eb !important;
    background: #f9fafb !important;
    transition: all 0.2s ease;
}

/* Hover effect */
.single-product .variable-item:hover {
    border-color: var(--e-global-color-primary) !important;
    background: #eef2ff !important;
}

/* Selected state */
.single-product .variable-item.selected {
    background: white !important;
    color: #040405 !important;
    border-color: #040405 !important;
    box-shadow: none !important;
	height:auto!important;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock{
	color:#2563EB!important
}

/* Hide clear/reset link */
.single-product .reset_variations {
    display: none !important;
}

/**/
.ns-contact-form {
  max-width: 900px;
  margin: auto;
}

.ns-contact-form .row {
  margin-bottom: 20px;
}

.ns-contact-form .two-col {
  display: flex;
  gap: 20px;
}

.ns-contact-form .two-col .field {
  width: 50%;
}

.ns-contact-form .field input,
.ns-contact-form .field textarea {
  width: 100%;
  padding: 18px 20px;
  border-radius: 40px;
  border: 1px solid #e5e5e5;
  font-size: 16px;
  outline: none;
  background: #fff;
}

.ns-contact-form .field textarea {
  border-radius: 20px;
  min-height: 160px;
  resize: none;
}

.ns-contact-form input:focus,
.ns-contact-form textarea:focus {
  border-color: #000;
}

.ns-contact-form input[type="submit"] {
  width: 100%;
  background: #000;
  color: #fff;
  padding: 18px;
  border-radius: 40px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  transition: 0.3s;
}

.ns-contact-form input[type="submit"]:hover {
  background: #333;
}

.secure-note {
  text-align: center;
  font-size: 13px;
  color: #777;
  margin-top: 10px;
}
/* Mobile Responsive */
@media (max-width: 768px) {
  .ns-contact-form .two-col {
    flex-direction: column;
  }

  .ns-contact-form .two-col .field {
    width: 100%;
  }
}