#newsletter_response {
  color: #FFde59 !important;
}



}

.theme-header.zpheader-style-navigation-07 .theme-quote-icon svg path {
  fill: #ffffff !important; 
}

.theme-mini-quote-count {
    visibility: visible !important;
}


.theme-header.zpheader-style-navigation-07 .theme-minicart-icon svg path {
  fill: #ffffff !important; 
  stroke: #ffffff !important;
}

.theme-header.zpheader-style-navigation-07 .theme-minicart-icon svg circle {
  fill: #ffffff !important; 
  stroke: #ffffff !important;
}

.theme-header.zpheader-style-navigation-07 .theme-wishlist-icon svg path {
  fill: #ffffff !important;
}

.theme-menu-content[data-theme-menu-name="Menu Group"]::before {
    content: "☰ ";
    font-size: 18px;
    margin-right: 6px;
}

.theme-menu-content[data-theme-menu-name="Menu Group"] {
    font-weight: 700;
}


.stock-badge-container {
    width: 100%;
    display: flex;
    align-items: stretch;
    border-radius: 6px;
    overflow: hidden;
    margin: 10px 0;
		max-width: 400px;
}

.theme-product-quick-details .stock-badge-container {
  width: 100% !important;
  max-width: none !important;
  display: flex !important;
  align-items: stretch !important;
  max-height: 52px !important;
}
.theme-product-quick-details .stock-badge-container .stock-badge-right {
   width: 300px !important;
}






.stock-badge-left {
    background-color: #005758 !important;
    color: white;
    font-weight: 700;
    font-size: 0.75rem;
    padding: 0.75rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 110px;
    letter-spacing: 0.5px;
}

.stock-badge-right {
    background-color: #e9edf4;
    padding: 0.75rem 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
}

.stock-badge-title {
    font-weight: 600;
    font-size: 0.875rem;
    color: #333;
    margin-bottom: 0.15rem;
}

.stock-badge-subtitle {
    font-size: 0.75rem;
    color: #666;
}

.theme-product-breadcrumb a {
  color: black !important; /* your theme dark blue */
}


.theme-tag-list-container .theme-product-tag-url {
    padding-block: 4px !important;
    padding-inline: 8px !important;
    display: inline-block;
    color: white !important;
    background: #da6432 !important;
    border: none !important;
    border-radius: 4px !important;
    font-weight: 600 !important;
  	padding-top: 2px !important;
  	margin-bottom: 6px !important;
}

.theme-product-tag-url .theme-product-tag-name {
    font-size: 12px !important; /* adjust size */
    line-height: 1.2;           /* tighter height */
}

.theme-product-tag-url {
    font-size: 12px !important;
    padding: 0 !important; /* remove extra padding if needed */
}

/* Hide tags after the 10th */
.theme-tag-list-container {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 6px;
}

/* Hide tags after the 10th */
.theme-tag-list-container li:nth-child(n+11) {
    display: none;
}

/* Restore proper inline layout when expanded */
.theme-tag-list-container.expanded li {
    display: inline-flex !important;
}


.theme-tag-list-container .theme-product-tag-url {
    padding: 4px 8px !important;
    display: inline-flex;
    align-items: center;
    color: white !important;
    background: #005758 !important;
    border-radius: 4px !important;
    font-weight: 600 !important;
}

/* Button styling */
.tag-toggle-btn {
    cursor: pointer;
    color: #0065ff;
    font-size: 14px;
    background: none;
    border: none;
    padding: 4px 0;
}

.theme-portal-username {
  color: white;
  font-size: 16px;
  font-family: 'Poppins';
  text-transform: none;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: normal;
}

.theme-product-details-style-06 .theme-product-detail-container .theme-product-detail-varients-container .theme-product-varients-row .theme-product-varient-quantity .theme-cart-button [data-theme-cart-button-text], .theme-product-details-style-06 .theme-product-detail-container .theme-product-detail-varients-container .theme-product-varients-row .theme-product-varient-quantity .theme-quote-button [data-theme-cart-button-text] {
 color: white;
}

.theme-product-details-style-06 .theme-product-detail-container .theme-product-detail-varients-container .theme-product-varients-row .theme-product-varient-quantity .theme-product-quantity-spinner input[type="button"], .theme-product-details-style-06 .theme-product-detail-container .theme-product-detail-varients-container .theme-product-varients-row .theme-product-varient-quantity .theme-product-quantity-spinner input[type="text"] {
 background: white;
  border: 1px;
}





/* Default button color */
.theme-cart-button.zpbutton-type-primary {
    background-color: #005758 !important;
    border-color: #005758 !important;
    color: #ffffff !important;
}

.theme-cart-button.zpbutton-type-primary,
.theme-quote-button.zpbutton-type-primary {
    padding: 14px 20px !important;   /* reduces width */
    max-width: 500px !important;    /* keeps them from stretching too wide */
    width: 100%;
}

/* Text inside */
.theme-cart-button.zpbutton-type-primary span {
    color: #ffffff !important;
}

.theme-quote-button.zpbutton-type-primary span {
    color: black !important;
}

.theme-search-go-icon {
  height: 40px
}

.theme-product-quick-details .stock-badge-container {
  width: 100% !important;
  max-width: none !important;
  display: flex !important;
  align-items: stretch !important;
  max-height: 52px !important;
}
.theme-product-quick-details .stock-badge-container .stock-badge-right {
   width: 300px !important;
}
.theme-product-varients-area {
  gap: 9px !important
}

.theme-product-varients-row {
  gap: 5px !important
}

.theme-product-variant {
  gap: 5px !important
}

.tag-toggle-btn {
    cursor: pointer;
    color: #0065ff;
    font-size: 14px;
    background: none;
    border: none;
    padding: 4px 0;
}

.theme-product-page-breadcrumb,
.theme-product-page-breadcrumb a,
.theme-product-page-breadcrumb span {
  font-size: 13px !important;
   color: #000 !important;
}

.theme-product-page-breadcrumb svg {
  width: 12px !important;
  height: 12px !important;
  vertical-align: middle;
}

.theme-product-name{
    font-size: 1px !important;  
    font-weight: 100 !important;
    line-height: 1.3;
}

.theme-custom-field-heading {
    font-size: 13px !important;   
    font-weight: 600 !important; 
    line-height: 1;
    
}
.theme-custom-field-main-container {
    font-size: 13px !important; 
    line-height: 1;
}

.theme-product-quantity-spinner {
  height: 45px !important;      /* controls box height */
  width: 80px !important;      /* controls full box width */
  border-radius: 8px;           /* optional: rounded corners */
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 !important;
}

/* Number inside */
.theme-product-quantity-spinner input {
  font-size: 15px !important;
  text-align: center;
}

/* Plus and minus buttons */
.theme-product-quantity-spinner button {
  font-size: 15px !important;
}

/* Icons if SVG is used */
.theme-product-quantity-spinner svg {
  width: 14px !important;
  height: 14px !important;
}

.product-identifiers {
    font-size: 13px !important;  
    gap: 3px;
    margin: 20px 0 30px;
}

 	[data-theme-error],
	.theme-variant-select-error,
  .theme-error-message {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}


